sitespeed.io 37.4.2 → 37.5.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 +8 -0
- package/Dockerfile +1 -1
- package/npm-shrinkwrap.json +6 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
|
|
2
2
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
3
|
+
|
|
4
|
+
## 37.5.0 - 2025-04-30
|
|
5
|
+
### Added
|
|
6
|
+
* Upgraded to Firefox 138 and Chrome 136 in the Docker container [#4507](https://github.com/sitespeedio/sitespeed.io/pull/4507).
|
|
7
|
+
|
|
8
|
+
### Fixed
|
|
9
|
+
* Updated to latest Browsertime with a fix for Firefox 138 [#4506](https://github.com/sitespeedio/sitespeed.io/pull/4506).
|
|
10
|
+
|
|
3
11
|
## 37.4.2 - 2025-04-19
|
|
4
12
|
### Fixed
|
|
5
13
|
* s3: If you add Expires to your object using the API, it was broken since the upgrade to v3. This fix change so we allways use a Date when setting Expires [#4503](https://github.com/sitespeedio/sitespeed.io/pull/4503).
|
package/Dockerfile
CHANGED
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "37.
|
|
3
|
+
"version": "37.5.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "37.
|
|
9
|
+
"version": "37.5.0",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@slack/webhook": "7.0.4",
|
|
18
18
|
"@tgwf/co2": "0.16.4",
|
|
19
19
|
"axe-core": "4.10.2",
|
|
20
|
-
"browsertime": "24.5.
|
|
20
|
+
"browsertime": "24.5.3",
|
|
21
21
|
"coach-core": "8.1.1",
|
|
22
22
|
"dayjs": "1.11.11",
|
|
23
23
|
"fast-crc32c": "2.0.0",
|
|
@@ -3231,10 +3231,9 @@
|
|
|
3231
3231
|
}
|
|
3232
3232
|
},
|
|
3233
3233
|
"node_modules/browsertime": {
|
|
3234
|
-
"version": "24.5.
|
|
3235
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.5.
|
|
3236
|
-
"integrity": "sha512-
|
|
3237
|
-
"license": "MIT",
|
|
3234
|
+
"version": "24.5.3",
|
|
3235
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.5.3.tgz",
|
|
3236
|
+
"integrity": "sha512-ZXi0Af1APuXNUrHc2qIwEO9+tpwVePFzHjX7mvi2Qu09uuzBWjQsihyPl8t9u4/tUtQu60zi9ii1hMVmCEbW6w==",
|
|
3238
3237
|
"dependencies": {
|
|
3239
3238
|
"@devicefarmer/adbkit": "3.3.8",
|
|
3240
3239
|
"@sitespeed.io/chromedriver": "134.0.6998-35",
|
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": "37.
|
|
8
|
+
"version": "37.5.0",
|
|
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.4",
|
|
89
89
|
"@slack/webhook": "7.0.4",
|
|
90
90
|
"axe-core": "4.10.2",
|
|
91
|
-
"browsertime": "24.5.
|
|
91
|
+
"browsertime": "24.5.3",
|
|
92
92
|
"coach-core": "8.1.1",
|
|
93
93
|
"dayjs": "1.11.11",
|
|
94
94
|
"fast-crc32c": "2.0.0",
|