sitespeed.io 39.4.0 → 39.4.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 +4 -0
- package/npm-shrinkwrap.json +10 -10
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
3
3
|
|
|
4
|
+
## 39.4.1 - 2026-01-24
|
|
5
|
+
### Fixed
|
|
6
|
+
* Updated Browsertime with the new bidi-har that fixes the response har problem for Firefox [#4589](https://github.com/sitespeedio/sitespeed.io/pull/4589).
|
|
7
|
+
|
|
4
8
|
## 39.4.0 - 2026-01-18
|
|
5
9
|
### Added
|
|
6
10
|
* Chrome 144 and Firefox 147 in the Docker container [#4582](https://github.com/sitespeedio/sitespeed.io/pull/4582).
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "39.4.
|
|
3
|
+
"version": "39.4.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "39.4.
|
|
9
|
+
"version": "39.4.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@slack/webhook": "7.0.6",
|
|
18
18
|
"@tgwf/co2": "0.16.9",
|
|
19
19
|
"axe-core": "4.11.0",
|
|
20
|
-
"browsertime": "26.3.
|
|
20
|
+
"browsertime": "26.3.2",
|
|
21
21
|
"coach-core": "8.1.3",
|
|
22
22
|
"dayjs": "1.11.18",
|
|
23
23
|
"fast-crc32c": "2.0.0",
|
|
@@ -4422,9 +4422,9 @@
|
|
|
4422
4422
|
}
|
|
4423
4423
|
},
|
|
4424
4424
|
"node_modules/browsertime": {
|
|
4425
|
-
"version": "26.3.
|
|
4426
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-26.3.
|
|
4427
|
-
"integrity": "sha512-
|
|
4425
|
+
"version": "26.3.2",
|
|
4426
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-26.3.2.tgz",
|
|
4427
|
+
"integrity": "sha512-afQ4bf/1RAJxEZpWUHhIUdpC8ck2bwgvU9Bf3fSCUJtOF3LVAuki884LQ1NNmzFUGAACweL7xZWbC51Hhm7I9Q==",
|
|
4428
4428
|
"license": "MIT",
|
|
4429
4429
|
"dependencies": {
|
|
4430
4430
|
"@devicefarmer/adbkit": "3.3.8",
|
|
@@ -4438,7 +4438,7 @@
|
|
|
4438
4438
|
"chrome-remote-interface": "0.33.3",
|
|
4439
4439
|
"execa": "9.6.0",
|
|
4440
4440
|
"fast-stats": "0.0.7",
|
|
4441
|
-
"ff-test-bidi-har-export": "0.0.
|
|
4441
|
+
"ff-test-bidi-har-export": "0.0.22",
|
|
4442
4442
|
"lodash.merge": "4.6.2",
|
|
4443
4443
|
"selenium-webdriver": "4.39.0",
|
|
4444
4444
|
"yargs": "18.0.0"
|
|
@@ -6011,9 +6011,9 @@
|
|
|
6011
6011
|
}
|
|
6012
6012
|
},
|
|
6013
6013
|
"node_modules/ff-test-bidi-har-export": {
|
|
6014
|
-
"version": "0.0.
|
|
6015
|
-
"resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.
|
|
6016
|
-
"integrity": "sha512-
|
|
6014
|
+
"version": "0.0.22",
|
|
6015
|
+
"resolved": "https://registry.npmjs.org/ff-test-bidi-har-export/-/ff-test-bidi-har-export-0.0.22.tgz",
|
|
6016
|
+
"integrity": "sha512-B7Mr9zLM75mgrG/xxiB4BRLpb2KJFIPjqf7mB1rcCj+66m6RQz9vzf5lTtlIcG5BzWS+9/AcLKu3mhnn3YVOyg==",
|
|
6017
6017
|
"license": "MPL-2.0"
|
|
6018
6018
|
},
|
|
6019
6019
|
"node_modules/figures": {
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"sitespeed.io": "./bin/sitespeed.js",
|
|
6
6
|
"sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
|
|
7
7
|
},
|
|
8
|
-
"version": "39.4.
|
|
8
|
+
"version": "39.4.1",
|
|
9
9
|
"description": "sitespeed.io is an open-source tool for comprehensive web performance analysis, enabling you to test, monitor, and optimize your website’s speed using real browsers in various environments.",
|
|
10
10
|
"keywords": [
|
|
11
11
|
"performance",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@tgwf/co2": "0.16.9",
|
|
89
89
|
"@slack/webhook": "7.0.6",
|
|
90
90
|
"axe-core": "4.11.0",
|
|
91
|
-
"browsertime": "26.3.
|
|
91
|
+
"browsertime": "26.3.2",
|
|
92
92
|
"coach-core": "8.1.3",
|
|
93
93
|
"dayjs": "1.11.18",
|
|
94
94
|
"fast-crc32c": "2.0.0",
|