sitespeed.io 28.0.0-beta.2 → 28.0.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 CHANGED
@@ -1,9 +1,14 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
- ## 28.0.0 - UNRELEASED
3
+ ## 28.0.0 - 2023-06-26
4
4
 
5
5
  ### Breaking change
6
- There where a bug in how the `browsertime.pageSummary` message was created where data was attached to the browserScript key (for example, the HAR file was attached to the element). This has been fixed and everything will work as before except if you have created your own plugin and listen to `browsertime.pageSummary` messages and where using the faultu attached data.
6
+ There where a bug in how the `browsertime.pageSummary` message was created where data was attached to the browserScript key (for example, the HAR file was attached to the element). This has been fixed and everything will work as before except if you have created your own plugin and listen to `browsertime.pageSummary` messages and where using the faulty attached data.
7
+
8
+ The changes where done in [#3888](https://github.com/sitespeedio/sitespeed.io/pull/3888) and [#3890](https://github.com/sitespeedio/sitespeed.io/pull/3890).
9
+
10
+ ### Fixed
11
+ * Updated Coach core to 7.2.1 that catch if local or session storage isn't accessible.
7
12
 
8
13
  ## 27.9.3 - 2023-06-19
9
14
  ### Fixed
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "28.0.0-beta.2",
3
+ "version": "28.0.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "28.0.0-beta.2",
9
+ "version": "28.0.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@google-cloud/storage": "6.9.5",
@@ -17,7 +17,7 @@
17
17
  "axe-core": "4.7.2",
18
18
  "browsertime": "17.11.2",
19
19
  "cli-color": "2.0.3",
20
- "coach-core": "7.2.0",
20
+ "coach-core": "7.2.1",
21
21
  "concurrent-queue": "7.0.2",
22
22
  "dayjs": "1.11.7",
23
23
  "fast-crc32c": "2.0.0",
@@ -2427,9 +2427,9 @@
2427
2427
  }
2428
2428
  },
2429
2429
  "node_modules/coach-core": {
2430
- "version": "7.2.0",
2431
- "resolved": "https://registry.npmjs.org/coach-core/-/coach-core-7.2.0.tgz",
2432
- "integrity": "sha512-bxp++pMI6VL6xC1sz5a4gnp9YdFRTmGeWEXd9b1y/KIaif9CF5gsTGg2WjrkSGEKlos2YXFu/LP3u2fIO7PE7Q==",
2430
+ "version": "7.2.1",
2431
+ "resolved": "https://registry.npmjs.org/coach-core/-/coach-core-7.2.1.tgz",
2432
+ "integrity": "sha512-Mci7Pwf+jmUmpAuao07v1n1yyHs3rQJQwLfRh7xs8ixzl7i0t1XfYWWKF2rdM7UeVmkJUadTdw24N3QotYBWSQ==",
2433
2433
  "dependencies": {
2434
2434
  "filter-files": "0.4.0",
2435
2435
  "json-stable-stringify": "1.0.2",
@@ -11240,9 +11240,9 @@
11240
11240
  "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg=="
11241
11241
  },
11242
11242
  "coach-core": {
11243
- "version": "7.2.0",
11244
- "resolved": "https://registry.npmjs.org/coach-core/-/coach-core-7.2.0.tgz",
11245
- "integrity": "sha512-bxp++pMI6VL6xC1sz5a4gnp9YdFRTmGeWEXd9b1y/KIaif9CF5gsTGg2WjrkSGEKlos2YXFu/LP3u2fIO7PE7Q==",
11243
+ "version": "7.2.1",
11244
+ "resolved": "https://registry.npmjs.org/coach-core/-/coach-core-7.2.1.tgz",
11245
+ "integrity": "sha512-Mci7Pwf+jmUmpAuao07v1n1yyHs3rQJQwLfRh7xs8ixzl7i0t1XfYWWKF2rdM7UeVmkJUadTdw24N3QotYBWSQ==",
11246
11246
  "requires": {
11247
11247
  "filter-files": "0.4.0",
11248
11248
  "json-stable-stringify": "1.0.2",
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": "28.0.0-beta.2",
8
+ "version": "28.0.0",
9
9
  "description": "Analyze the web performance of your site",
10
10
  "keywords": [
11
11
  "performance",
@@ -84,7 +84,7 @@
84
84
  "aws-sdk": "2.1327.0",
85
85
  "axe-core": "4.7.2",
86
86
  "browsertime": "17.11.2",
87
- "coach-core": "7.2.0",
87
+ "coach-core": "7.2.1",
88
88
  "cli-color": "2.0.3",
89
89
  "concurrent-queue": "7.0.2",
90
90
  "dayjs": "1.11.7",