@diplodoc/cli 4.59.6 → 4.59.7
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
|
@@ -251617,7 +251617,7 @@ var Build = class extends (_a2 = import_program11.BaseProgram, _process_dec = [i
|
|
|
251617
251617
|
this.run.logger.proc(entry);
|
|
251618
251618
|
this.run.meta.add(entry, {
|
|
251619
251619
|
metadata: {
|
|
251620
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251620
|
+
generator: `Diplodoc Platform v${"4.59.7"}`
|
|
251621
251621
|
}
|
|
251622
251622
|
});
|
|
251623
251623
|
const info2 = await this.process(entry);
|
|
@@ -257945,7 +257945,7 @@ var Program = class extends (_a8 = import_program17.BaseProgram) {
|
|
|
257945
257945
|
super(...arguments);
|
|
257946
257946
|
this.name = "Program";
|
|
257947
257947
|
this.command = new import_config54.Command(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
257948
|
-
false ? "" : "4.59.
|
|
257948
|
+
false ? "" : "4.59.7",
|
|
257949
257949
|
"--version",
|
|
257950
257950
|
"Output the version number"
|
|
257951
257951
|
).usage(USAGE);
|
|
@@ -257972,7 +257972,7 @@ var import_chalk17 = require("chalk");
|
|
|
257972
257972
|
var import_ts_dedent4 = __toESM2(require("ts-dedent"));
|
|
257973
257973
|
var run = async (argv) => {
|
|
257974
257974
|
if (process.env.NODE_ENV !== "test") {
|
|
257975
|
-
console.log(`Using v${"4.59.
|
|
257975
|
+
console.log(`Using v${"4.59.7"} version`);
|
|
257976
257976
|
}
|
|
257977
257977
|
let exitCode = 0;
|
|
257978
257978
|
try {
|
package/build/index.mjs
CHANGED
|
@@ -251609,7 +251609,7 @@ var Build = class extends (_a2 = BaseProgram, _process_dec = [bounded3], _a2) {
|
|
|
251609
251609
|
this.run.logger.proc(entry);
|
|
251610
251610
|
this.run.meta.add(entry, {
|
|
251611
251611
|
metadata: {
|
|
251612
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251612
|
+
generator: `Diplodoc Platform v${"4.59.7"}`
|
|
251613
251613
|
}
|
|
251614
251614
|
});
|
|
251615
251615
|
const info2 = await this.process(entry);
|
|
@@ -257957,7 +257957,7 @@ var Program = class extends (_a8 = BaseProgram6) {
|
|
|
257957
257957
|
super(...arguments);
|
|
257958
257958
|
this.name = "Program";
|
|
257959
257959
|
this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
257960
|
-
false ? "" : "4.59.
|
|
257960
|
+
false ? "" : "4.59.7",
|
|
257961
257961
|
"--version",
|
|
257962
257962
|
"Output the version number"
|
|
257963
257963
|
).usage(USAGE);
|
|
@@ -257984,7 +257984,7 @@ import { red } from "chalk";
|
|
|
257984
257984
|
import dedent4 from "ts-dedent";
|
|
257985
257985
|
var run = async (argv) => {
|
|
257986
257986
|
if (process.env.NODE_ENV !== "test") {
|
|
257987
|
-
console.log(`Using v${"4.59.
|
|
257987
|
+
console.log(`Using v${"4.59.7"} version`);
|
|
257988
257988
|
}
|
|
257989
257989
|
let exitCode = 0;
|
|
257990
257990
|
try {
|