sitespeed.io 21.2.0 → 21.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,8 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 21.2.1 - 2021-12-22
4
+ ### Fixed
5
+ * It turns out that Firefox 95 doesn't work with the HAR export trigger and the workaround that worked in Firefox 94 seems to not work in 95 see https://github.com/sitespeedio/browsertime/issues/1671#issuecomment-999412035. That's why we are reverting to Firefox 94 in the Docker containers.
3
6
  ## 21.2.0 - 2021-12-22
4
7
  ### Fixed
5
8
  * The catching of errors in the queue was broken and reported the error x times (x=numbert of plugins). Also when we had an error the result JSON was not stored. [#3522](https://github.com/sitespeedio/sitespeed.io/pull/3522).
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-96.0-firefox-95.0-edge-96.0-dev
1
+ FROM sitespeedio/webbrowsers:chrome-96.0-firefox-94.0-edge-95.0-dev
2
2
 
3
3
  ENV SITESPEED_IO_BROWSERTIME__XVFB true
4
4
  ENV SITESPEED_IO_BROWSERTIME__DOCKER true
package/Dockerfile-slim CHANGED
@@ -6,7 +6,7 @@ ENV SITESPEED_IO_BROWSERTIME__BROWSER firefox
6
6
  ENV SITESPEED_IO_BROWSERTIME__VISUAL_METRICS false
7
7
  ENV SITESPEED_IO_BROWSERTIME__HEADLESS true
8
8
 
9
- ENV FIREFOX_VERSION 95.0
9
+ ENV FIREFOX_VERSION 94.0
10
10
 
11
11
  ENV PATH="/usr/local/bin:${PATH}"
12
12
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "21.2.0",
3
+ "version": "21.2.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "21.2.0",
9
+ "version": "21.2.1",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@google-cloud/storage": "5.8.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": "21.2.0",
7
+ "version": "21.2.1",
8
8
  "description": "Analyze the web performance of your site",
9
9
  "keywords": [
10
10
  "performance",