@diplodoc/cli 4.54.0-alpha-1 → 4.54.0-alpha-3
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.
- package/build/index.js +2 -2
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -266713,7 +266713,7 @@ var Program = class extends (_a11 = BaseProgram) {
|
|
|
266713
266713
|
super(...arguments);
|
|
266714
266714
|
this.name = "Program";
|
|
266715
266715
|
this.command = new Command2(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
266716
|
-
false ? "" : "4.54.0-alpha-
|
|
266716
|
+
false ? "" : "4.54.0-alpha-3",
|
|
266717
266717
|
"--version",
|
|
266718
266718
|
"Output the version number"
|
|
266719
266719
|
).usage(USAGE);
|
|
@@ -266739,7 +266739,7 @@ if (require.main === module) {
|
|
|
266739
266739
|
(() => __async(void 0, null, function* () {
|
|
266740
266740
|
console.time(MAIN_TIMER_ID);
|
|
266741
266741
|
if (process.env.NODE_ENV !== "test") {
|
|
266742
|
-
console.log(`Using v${"4.54.0-alpha-
|
|
266742
|
+
console.log(`Using v${"4.54.0-alpha-3"} version`);
|
|
266743
266743
|
}
|
|
266744
266744
|
let exitCode = 0;
|
|
266745
266745
|
try {
|