sitespeed.io 36.2.1 → 36.2.3
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 +10 -0
- package/lib/plugins/html/templates/settings.pug +6 -8
- package/npm-shrinkwrap.json +11 -12
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 36.2.3 - 2025-01-30
|
|
4
|
+
### Fixed
|
|
5
|
+
* Even better handling of missing runtime settings [#4420](https://github.com/sitespeedio/sitespeed.io/pull/4420).
|
|
6
|
+
|
|
7
|
+
## 36.2.2 - 2025-01-29
|
|
8
|
+
### Fixed
|
|
9
|
+
* Updated Browsertime and sitespeedio/log to 0.2.6 that adds the old log.warn [#4419](https://github.com/sitespeedio/sitespeed.io/pull/4419) and [#4418](https://github.com/sitespeedio/sitespeed.io/pull/4418).
|
|
10
|
+
* More fixes for the runtime settings [#4417](https://github.com/sitespeedio/sitespeed.io/pull/4417).
|
|
11
|
+
|
|
12
|
+
|
|
3
13
|
## 36.2.1 - 2025-01-28
|
|
4
14
|
### Fixed
|
|
5
15
|
* Fixed broken checks on runtime settings [#4416](https://github.com/sitespeedio/sitespeed.io/pull/4416).
|
|
@@ -100,14 +100,12 @@ block content
|
|
|
100
100
|
tr
|
|
101
101
|
td Wifi
|
|
102
102
|
td #{android.wifi}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
td Rooted phone
|
|
110
|
-
td Yes
|
|
103
|
+
tr
|
|
104
|
+
td Using gnirehtet
|
|
105
|
+
td #{get(options, 'browsertime.android.gnirehtet', 'No')}
|
|
106
|
+
tr
|
|
107
|
+
td Rooted phone
|
|
108
|
+
td #{get(options, 'browsertime.android.rooted', 'No')}
|
|
111
109
|
if android.batteryTemperature
|
|
112
110
|
tr
|
|
113
111
|
td Battery temperature
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "36.2.
|
|
3
|
+
"version": "36.2.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "36.2.
|
|
9
|
+
"version": "36.2.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@aws-sdk/client-s3": "3.717.0",
|
|
14
14
|
"@google-cloud/storage": "7.14.0",
|
|
15
15
|
"@influxdata/influxdb-client": "1.33.2",
|
|
16
|
-
"@sitespeed.io/log": "0.2.
|
|
16
|
+
"@sitespeed.io/log": "0.2.6",
|
|
17
17
|
"@sitespeed.io/plugin": "1.0.0",
|
|
18
18
|
"@slack/webhook": "7.0.4",
|
|
19
19
|
"@tgwf/co2": "0.16.4",
|
|
20
20
|
"axe-core": "4.10.2",
|
|
21
|
-
"browsertime": "24.1.
|
|
21
|
+
"browsertime": "24.1.1",
|
|
22
22
|
"coach-core": "8.1.1",
|
|
23
23
|
"dayjs": "1.11.11",
|
|
24
24
|
"fast-crc32c": "2.0.0",
|
|
@@ -1863,10 +1863,9 @@
|
|
|
1863
1863
|
}
|
|
1864
1864
|
},
|
|
1865
1865
|
"node_modules/@sitespeed.io/log": {
|
|
1866
|
-
"version": "0.2.
|
|
1867
|
-
"resolved": "https://registry.npmjs.org/@sitespeed.io/log/-/log-0.2.
|
|
1868
|
-
"integrity": "sha512-
|
|
1869
|
-
"license": "Apache-2.0",
|
|
1866
|
+
"version": "0.2.6",
|
|
1867
|
+
"resolved": "https://registry.npmjs.org/@sitespeed.io/log/-/log-0.2.6.tgz",
|
|
1868
|
+
"integrity": "sha512-xjT/UXWgsKJ8hmXcoi8KcBxtMzeLZvNQ7+eCu2x6mcwKzNbKnnOzm77NZ0tk9Ajor3mkQ4yZ0j3xP8HJUCFvyA==",
|
|
1870
1869
|
"engines": {
|
|
1871
1870
|
"node": ">=20.0.0"
|
|
1872
1871
|
}
|
|
@@ -3330,15 +3329,15 @@
|
|
|
3330
3329
|
}
|
|
3331
3330
|
},
|
|
3332
3331
|
"node_modules/browsertime": {
|
|
3333
|
-
"version": "24.1.
|
|
3334
|
-
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.1.
|
|
3335
|
-
"integrity": "sha512-
|
|
3332
|
+
"version": "24.1.1",
|
|
3333
|
+
"resolved": "https://registry.npmjs.org/browsertime/-/browsertime-24.1.1.tgz",
|
|
3334
|
+
"integrity": "sha512-VD5oeD5mxwqqlw18laZOUn0NKMP7k9kVE0ZMea2whNcyzAAclzaPFPhac5OGDE7ZRGwpLFIFryXPZSx9haXxwg==",
|
|
3336
3335
|
"dependencies": {
|
|
3337
3336
|
"@devicefarmer/adbkit": "3.3.8",
|
|
3338
3337
|
"@sitespeed.io/chromedriver": "132.0.6834-83",
|
|
3339
3338
|
"@sitespeed.io/edgedriver": "132.0.2957-115",
|
|
3340
3339
|
"@sitespeed.io/geckodriver": "0.35.0-1",
|
|
3341
|
-
"@sitespeed.io/log": "0.2.
|
|
3340
|
+
"@sitespeed.io/log": "0.2.6",
|
|
3342
3341
|
"@sitespeed.io/throttle": "5.0.1",
|
|
3343
3342
|
"@sitespeed.io/tracium": "0.3.3",
|
|
3344
3343
|
"chrome-har": "1.0.1",
|
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.2.
|
|
8
|
+
"version": "36.2.3",
|
|
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",
|
|
@@ -84,12 +84,12 @@
|
|
|
84
84
|
"@aws-sdk/client-s3": "3.717.0",
|
|
85
85
|
"@google-cloud/storage": "7.14.0",
|
|
86
86
|
"@influxdata/influxdb-client": "1.33.2",
|
|
87
|
-
"@sitespeed.io/log": "0.2.
|
|
87
|
+
"@sitespeed.io/log": "0.2.6",
|
|
88
88
|
"@sitespeed.io/plugin": "1.0.0",
|
|
89
89
|
"@tgwf/co2": "0.16.4",
|
|
90
90
|
"@slack/webhook": "7.0.4",
|
|
91
91
|
"axe-core": "4.10.2",
|
|
92
|
-
"browsertime": "24.1.
|
|
92
|
+
"browsertime": "24.1.1",
|
|
93
93
|
"coach-core": "8.1.1",
|
|
94
94
|
"dayjs": "1.11.11",
|
|
95
95
|
"fast-crc32c": "2.0.0",
|