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 +3 -0
- package/Dockerfile +1 -1
- package/lib/cli/cli.js +2 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/Dockerfile
CHANGED
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
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sitespeed.io",
|
|
3
|
-
"version": "28.
|
|
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.
|
|
9
|
+
"version": "28.2.0",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@google-cloud/storage": "6.9.5",
|
package/package.json
CHANGED