sitespeed.io 23.0.0 → 23.0.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 +3 -0
- package/npm-shrinkwrap.json +9 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 23.0.1 - 2022-02-21
|
|
4
|
+
### Fixed
|
|
5
|
+
* Bumped to Browsertime 15.0.1 to make sure connectivity is set only once. In last release it was set in the beginning of the test and for eacch iteration. In practice that doesn't matter but it's very confusing if you check the logs.
|
|
3
6
|
## 23.0.0 - 2022-02-21
|
|
4
7
|
|
|
5
8
|
### Breaking changes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "23.0.
|
|
9
|
+
"version": "23.0.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@google-cloud/storage": "5.8.3",
|
|
13
13
|
"@tgwf/co2": "0.8.0",
|
|
14
14
|
"aws-sdk": "2.882.0",
|
|
15
15
|
"axe-core": "4.3.5",
|
|
16
|
-
"browsertime": "15.0.
|
|
16
|
+
"browsertime": "15.0.1",
|
|
17
17
|
"cli-color": "2.0.0",
|
|
18
18
|
"coach-core": "7.1.0",
|
|
19
19
|
"concurrent-queue": "7.0.2",
|
|
@@ -1460,9 +1460,9 @@
|
|
|
1460
1460
|
}
|
|
1461
1461
|
},
|
|
1462
1462
|
"node_modules/browsertime": {
|
|
1463
|
-
"version": "15.0.
|
|
1464
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-15.0.
|
|
1465
|
-
"integrity": "sha512-
|
|
1463
|
+
"version": "15.0.1",
|
|
1464
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-15.0.1.tgz",
|
|
1465
|
+
"integrity": "sha512-nw9A+kBmTPAYJYOtpunrcgAYMj6sdFty1VsUAA9ew4BjvJOXCQmxVCfOFmtMlJX7XcixJ0Y9xVO61xiN/B37WQ==",
|
|
1466
1466
|
"dependencies": {
|
|
1467
1467
|
"@cypress/xvfb": "1.2.4",
|
|
1468
1468
|
"@devicefarmer/adbkit": "2.11.3",
|
|
@@ -8603,9 +8603,9 @@
|
|
|
8603
8603
|
}
|
|
8604
8604
|
},
|
|
8605
8605
|
"browsertime": {
|
|
8606
|
-
"version": "15.0.
|
|
8607
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-15.0.
|
|
8608
|
-
"integrity": "sha512-
|
|
8606
|
+
"version": "15.0.1",
|
|
8607
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-15.0.1.tgz",
|
|
8608
|
+
"integrity": "sha512-nw9A+kBmTPAYJYOtpunrcgAYMj6sdFty1VsUAA9ew4BjvJOXCQmxVCfOFmtMlJX7XcixJ0Y9xVO61xiN/B37WQ==",
|
|
8609
8609
|
"requires": {
|
|
8610
8610
|
"@cypress/xvfb": "1.2.4",
|
|
8611
8611
|
"@devicefarmer/adbkit": "2.11.3",
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"sitespeed.io": "./bin/sitespeed.js",
|
|
5
5
|
"sitespeed.io-wpr": "./bin/browsertimeWebPageReplay.js"
|
|
6
6
|
},
|
|
7
|
-
"version": "23.0.
|
|
7
|
+
"version": "23.0.1",
|
|
8
8
|
"description": "Analyze the web performance of your site",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"performance",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"@tgwf/co2": "0.8.0",
|
|
75
75
|
"aws-sdk": "2.882.0",
|
|
76
76
|
"axe-core": "4.3.5",
|
|
77
|
-
"browsertime": "15.0.
|
|
77
|
+
"browsertime": "15.0.1",
|
|
78
78
|
"coach-core": "7.1.0",
|
|
79
79
|
"cli-color": "2.0.0",
|
|
80
80
|
"concurrent-queue": "7.0.2",
|