sitespeed.io 35.3.0 → 35.4.0
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 +8 -0
- package/CODE_OF_CONDUCT.md +7 -0
- package/Dockerfile +1 -1
- package/lib/plugins/compare/helper.js +3 -1
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
|
|
2
2
|
|
|
3
|
+
## 35.4.0 - 2024-11-08
|
|
4
|
+
### Added
|
|
5
|
+
* Firefox 132 [#4309](https://github.com/sitespeedio/sitespeed.io/pull/4309).
|
|
6
|
+
|
|
7
|
+
## 35.3.1 - 2024-11-04
|
|
8
|
+
### Fixed
|
|
9
|
+
* Fix compare plugin when you run visual metrics contentful and perceptual metrics [#4308](https://github.com/sitespeedio/sitespeed.io/pull/4308).
|
|
10
|
+
|
|
3
11
|
## 35.3.0 - 2024-10-20
|
|
4
12
|
### Added
|
|
5
13
|
* Update to Chrome 130 in the Docker container [#4299](https://github.com/sitespeedio/sitespeed.io/pull/4299).
|
package/CODE_OF_CONDUCT.md
CHANGED
|
@@ -28,6 +28,13 @@ We encourage everyone to participate and are committed to building a community f
|
|
|
28
28
|
Although this list cannot be exhaustive, we explicitly honor diversity in age, gender, gender identity or expression, culture, ethnicity, language, national origin, political beliefs, profession, race, religion, sexual orientation, socioeconomic status, and technical ability. We will not tolerate discrimination based on any of the protected
|
|
29
29
|
characteristics above, including participants with disabilities.
|
|
30
30
|
|
|
31
|
+
### No Unsolicited Advertising or Job Postings
|
|
32
|
+
We strive to maintain a collaborative and focused community. As such, advertising for companies/products or posting job advertisements without prior approval is strictly prohibited.
|
|
33
|
+
|
|
34
|
+
If you engage in unsolicited advertising or recruitment activities, your account will be deleted without warning.
|
|
35
|
+
|
|
36
|
+
If you're unsure whether your content falls under this policy, please reach out to an admin before posting.
|
|
37
|
+
|
|
31
38
|
### Reporting Issues
|
|
32
39
|
|
|
33
40
|
If you experience or witness unacceptable behavior—or have any other concerns—please report it by contacting us via [peter@soulgalore.com)](mailto:peter@soulgalore.com). All reports will be handled with discretion. In your report please include:
|
package/Dockerfile
CHANGED
|
@@ -200,7 +200,9 @@ function getVisualMetrics(data) {
|
|
|
200
200
|
'videoRecordingStart',
|
|
201
201
|
'VisualComplete85',
|
|
202
202
|
'VisualComplete95',
|
|
203
|
-
'VisualComplete99'
|
|
203
|
+
'VisualComplete99',
|
|
204
|
+
'PerceptualSpeedIndexProgress',
|
|
205
|
+
'ContentfulSpeedIndexProgress'
|
|
204
206
|
]);
|
|
205
207
|
|
|
206
208
|
const visualMetrics = {};
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "35.
|
|
3
|
+
"version": "35.4.0",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "sitespeed.io",
|
|
9
|
-
"version": "35.
|
|
9
|
+
"version": "35.4.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@aws-sdk/client-s3": "3.609.0",
|
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": "35.
|
|
8
|
+
"version": "35.4.0",
|
|
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",
|