sitespeed.io 36.2.2 → 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
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
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
|
+
|
|
3
7
|
## 36.2.2 - 2025-01-29
|
|
4
8
|
### Fixed
|
|
5
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).
|
|
@@ -102,10 +102,10 @@ block content
|
|
|
102
102
|
td #{android.wifi}
|
|
103
103
|
tr
|
|
104
104
|
td Using gnirehtet
|
|
105
|
-
td #{get(options, 'browsertime.android.gnirehtet')}
|
|
105
|
+
td #{get(options, 'browsertime.android.gnirehtet', 'No')}
|
|
106
106
|
tr
|
|
107
107
|
td Rooted phone
|
|
108
|
-
td #{get(options, 'browsertime.android.rooted')}
|
|
108
|
+
td #{get(options, 'browsertime.android.rooted', 'No')}
|
|
109
109
|
if android.batteryTemperature
|
|
110
110
|
tr
|
|
111
111
|
td Battery temperature
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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": {
|
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",
|