@antora/cli
Advanced tools
Comparing version 3.0.0-rc.1 to 3.0.0-rc.2
@@ -38,3 +38,3 @@ 'use strict' | ||
.finalizeLogger() | ||
.then((failOnExit) => process.exit(process.exitCode || (failOnExit ? 1 : 0))) | ||
.then((failOnExit) => process.exitCode || (process.exitCode = failOnExit ? 1 : 0)) | ||
} | ||
@@ -41,0 +41,0 @@ |
{ | ||
"name": "@antora/cli", | ||
"version": "3.0.0-rc.1", | ||
"version": "3.0.0-rc.2", | ||
"description": "The command line interface for Antora.", | ||
@@ -24,4 +24,4 @@ "license": "MPL-2.0", | ||
"dependencies": { | ||
"@antora/logger": "3.0.0-rc.1", | ||
"@antora/playbook-builder": "3.0.0-rc.1", | ||
"@antora/logger": "3.0.0-rc.2", | ||
"@antora/playbook-builder": "3.0.0-rc.2", | ||
"@antora/user-require-helper": "~2.0", | ||
@@ -31,3 +31,3 @@ "commander": "~8.3" | ||
"devDependencies": { | ||
"@antora/site-publisher": "3.0.0-rc.1", | ||
"@antora/site-publisher": "3.0.0-rc.2", | ||
"@asciidoctor/core": "~2.2", | ||
@@ -52,3 +52,3 @@ "convict": "~6.2", | ||
], | ||
"gitHead": "044371a33e2c0fed9724d30945bbb549d64845d5" | ||
"gitHead": "b64861391b7e55ea31fcecce4490b9cc02fec1c7" | ||
} |
28794
+ Added@antora/logger@3.0.0-rc.2(transitive)
+ Added@antora/playbook-builder@3.0.0-rc.2(transitive)
- Removed@antora/logger@3.0.0-rc.1(transitive)
- Removed@antora/playbook-builder@3.0.0-rc.1(transitive)
Updated@antora/logger@3.0.0-rc.2