sitespeed.io 38.5.0 → 38.5.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 CHANGED
@@ -1,6 +1,14 @@
1
1
 
2
2
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
3
3
 
4
+ ## 38.5.2 - 2025-10-24
5
+ ### Fixed
6
+ * Upgrade to [Browsetime 25.3.1](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#2531---2025-10-24) [#4562](https://github.com/sitespeedio/sitespeed.io/pull/4562).
7
+
8
+ ## 38.5.1 - 2025-10-21
9
+ ### Fixed
10
+ * The +1 container has a updated configuration for the GPSI plugin to remove the PWA category. Thank you [ThimoCode](https://github.com/ThimoCode) for PR [#58](https://github.com/sitespeedio/plugin-gpsi/pull/58).
11
+
4
12
  ## 38.5.0 - 2025-10-18
5
13
  ### Added
6
14
  * Updated the Docker container to use Firefox 144 [#4554](https://github.com/sitespeedio/sitespeed.io/pull/4554).
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "38.5.0",
3
+ "version": "38.5.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "38.5.0",
9
+ "version": "38.5.2",
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": "25.3.0",
20
+ "browsertime": "25.3.1",
21
21
  "coach-core": "8.1.3",
22
22
  "dayjs": "1.11.18",
23
23
  "fast-crc32c": "2.0.0",
@@ -4060,9 +4060,9 @@
4060
4060
  }
4061
4061
  },
4062
4062
  "node_modules/browsertime": {
4063
- "version": "25.3.0",
4064
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-25.3.0.tgz",
4065
- "integrity": "sha512-5qEtX9T82d75+9YFVTKltTDZh9VA8mny+XMn8pnJUCYAbDWjOLqoq1mLFZkFuLpZI4WEEc8BtSnkaK8wsxW7+A==",
4063
+ "version": "25.3.1",
4064
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-25.3.1.tgz",
4065
+ "integrity": "sha512-xCUCim9rTwBUxw3XYnuQbT5II81Z42ed6LrKGGc2CVexBjrBXasaVrcTJpLU8efJ66OiiI6F4MvSYTpAuhRtkA==",
4066
4066
  "dependencies": {
4067
4067
  "@devicefarmer/adbkit": "3.3.8",
4068
4068
  "@sitespeed.io/chromedriver": "141.0.7390-76",
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": "38.5.0",
8
+ "version": "38.5.2",
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": "25.3.0",
91
+ "browsertime": "25.3.1",
92
92
  "coach-core": "8.1.3",
93
93
  "dayjs": "1.11.18",
94
94
  "fast-crc32c": "2.0.0",