@diplodoc/cli 5.5.0 → 5.5.1
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
|
@@ -351592,7 +351592,7 @@ var EntryService = class {
|
|
|
351592
351592
|
async load(path2) {
|
|
351593
351593
|
this.run.meta.add(path2, {
|
|
351594
351594
|
metadata: {
|
|
351595
|
-
generator: `Diplodoc Platform v${"5.5.
|
|
351595
|
+
generator: `Diplodoc Platform v${"5.5.1"}`
|
|
351596
351596
|
}
|
|
351597
351597
|
});
|
|
351598
351598
|
const type = (0, import_node_path6.extname)(path2).slice(1);
|
|
@@ -360644,7 +360644,7 @@ var Program = class extends (_a9 = import_program20.BaseProgram) {
|
|
|
360644
360644
|
super(...arguments);
|
|
360645
360645
|
this.name = "Program";
|
|
360646
360646
|
this.command = new import_config59.Command(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
360647
|
-
false ? "" : "5.5.
|
|
360647
|
+
false ? "" : "5.5.1",
|
|
360648
360648
|
"--version",
|
|
360649
360649
|
"Output the version number"
|
|
360650
360650
|
).usage(USAGE);
|
|
@@ -360811,7 +360811,7 @@ if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
|
360811
360811
|
(async () => {
|
|
360812
360812
|
console.time(MAIN_TIMER_ID);
|
|
360813
360813
|
if (process.env.NODE_ENV !== "test") {
|
|
360814
|
-
console.log(`Using v${"5.5.
|
|
360814
|
+
console.log(`Using v${"5.5.1"} version`);
|
|
360815
360815
|
}
|
|
360816
360816
|
const report = await run(process.argv);
|
|
360817
360817
|
if (process.env.NODE_ENV !== "test") {
|
package/build/index.mjs
CHANGED
|
@@ -351585,7 +351585,7 @@ var EntryService = class {
|
|
|
351585
351585
|
async load(path2) {
|
|
351586
351586
|
this.run.meta.add(path2, {
|
|
351587
351587
|
metadata: {
|
|
351588
|
-
generator: `Diplodoc Platform v${"5.5.
|
|
351588
|
+
generator: `Diplodoc Platform v${"5.5.1"}`
|
|
351589
351589
|
}
|
|
351590
351590
|
});
|
|
351591
351591
|
const type = extname2(path2).slice(1);
|
|
@@ -360657,7 +360657,7 @@ var Program = class extends (_a9 = BaseProgram6) {
|
|
|
360657
360657
|
super(...arguments);
|
|
360658
360658
|
this.name = "Program";
|
|
360659
360659
|
this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
360660
|
-
false ? "" : "5.5.
|
|
360660
|
+
false ? "" : "5.5.1",
|
|
360661
360661
|
"--version",
|
|
360662
360662
|
"Output the version number"
|
|
360663
360663
|
).usage(USAGE);
|
|
@@ -360824,7 +360824,7 @@ if (isMainThread4 && __require.main === module) {
|
|
|
360824
360824
|
(async () => {
|
|
360825
360825
|
console.time(MAIN_TIMER_ID);
|
|
360826
360826
|
if (process.env.NODE_ENV !== "test") {
|
|
360827
|
-
console.log(`Using v${"5.5.
|
|
360827
|
+
console.log(`Using v${"5.5.1"} version`);
|
|
360828
360828
|
}
|
|
360829
360829
|
const report = await run(process.argv);
|
|
360830
360830
|
if (process.env.NODE_ENV !== "test") {
|