This commit is contained in:
soulgalore 2019-02-14 19:14:23 +01:00
parent 62aff42c31
commit 54ecf53b9b
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,9 @@
# CHANGELOG - sitespeed.io
## 8.5.1 - 2013-02-14
### Fixed
* Upgraded to Browsertime 4.4.2 that fixes the flickering of the timer in the video.
## 8.5.0 - 2019-02-13
### Added
* Support Lighthouse, WebPageTest or GPSI in the new budget format. See https://www.sitespeed.io/documentation/sitespeed.io/performance-budget/#full-example

View File

@ -1 +1 @@
4.4.1
4.4.2

6
npm-shrinkwrap.json generated
View File

@ -2955,9 +2955,9 @@
"integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8="
},
"browsertime": {
"version": "4.4.1",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-4.4.1.tgz",
"integrity": "sha512-vmGcj0Ad3WYPTkz3wyHXTxyPM9GSHgC/tDDVw5Fty4kUqkdsTSlRScVUxyYvf3mLz55yrwJrgItspRisaLldEw==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-4.4.2.tgz",
"integrity": "sha512-FKFyWC8KX+W9duhxvTTpMLNEDMuwxYIjDbNLYJhNUXh5U1HAMa1fwbTEFznr1kH0TGSq4GVhoxtXSWk9qaySAw==",
"requires": {
"@cypress/xvfb": "1.2.4",
"@sitespeed.io/chromedriver": "2.45.0",

View File

@ -69,7 +69,7 @@
"main": "./lib/sitespeed.js",
"dependencies": {
"aws-sdk": "2.361.0",
"browsertime": "4.4.1",
"browsertime": "4.4.2",
"cli-color": "1.4.0",
"concurrent-queue": "7.0.2",
"dayjs-ext": "2.2.0",