sitespeed.io 36.0.1 → 36.0.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,5 +1,9 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 36.0.2 - 2025-01-21
4
+ ### Fixed
5
+ * Updated Browsertime with a fix if the Jimp dependency is missing.
6
+
3
7
  ## 36.0.1 - 2025-01-21
4
8
  ### Fixed
5
9
  * Disable the CPU/enableProfileRun check introduced in 36.0.0, that affected too many users [#4408](https://github.com/sitespeedio/sitespeed.io/pull/4408).
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "36.0.1",
3
+ "version": "36.0.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "36.0.1",
9
+ "version": "36.0.2",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "@slack/webhook": "7.0.4",
19
19
  "@tgwf/co2": "0.16.4",
20
20
  "axe-core": "4.10.2",
21
- "browsertime": "24.0.0",
21
+ "browsertime": "24.0.1",
22
22
  "coach-core": "8.1.1",
23
23
  "dayjs": "1.11.11",
24
24
  "fast-crc32c": "2.0.0",
@@ -3330,9 +3330,9 @@
3330
3330
  }
3331
3331
  },
3332
3332
  "node_modules/browsertime": {
3333
- "version": "24.0.0",
3334
- "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.0.0.tgz",
3335
- "integrity": "sha512-Bc8eV3Uu/U+TnW+nWy1BwZXyvNlPCmRwH7Y5yj98WF91iQ9tpGxHy9PUAc1s9Y4B7h0A2Qzer4UPgC3Iw508aQ==",
3333
+ "version": "24.0.1",
3334
+ "resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.0.1.tgz",
3335
+ "integrity": "sha512-r31pOH/ZdD9NWG4wC0STdurMw1fhlm30X2YYSkFEVPDujqdE7JimCVl7U9U0Up0d4K0Wf1w6VL5V98HguLAAVw==",
3336
3336
  "dependencies": {
3337
3337
  "@devicefarmer/adbkit": "3.3.8",
3338
3338
  "@sitespeed.io/chromedriver": "132.0.6834-83",
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": "36.0.1",
8
+ "version": "36.0.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",
@@ -89,7 +89,7 @@
89
89
  "@tgwf/co2": "0.16.4",
90
90
  "@slack/webhook": "7.0.4",
91
91
  "axe-core": "4.10.2",
92
- "browsertime": "24.0.0",
92
+ "browsertime": "24.0.1",
93
93
  "coach-core": "8.1.1",
94
94
  "dayjs": "1.11.11",
95
95
  "fast-crc32c": "2.0.0",