sitespeed.io 28.1.0 → 28.2.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 CHANGED
@@ -1,5 +1,8 @@
1
1
  # CHANGELOG - sitespeed.io (we use [semantic versioning](https://semver.org))
2
2
 
3
+ ## 28.2.0 - 2023-07-07
4
+ ### Added
5
+ * Updated the Docker container to use Firefox 115.
3
6
 
4
7
  ## 28.1.0 - 2023-06-27
5
8
  ### Added
package/Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM sitespeedio/webbrowsers:chrome-114.0-firefox-114.0-edge-114.0
1
+ FROM sitespeedio/webbrowsers:chrome-114.0-firefox-115.0-edge-114.0
2
2
 
3
3
  ARG TARGETPLATFORM=linux/amd64
4
4
 
package/lib/cli/cli.js CHANGED
@@ -1307,6 +1307,8 @@ export async function parseCommandLine() {
1307
1307
  .option('graphite.messages', {
1308
1308
  default: ['pageSummary', 'summary'],
1309
1309
  options: ['pageSummary', 'summary', 'run'],
1310
+ describe:
1311
+ 'Define which messages to send to Graphite. By default we do not send data per run, but you can change that by adding run as one of the options',
1310
1312
  group: 'Graphite'
1311
1313
  })
1312
1314
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sitespeed.io",
3
- "version": "28.1.0",
3
+ "version": "28.2.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "sitespeed.io",
9
- "version": "28.1.0",
9
+ "version": "28.2.0",
10
10
  "license": "MIT",
11
11
  "dependencies": {
12
12
  "@google-cloud/storage": "6.9.5",
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": "28.1.0",
8
+ "version": "28.2.0",
9
9
  "description": "Analyze the web performance of your site",
10
10
  "keywords": [
11
11
  "performance",