new bt
This commit is contained in:
parent
8edc151b60
commit
cb22db88c1
|
|
@ -1,10 +1,13 @@
|
|||
# CHANGELOG - sitespeed.io
|
||||
|
||||
## UNRELEASED
|
||||
## 8.13.0 - UNRELEASED
|
||||
|
||||
### Added
|
||||
* Show the total number of third party requests and also add them as a column on the pages page [#2422](https://github.com/sitespeedio/sitespeed.io/pull/2422)
|
||||
|
||||
### Fixed
|
||||
* Better error handling if one URL fails in a script by upgrading to Browsertime 4.6.4 and PageXray 2.5.6.
|
||||
|
||||
## 8.12.0 - 2019-04-11
|
||||
|
||||
### Added
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
4.6.3
|
||||
4.6.4
|
||||
|
|
@ -3130,9 +3130,9 @@
|
|||
"integrity": "sha1-81HTKWnTL6XXpVZxVCY9korjvR8="
|
||||
},
|
||||
"browsertime": {
|
||||
"version": "4.6.3",
|
||||
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-4.6.3.tgz",
|
||||
"integrity": "sha512-EdxrRL3hoPbfnlmCuHdOt4c1g7QPqANLoaxmpYlDud4+mMX7O3/DtK4oyMdEiQFRb0RNjoKAJdKPnVcHG/r2jg==",
|
||||
"version": "4.6.4",
|
||||
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-4.6.4.tgz",
|
||||
"integrity": "sha512-QXSVMRctIfKCtYjYxTOwrUaORYxtxKoe+pD6rF1O39EFfgyI/f+LonkHdO1LfvwgI0TZzcDuu6Y8emDXROvVcw==",
|
||||
"requires": {
|
||||
"@cypress/xvfb": "1.2.4",
|
||||
"@sitespeed.io/chromedriver": "73.0.3684",
|
||||
|
|
|
|||
|
|
@ -71,7 +71,7 @@
|
|||
"dependencies": {
|
||||
"@google-cloud/storage": "2.4.2",
|
||||
"aws-sdk": "2.361.0",
|
||||
"browsertime": "4.6.3",
|
||||
"browsertime": "4.6.4",
|
||||
"cli-color": "1.4.0",
|
||||
"concurrent-queue": "7.0.2",
|
||||
"dayjs": "1.8.9",
|
||||
|
|
|
|||
Loading…
Reference in New Issue