@diplodoc/cli 4.59.0 → 4.59.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 +2 -2
package/build/index.js
CHANGED
|
@@ -251516,7 +251516,7 @@ var Build = class extends (_a2 = import_program11.BaseProgram, _process_dec = [i
|
|
|
251516
251516
|
this.run.logger.proc(entry);
|
|
251517
251517
|
this.run.meta.add(entry, {
|
|
251518
251518
|
metadata: {
|
|
251519
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251519
|
+
generator: `Diplodoc Platform v${"4.59.1"}`
|
|
251520
251520
|
}
|
|
251521
251521
|
});
|
|
251522
251522
|
const info2 = await this.process(entry);
|
|
@@ -257844,7 +257844,7 @@ var Program = class extends (_a8 = import_program17.BaseProgram) {
|
|
|
257844
257844
|
super(...arguments);
|
|
257845
257845
|
this.name = "Program";
|
|
257846
257846
|
this.command = new import_config54.Command(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
257847
|
-
false ? "" : "4.59.
|
|
257847
|
+
false ? "" : "4.59.1",
|
|
257848
257848
|
"--version",
|
|
257849
257849
|
"Output the version number"
|
|
257850
257850
|
).usage(USAGE);
|
|
@@ -257871,7 +257871,7 @@ var import_chalk15 = require("chalk");
|
|
|
257871
257871
|
var import_ts_dedent3 = __toESM2(require("ts-dedent"));
|
|
257872
257872
|
var run = async (argv) => {
|
|
257873
257873
|
if (process.env.NODE_ENV !== "test") {
|
|
257874
|
-
console.log(`Using v${"4.59.
|
|
257874
|
+
console.log(`Using v${"4.59.1"} version`);
|
|
257875
257875
|
}
|
|
257876
257876
|
let exitCode = 0;
|
|
257877
257877
|
try {
|
package/build/index.mjs
CHANGED
|
@@ -251508,7 +251508,7 @@ var Build = class extends (_a2 = BaseProgram, _process_dec = [bounded3], _a2) {
|
|
|
251508
251508
|
this.run.logger.proc(entry);
|
|
251509
251509
|
this.run.meta.add(entry, {
|
|
251510
251510
|
metadata: {
|
|
251511
|
-
generator: `Diplodoc Platform v${"4.59.
|
|
251511
|
+
generator: `Diplodoc Platform v${"4.59.1"}`
|
|
251512
251512
|
}
|
|
251513
251513
|
});
|
|
251514
251514
|
const info2 = await this.process(entry);
|
|
@@ -257856,7 +257856,7 @@ var Program = class extends (_a8 = BaseProgram6) {
|
|
|
257856
257856
|
super(...arguments);
|
|
257857
257857
|
this.name = "Program";
|
|
257858
257858
|
this.command = new Command7(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
257859
|
-
false ? "" : "4.59.
|
|
257859
|
+
false ? "" : "4.59.1",
|
|
257860
257860
|
"--version",
|
|
257861
257861
|
"Output the version number"
|
|
257862
257862
|
).usage(USAGE);
|
|
@@ -257883,7 +257883,7 @@ import { red } from "chalk";
|
|
|
257883
257883
|
import dedent3 from "ts-dedent";
|
|
257884
257884
|
var run = async (argv) => {
|
|
257885
257885
|
if (process.env.NODE_ENV !== "test") {
|
|
257886
|
-
console.log(`Using v${"4.59.
|
|
257886
|
+
console.log(`Using v${"4.59.1"} version`);
|
|
257887
257887
|
}
|
|
257888
257888
|
let exitCode = 0;
|
|
257889
257889
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "4.59.
|
|
3
|
+
"version": "4.59.1",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@diplodoc/client": "^3.3.4",
|
|
74
74
|
"@diplodoc/liquid": "^1.3.1",
|
|
75
|
-
"@diplodoc/translation": "^1.7.
|
|
75
|
+
"@diplodoc/translation": "^1.7.10",
|
|
76
76
|
"chalk": "^4.1.2",
|
|
77
77
|
"commander": "^12.0.0",
|
|
78
78
|
"execa": "^9.5.3",
|