netlify-cli 9.11.0 → 9.12.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.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
- "version": "9.11.0",
3
+ "version": "9.12.0",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "netlify-cli",
9
- "version": "9.11.0",
9
+ "version": "9.12.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "9.11.0",
4
+ "version": "9.12.0",
5
5
  "author": "Netlify Inc.",
6
6
  "contributors": [
7
7
  "Abraham Schilling <AbrahamSchilling@gmail.com> (https://gitlab.com/n4bb12)",
@@ -348,7 +348,7 @@ const dev = async (options, command) => {
348
348
  exit(1)
349
349
  }
350
350
 
351
- command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live })
351
+ command.setAnalyticsPayload({ projectType: settings.framework || 'custom', live: options.live, graph: options.graph })
352
352
 
353
353
  const startNetlifyGraphWatcher = Boolean(options.graph)
354
354
  if (startNetlifyGraphWatcher) {