browsertime 23.1.1 → 23.1.2
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Browsertime changelog (we do [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 23.1.2 - 2024-10-11
|
|
4
|
+
### Fixed
|
|
5
|
+
* Updated Chrome HAR to 1.0.1 [#2191](https://github.com/sitespeedio/browsertime/pull/2191).
|
|
6
|
+
|
|
3
7
|
## 23.1.1 - 2024-10-08
|
|
4
8
|
### Fixed
|
|
5
9
|
* Updated to har export 0.0.16 for Firefox that fixes the HAR timing problem in [#2189](https://github.com/sitespeedio/browsertime/issues/2189) [#2190](https://github.com/sitespeedio/browsertime/pull/2190).
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "browsertime",
|
|
3
3
|
"description": "Get performance metrics from your web page using Browsertime.",
|
|
4
|
-
"version": "23.1.
|
|
4
|
+
"version": "23.1.2",
|
|
5
5
|
"bin": "./bin/browsertime.js",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"types": "./types/scripting.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@sitespeed.io/throttle": "5.0.1",
|
|
15
15
|
"@sitespeed.io/tracium": "0.3.3",
|
|
16
16
|
"btoa": "1.2.1",
|
|
17
|
-
"chrome-har": "1.0.
|
|
17
|
+
"chrome-har": "1.0.1",
|
|
18
18
|
"chrome-remote-interface": "0.33.2",
|
|
19
19
|
"dayjs": "1.11.13",
|
|
20
20
|
"execa": "9.3.1",
|