@diplodoc/cli 5.0.2 → 5.0.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 +3 -3
- package/build/index.mjs +3 -3
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -351525,7 +351525,7 @@ var EntryService = class {
|
|
|
351525
351525
|
async load(path2) {
|
|
351526
351526
|
this.run.meta.add(path2, {
|
|
351527
351527
|
metadata: {
|
|
351528
|
-
generator: `Diplodoc Platform v${"5.0.
|
|
351528
|
+
generator: `Diplodoc Platform v${"5.0.3"}`
|
|
351529
351529
|
}
|
|
351530
351530
|
});
|
|
351531
351531
|
const type = (0, import_node_path6.extname)(path2).slice(1);
|
|
@@ -360241,7 +360241,7 @@ var Program = class extends (_a9 = import_program18.BaseProgram) {
|
|
|
360241
360241
|
super(...arguments);
|
|
360242
360242
|
this.name = "Program";
|
|
360243
360243
|
this.command = new import_config56.Command(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
360244
|
-
false ? "" : "5.0.
|
|
360244
|
+
false ? "" : "5.0.3",
|
|
360245
360245
|
"--version",
|
|
360246
360246
|
"Output the version number"
|
|
360247
360247
|
).usage(USAGE);
|
|
@@ -360408,7 +360408,7 @@ if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
|
360408
360408
|
(async () => {
|
|
360409
360409
|
console.time(MAIN_TIMER_ID);
|
|
360410
360410
|
if (process.env.NODE_ENV !== "test") {
|
|
360411
|
-
console.log(`Using v${"5.0.
|
|
360411
|
+
console.log(`Using v${"5.0.3"} version`);
|
|
360412
360412
|
}
|
|
360413
360413
|
const report = await run(process.argv);
|
|
360414
360414
|
if (process.env.NODE_ENV !== "test") {
|
package/build/index.mjs
CHANGED
|
@@ -351518,7 +351518,7 @@ var EntryService = class {
|
|
|
351518
351518
|
async load(path2) {
|
|
351519
351519
|
this.run.meta.add(path2, {
|
|
351520
351520
|
metadata: {
|
|
351521
|
-
generator: `Diplodoc Platform v${"5.0.
|
|
351521
|
+
generator: `Diplodoc Platform v${"5.0.3"}`
|
|
351522
351522
|
}
|
|
351523
351523
|
});
|
|
351524
351524
|
const type = extname3(path2).slice(1);
|
|
@@ -360254,7 +360254,7 @@ var Program = class extends (_a9 = BaseProgram6) {
|
|
|
360254
360254
|
super(...arguments);
|
|
360255
360255
|
this.name = "Program";
|
|
360256
360256
|
this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
360257
|
-
false ? "" : "5.0.
|
|
360257
|
+
false ? "" : "5.0.3",
|
|
360258
360258
|
"--version",
|
|
360259
360259
|
"Output the version number"
|
|
360260
360260
|
).usage(USAGE);
|
|
@@ -360421,7 +360421,7 @@ if (isMainThread4 && __require.main === module) {
|
|
|
360421
360421
|
(async () => {
|
|
360422
360422
|
console.time(MAIN_TIMER_ID);
|
|
360423
360423
|
if (process.env.NODE_ENV !== "test") {
|
|
360424
|
-
console.log(`Using v${"5.0.
|
|
360424
|
+
console.log(`Using v${"5.0.3"} version`);
|
|
360425
360425
|
}
|
|
360426
360426
|
const report = await run(process.argv);
|
|
360427
360427
|
if (process.env.NODE_ENV !== "test") {
|