sitespeed.io 26.0.0 → 26.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 +4 -0
- package/npm-shrinkwrap.json +9 -9
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 26.0.1 - 2022-09-27
|
|
4
|
+
### Fixed
|
|
5
|
+
* Upgrading to [Browsertime 16.17.0](https://github.com/sitespeedio/browsertime/blob/main/CHANGELOG.md#16170---2022-09-27) that contains a fix to collect battery temperature on Android, making it possible to send the data to Graphite again.
|
|
6
|
+
|
|
3
7
|
## 26.0.0 - 2022-09-23
|
|
4
8
|
|
|
5
9
|
Hi and welcome to 26.0.0! There's a couple of small fixes and additions and one breaking change. You are only affected by the breaking change if you used to use `--graphite.perIteration` (sending data for all iterations to Graphite) or if you used `--graphite.skipSummary` (do not send summary information). Please read the changed section if you are affected!
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "26.0.
|
|
3
|
+
"version": "26.0.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "26.0.
|
|
9
|
+
"version": "26.0.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@google-cloud/storage": "5.19.3",
|
|
13
13
|
"@tgwf/co2": "0.8.0",
|
|
14
14
|
"aws-sdk": "2.1121.0",
|
|
15
15
|
"axe-core": "4.4.3",
|
|
16
|
-
"browsertime": "16.
|
|
16
|
+
"browsertime": "16.17.0",
|
|
17
17
|
"cli-color": "2.0.2",
|
|
18
18
|
"coach-core": "7.1.2",
|
|
19
19
|
"concurrent-queue": "7.0.2",
|
|
@@ -1711,9 +1711,9 @@
|
|
|
1711
1711
|
}
|
|
1712
1712
|
},
|
|
1713
1713
|
"node_modules/browsertime": {
|
|
1714
|
-
"version": "16.
|
|
1715
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.
|
|
1716
|
-
"integrity": "sha512-
|
|
1714
|
+
"version": "16.17.0",
|
|
1715
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.17.0.tgz",
|
|
1716
|
+
"integrity": "sha512-8o/dv24UdTgKIhuAjndUs3FvhPvgT/m8YQw0TM6fE3lItAXzOC31uQYuaqubnz1ARwPprioa0vX7XNCYo4WBjQ==",
|
|
1717
1717
|
"dependencies": {
|
|
1718
1718
|
"@cypress/xvfb": "1.2.4",
|
|
1719
1719
|
"@devicefarmer/adbkit": "2.11.3",
|
|
@@ -9875,9 +9875,9 @@
|
|
|
9875
9875
|
}
|
|
9876
9876
|
},
|
|
9877
9877
|
"browsertime": {
|
|
9878
|
-
"version": "16.
|
|
9879
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.
|
|
9880
|
-
"integrity": "sha512-
|
|
9878
|
+
"version": "16.17.0",
|
|
9879
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-16.17.0.tgz",
|
|
9880
|
+
"integrity": "sha512-8o/dv24UdTgKIhuAjndUs3FvhPvgT/m8YQw0TM6fE3lItAXzOC31uQYuaqubnz1ARwPprioa0vX7XNCYo4WBjQ==",
|
|
9881
9881
|
"requires": {
|
|
9882
9882
|
"@cypress/xvfb": "1.2.4",
|
|
9883
9883
|
"@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": "26.0.
|
|
7
|
+
"version": "26.0.1",
|
|
8
8
|
"description": "Analyze the web performance of your site",
|
|
9
9
|
"keywords": [
|
|
10
10
|
"performance",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@tgwf/co2": "0.8.0",
|
|
81
81
|
"aws-sdk": "2.1121.0",
|
|
82
82
|
"axe-core": "4.4.3",
|
|
83
|
-
"browsertime": "16.
|
|
83
|
+
"browsertime": "16.17.0",
|
|
84
84
|
"coach-core": "7.1.2",
|
|
85
85
|
"cli-color": "2.0.2",
|
|
86
86
|
"concurrent-queue": "7.0.2",
|