@diplodoc/cli 4.59.10 → 4.59.11
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
|
@@ -251760,7 +251760,7 @@ var Build = class extends (_a2 = import_program11.BaseProgram, _process_dec = [i
|
|
|
251760
251760
|
this.run.logger.proc(entry);
|
|
251761
251761
|
this.run.meta.add(entry, {
|
|
251762
251762
|
metadata: {
|
|
251763
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251763
|
+
generator: `Diplodoc Platform v${"4.59.11"}`
|
|
251764
251764
|
}
|
|
251765
251765
|
});
|
|
251766
251766
|
const info2 = await this.process(entry);
|
|
@@ -258088,7 +258088,7 @@ var Program = class extends (_a8 = import_program17.BaseProgram) {
|
|
|
258088
258088
|
super(...arguments);
|
|
258089
258089
|
this.name = "Program";
|
|
258090
258090
|
this.command = new import_config54.Command(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
258091
|
-
false ? "" : "4.59.
|
|
258091
|
+
false ? "" : "4.59.11",
|
|
258092
258092
|
"--version",
|
|
258093
258093
|
"Output the version number"
|
|
258094
258094
|
).usage(USAGE);
|
|
@@ -258115,7 +258115,7 @@ var import_chalk17 = require("chalk");
|
|
|
258115
258115
|
var import_ts_dedent4 = __toESM2(require("ts-dedent"));
|
|
258116
258116
|
var run = async (argv) => {
|
|
258117
258117
|
if (process.env.NODE_ENV !== "test") {
|
|
258118
|
-
console.log(`Using v${"4.59.
|
|
258118
|
+
console.log(`Using v${"4.59.11"} version`);
|
|
258119
258119
|
}
|
|
258120
258120
|
let exitCode = 0;
|
|
258121
258121
|
try {
|
package/build/index.mjs
CHANGED
|
@@ -251752,7 +251752,7 @@ var Build = class extends (_a2 = BaseProgram, _process_dec = [bounded3], _a2) {
|
|
|
251752
251752
|
this.run.logger.proc(entry);
|
|
251753
251753
|
this.run.meta.add(entry, {
|
|
251754
251754
|
metadata: {
|
|
251755
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251755
|
+
generator: `Diplodoc Platform v${"4.59.11"}`
|
|
251756
251756
|
}
|
|
251757
251757
|
});
|
|
251758
251758
|
const info2 = await this.process(entry);
|
|
@@ -258100,7 +258100,7 @@ var Program = class extends (_a8 = BaseProgram6) {
|
|
|
258100
258100
|
super(...arguments);
|
|
258101
258101
|
this.name = "Program";
|
|
258102
258102
|
this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
258103
|
-
false ? "" : "4.59.
|
|
258103
|
+
false ? "" : "4.59.11",
|
|
258104
258104
|
"--version",
|
|
258105
258105
|
"Output the version number"
|
|
258106
258106
|
).usage(USAGE);
|
|
@@ -258127,7 +258127,7 @@ import { red } from "chalk";
|
|
|
258127
258127
|
import dedent4 from "ts-dedent";
|
|
258128
258128
|
var run = async (argv) => {
|
|
258129
258129
|
if (process.env.NODE_ENV !== "test") {
|
|
258130
|
-
console.log(`Using v${"4.59.
|
|
258130
|
+
console.log(`Using v${"4.59.11"} version`);
|
|
258131
258131
|
}
|
|
258132
258132
|
let exitCode = 0;
|
|
258133
258133
|
try {
|