@antora/cli
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-rc.1
@@ -21,2 +21,7 @@ #!/usr/bin/env node | ||
//process.on('unhandledRejection', (reason) => { | ||
// console.error(`An unexpected error occurred: Unhandled promise rejection: ${reason.stack}`) | ||
// process.exitCode = 1 | ||
//}) | ||
function exitWithError (err, showStack, message = undefined) { | ||
@@ -23,0 +28,0 @@ console.error(showStack ? err.stack : `error: ${message || err.message}`) |
{ | ||
"name": "@antora/cli", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-rc.1", | ||
"description": "The command line interface for Antora.", | ||
@@ -21,7 +21,7 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/playbook-builder": "1.0.0-beta.3", | ||
"@antora/playbook-builder": "1.0.0-rc.1", | ||
"commander": "^2.15.1" | ||
}, | ||
"devDependencies": { | ||
"convict": "^4.1.0", | ||
"convict": "^4.2.0", | ||
"fs-extra": "^5.0.0", | ||
@@ -28,0 +28,0 @@ "kapok-js": "^0.10.1" |
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
10432
183
+ Added@antora/playbook-builder@1.0.0-rc.1(transitive)
- Removed@antora/playbook-builder@1.0.0-beta.3(transitive)