sitespeed.io 36.2.0 → 36.2.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
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 36.2.1 - 2025-01-28
|
|
4
|
+
### Fixed
|
|
5
|
+
* Fixed broken checks on runtime settings [#4416](https://github.com/sitespeedio/sitespeed.io/pull/4416).
|
|
6
|
+
|
|
3
7
|
## 36.2.0 - 2025-01-27
|
|
4
8
|
### Added
|
|
5
9
|
* New Browsertime that expose configurations for the runtime settings page [#4414](https://github.com/sitespeedio/sitespeed.io/pull/4414).
|
|
@@ -64,6 +64,10 @@ block content
|
|
|
64
64
|
tr
|
|
65
65
|
td Trace categories
|
|
66
66
|
td #{get(browser, 'traceCategories')}
|
|
67
|
+
if get(options, 'browsertime.enableProfileRun') !== undefined
|
|
68
|
+
tr
|
|
69
|
+
td Enabled profile run
|
|
70
|
+
td Yes
|
|
67
71
|
if get(browser, 'preference') !== undefined
|
|
68
72
|
tr
|
|
69
73
|
td browser.preference
|
|
@@ -96,11 +100,11 @@ block content
|
|
|
96
100
|
tr
|
|
97
101
|
td Wifi
|
|
98
102
|
td #{android.wifi}
|
|
99
|
-
if options
|
|
103
|
+
if get(options, 'browsertime.android.gnirehtet') !== undefined
|
|
100
104
|
tr
|
|
101
105
|
td Using gnirehtet
|
|
102
106
|
td Yes
|
|
103
|
-
if options
|
|
107
|
+
if get(options, 'browsertime.android.rooted') !== undefined
|
|
104
108
|
tr
|
|
105
109
|
td Rooted phone
|
|
106
110
|
td Yes
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "36.2.
|
|
3
|
+
"version": "36.2.1",
|
|
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.1",
|
|
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.1",
|
|
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",
|