browsertime 14.6.1 → 14.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## 14.7.0 - 2021-10-20
|
|
5
|
+
### Added
|
|
6
|
+
* Updated to Chromedriver 95. Added Chrome 95 in the Docker container.
|
|
7
|
+
|
|
3
8
|
## 14.6.1 - 2021-10-18
|
|
4
9
|
### Fixed
|
|
5
10
|
* If loading the URL fails (we get an exception, the browser crashes etc) make sure we stop the video correctly so it can be used [#1657](https://github.com/sitespeedio/browsertime/pull/1657).
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Browsertime",
|
|
3
|
-
"version": "14.
|
|
3
|
+
"version": "14.7.0",
|
|
4
4
|
"bin": "./bin/browsertime.js",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@sitespeed.io/throttle": "3.0.0",
|
|
7
7
|
"@devicefarmer/adbkit": "2.11.3",
|
|
8
8
|
"btoa": "1.2.1",
|
|
9
|
-
"@sitespeed.io/chromedriver": "
|
|
9
|
+
"@sitespeed.io/chromedriver": "95.0.4638-17",
|
|
10
10
|
"chrome-har": "0.11.12",
|
|
11
11
|
"chrome-remote-interface": "0.31.0",
|
|
12
12
|
"dayjs": "1.10.5",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"jimp": "0.16.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"bluebird": "3.
|
|
38
|
-
"chai": "4.
|
|
37
|
+
"bluebird": "3.7.2",
|
|
38
|
+
"chai": "4.3.4",
|
|
39
39
|
"chai-as-promised": "7.1.1",
|
|
40
|
-
"eslint": "
|
|
40
|
+
"eslint": "8.0.1",
|
|
41
41
|
"eslint-config-prettier": "8.3.0",
|
|
42
42
|
"eslint-plugin-prettier": "4.0.0",
|
|
43
43
|
"longjohn": "0.2.12",
|