@nuxt/telemetry
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.0.6](https://github.com/nuxt/telemetry/compare/v0.0.5...v0.0.6) (2020-06-08) | ||
### Bug Fixes | ||
* git can be empty ([47b3df0](https://github.com/nuxt/telemetry/commit/47b3df02703b4c9ff2a5608b2bee9b298273493c)) | ||
### [0.0.5](https://github.com/nuxt/telemetry/compare/v0.0.4...v0.0.5) (2020-06-08) | ||
@@ -7,0 +14,0 @@ |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var meta = require('./meta-f182f5c5.js'); | ||
var meta = require('./meta-104f40f0.js'); | ||
var rc = require('rc9'); | ||
@@ -10,0 +10,0 @@ var path = require('path'); |
@@ -7,3 +7,3 @@ 'use strict'; | ||
var nanoid = require('nanoid'); | ||
var meta = require('./meta-f182f5c5.js'); | ||
var meta = require('./meta-104f40f0.js'); | ||
var rc = require('rc9'); | ||
@@ -198,3 +198,3 @@ var fetch = _interopDefault(require('node-fetch')); | ||
name: 'project', | ||
type: context.git.url ? 'git' : 'local', | ||
type: context.git && context.git.url ? 'git' : 'local', | ||
isSSR: options.mode === 'universal' || options.ssr === true, | ||
@@ -201,0 +201,0 @@ target: options._generate ? 'static' : 'server', |
{ | ||
"name": "@nuxt/telemetry", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"repository": "nuxt/telemetry", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
23883
1