browsertime 14.8.0 → 14.8.1
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 +7 -0
- package/package.json +3 -3
- package/browserscripts/.DS_Store +0 -0
- package/browsertime/.DS_Store +0 -0
- package/docs/.DS_Store +0 -0
- package/docs/sequence-diagrams/.gitignore +0 -1
- package/lib/.DS_Store +0 -0
- package/lib/chrome/.DS_Store +0 -0
- package/lib/core/.DS_Store +0 -0
- package/lib/firefox/.DS_Store +0 -0
- package/lib/support/.DS_Store +0 -0
- package/lib/video/.DS_Store +0 -0
- package/vendor/.DS_Store +0 -0
- package/vendor/mac/.DS_Store +0 -0
- package/vendor/mac/x86/.DS_Store +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
|
|
4
|
+
## 14.9.0 - 2021-11-07
|
|
5
|
+
### Added
|
|
6
|
+
* Updated to new Chome HAR PR [#1666](https://github.com/sitespeedio/browsertime/pull/1666) that inlcudes chunk information.
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
* Updated to yargs 17.2.1 [#1667](https://github.com/sitespeedio/browsertime/pull/1667).
|
|
3
10
|
## 14.8.0 - 2021-10-27
|
|
4
11
|
### Added
|
|
5
12
|
* New Edgedriver 95 and Edge 95 in the Docker container [#1665](https://github.com/sitespeedio/browsertime/pull/1665).
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"description": "Browsertime",
|
|
3
|
-
"version": "14.8.
|
|
3
|
+
"version": "14.8.1",
|
|
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
9
|
"@sitespeed.io/chromedriver": "95.0.4638-17",
|
|
10
|
-
"chrome-har": "0.
|
|
10
|
+
"chrome-har": "0.12.0",
|
|
11
11
|
"chrome-remote-interface": "0.31.0",
|
|
12
12
|
"dayjs": "1.10.5",
|
|
13
13
|
"execa": "5.1.1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@sitespeed.io/tracium": "0.3.3",
|
|
29
29
|
"speedline-core": "1.4.3",
|
|
30
30
|
"@cypress/xvfb": "1.2.4",
|
|
31
|
-
"yargs": "17.
|
|
31
|
+
"yargs": "17.2.1"
|
|
32
32
|
},
|
|
33
33
|
"optionalDependencies": {
|
|
34
34
|
"jimp": "0.16.1"
|
package/browserscripts/.DS_Store
DELETED
|
Binary file
|
package/browsertime/.DS_Store
DELETED
|
Binary file
|
package/docs/.DS_Store
DELETED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
*.png
|
package/lib/.DS_Store
DELETED
|
Binary file
|
package/lib/chrome/.DS_Store
DELETED
|
Binary file
|
package/lib/core/.DS_Store
DELETED
|
Binary file
|
package/lib/firefox/.DS_Store
DELETED
|
Binary file
|
package/lib/support/.DS_Store
DELETED
|
Binary file
|
package/lib/video/.DS_Store
DELETED
|
Binary file
|
package/vendor/.DS_Store
DELETED
|
Binary file
|
package/vendor/mac/.DS_Store
DELETED
|
Binary file
|
package/vendor/mac/x86/.DS_Store
DELETED
|
Binary file
|