Comparing version 2.14.3 to 2.14.4
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -4,0 +4,0 @@ * - All the amazing contributors |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -4,0 +4,0 @@ * - All the amazing contributors |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -4,0 +4,0 @@ * - All the amazing contributors |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -36,6 +36,6 @@ * - All the amazing contributors | ||
const _export = { | ||
...generate.default, | ||
...generate['default'], | ||
run (...args) { | ||
consola__default['default'].warn('`nuxt export` has been deprecated! Please use `nuxt generate`.'); | ||
return generate.default.run.call(this, ...args) | ||
return generate['default'].run.call(this, ...args) | ||
} | ||
@@ -42,0 +42,0 @@ }; |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -121,4 +121,7 @@ * - All the amazing contributors | ||
await nuxt.server.listen(0); | ||
await generator.generate({ build: false }); | ||
const { errors } = await generator.generate({ build: false }); | ||
await nuxt.close(); | ||
if (cmd.argv['fail-on-error'] && errors.length > 0) { | ||
throw new Error('Error generating pages, exiting with non-zero code') | ||
} | ||
} | ||
@@ -125,0 +128,0 @@ |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -4,0 +4,0 @@ * - All the amazing contributors |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -36,6 +36,6 @@ * - All the amazing contributors | ||
const serve = { | ||
...start.default, | ||
...start['default'], | ||
run (...args) { | ||
consola__default['default'].warn('`nuxt serve` has been deprecated! Please use `nuxt start`.'); | ||
return start.default.run.call(this, ...args) | ||
return start['default'].run.call(this, ...args) | ||
} | ||
@@ -42,0 +42,0 @@ }; |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -4,0 +4,0 @@ * - All the amazing contributors |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -4,0 +4,0 @@ * - All the amazing contributors |
/*! | ||
* @nuxt/cli v2.14.3 (c) 2016-2020 | ||
* @nuxt/cli v2.14.4 (c) 2016-2020 | ||
@@ -4,0 +4,0 @@ * - All the amazing contributors |
{ | ||
"name": "@nuxt/cli", | ||
"version": "2.14.3", | ||
"version": "2.14.4", | ||
"repository": "nuxt/nuxt.js", | ||
@@ -15,5 +15,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@nuxt/config": "2.14.3", | ||
"@nuxt/config": "2.14.4", | ||
"@nuxt/static": "^1.0.0", | ||
"@nuxt/utils": "2.14.3", | ||
"@nuxt/utils": "2.14.4", | ||
"boxen": "^4.2.0", | ||
@@ -20,0 +20,0 @@ "chalk": "^3.0.0", |
Sorry, the diff of this file is too big to display
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
128507
4054
+ Added@nuxt/config@2.14.4(transitive)
+ Added@nuxt/utils@2.14.4(transitive)
- Removed@nuxt/config@2.14.3(transitive)
- Removed@nuxt/utils@2.14.3(transitive)
Updated@nuxt/config@2.14.4
Updated@nuxt/utils@2.14.4