@diplodoc/cli 4.59.8 → 4.59.9
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 +3 -3
- package/build/index.mjs +3 -3
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -251744,7 +251744,7 @@ var Build = class extends (_a2 = import_program11.BaseProgram, _process_dec = [i
|
|
|
251744
251744
|
this.run.logger.proc(entry);
|
|
251745
251745
|
this.run.meta.add(entry, {
|
|
251746
251746
|
metadata: {
|
|
251747
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251747
|
+
generator: `Diplodoc Platform v${"4.59.9"}`
|
|
251748
251748
|
}
|
|
251749
251749
|
});
|
|
251750
251750
|
const info2 = await this.process(entry);
|
|
@@ -258072,7 +258072,7 @@ var Program = class extends (_a8 = import_program17.BaseProgram) {
|
|
|
258072
258072
|
super(...arguments);
|
|
258073
258073
|
this.name = "Program";
|
|
258074
258074
|
this.command = new import_config54.Command(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
258075
|
-
false ? "" : "4.59.
|
|
258075
|
+
false ? "" : "4.59.9",
|
|
258076
258076
|
"--version",
|
|
258077
258077
|
"Output the version number"
|
|
258078
258078
|
).usage(USAGE);
|
|
@@ -258099,7 +258099,7 @@ var import_chalk17 = require("chalk");
|
|
|
258099
258099
|
var import_ts_dedent4 = __toESM2(require("ts-dedent"));
|
|
258100
258100
|
var run = async (argv) => {
|
|
258101
258101
|
if (process.env.NODE_ENV !== "test") {
|
|
258102
|
-
console.log(`Using v${"4.59.
|
|
258102
|
+
console.log(`Using v${"4.59.9"} version`);
|
|
258103
258103
|
}
|
|
258104
258104
|
let exitCode = 0;
|
|
258105
258105
|
try {
|
package/build/index.mjs
CHANGED
|
@@ -251736,7 +251736,7 @@ var Build = class extends (_a2 = BaseProgram, _process_dec = [bounded3], _a2) {
|
|
|
251736
251736
|
this.run.logger.proc(entry);
|
|
251737
251737
|
this.run.meta.add(entry, {
|
|
251738
251738
|
metadata: {
|
|
251739
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251739
|
+
generator: `Diplodoc Platform v${"4.59.9"}`
|
|
251740
251740
|
}
|
|
251741
251741
|
});
|
|
251742
251742
|
const info2 = await this.process(entry);
|
|
@@ -258084,7 +258084,7 @@ var Program = class extends (_a8 = BaseProgram6) {
|
|
|
258084
258084
|
super(...arguments);
|
|
258085
258085
|
this.name = "Program";
|
|
258086
258086
|
this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
258087
|
-
false ? "" : "4.59.
|
|
258087
|
+
false ? "" : "4.59.9",
|
|
258088
258088
|
"--version",
|
|
258089
258089
|
"Output the version number"
|
|
258090
258090
|
).usage(USAGE);
|
|
@@ -258111,7 +258111,7 @@ import { red } from "chalk";
|
|
|
258111
258111
|
import dedent4 from "ts-dedent";
|
|
258112
258112
|
var run = async (argv) => {
|
|
258113
258113
|
if (process.env.NODE_ENV !== "test") {
|
|
258114
|
-
console.log(`Using v${"4.59.
|
|
258114
|
+
console.log(`Using v${"4.59.9"} version`);
|
|
258115
258115
|
}
|
|
258116
258116
|
let exitCode = 0;
|
|
258117
258117
|
try {
|