browsertime 6.1.0

This commit is contained in:
soulgalore 2019-09-25 12:41:38 +02:00
parent c46ba8f44b
commit cf352cc185
4 changed files with 10 additions and 5 deletions

View File

@ -3,6 +3,11 @@
## 10.1.0 - UNRELEASED
### Added
* WebPageTest: send standard deviation for some of the timing metrics by default [#2656](https://github.com/sitespeedio/sitespeed.io/pull/2656).
* Updated Browsertime to 6.1.0:
* Get the first input in Chrome (useful for user journeys) [#948](https://github.com/sitespeedio/browsertime/pull/948).
* Removed settings for enabling LayoutInstabilityAPI in Chrome (is on by default in Chrome 77) [#949](https://github.com/sitespeedio/browsertime/pull/949.
* Fixed a bug for Chrome when you couldn't send more that one request header [#950](https://github.com/sitespeedio/browsertime/pull/950).
* Empty long task after you collect them.
## 10.0.3 - 2019-09-24
### Fixed

View File

@ -1 +1 @@
6.0.4
6.1.0

6
npm-shrinkwrap.json generated
View File

@ -3428,9 +3428,9 @@
"integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8="
},
"browsertime": {
"version": "6.0.4",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-6.0.4.tgz",
"integrity": "sha512-0or14LIYHMXbgU4VR5W3xb+e0MJIGDk3pboyvXkSJ64S3XiRJIYNRhUKjjHl/Q7oqMT0Cc8DooMRet5s4WQRSQ==",
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-6.1.0.tgz",
"integrity": "sha512-WRKt6E0MxfMyiJyVHklvB50Cgp52UedBe4Oj3t6xLpAHwoijInQ+0+0UAJmulrVEDWGI44mujop0kFxoFKd/Yg==",
"requires": {
"@cypress/xvfb": "1.2.4",
"@sitespeed.io/chromedriver": "77.0.3865-40",

View File

@ -72,7 +72,7 @@
"axe-core": "3.3.1",
"@google-cloud/storage": "3.2.0",
"aws-sdk": "2.517.0",
"browsertime": "6.0.4",
"browsertime": "6.1.0",
"cli-color": "1.4.0",
"concurrent-queue": "7.0.2",
"dayjs": "1.8.15",