@diplodoc/cli 4.54.2 → 4.54.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 +2 -2
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -281780,7 +281780,7 @@ var Program = class extends (_a12 = BaseProgram) {
|
|
|
281780
281780
|
super(...arguments);
|
|
281781
281781
|
this.name = "Program";
|
|
281782
281782
|
this.command = new Command2(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
281783
|
-
false ? "" : "4.54.
|
|
281783
|
+
false ? "" : "4.54.3",
|
|
281784
281784
|
"--version",
|
|
281785
281785
|
"Output the version number"
|
|
281786
281786
|
).usage(USAGE);
|
|
@@ -281806,7 +281806,7 @@ if (require.main === module) {
|
|
|
281806
281806
|
(() => __async(void 0, null, function* () {
|
|
281807
281807
|
console.time(MAIN_TIMER_ID);
|
|
281808
281808
|
if (process.env.NODE_ENV !== "test") {
|
|
281809
|
-
console.log(`Using v${"4.54.
|
|
281809
|
+
console.log(`Using v${"4.54.3"} version`);
|
|
281810
281810
|
}
|
|
281811
281811
|
let exitCode = 0;
|
|
281812
281812
|
try {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "4.54.
|
|
3
|
+
"version": "4.54.3",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@diplodoc/client": "^3.1.11",
|
|
60
|
-
"@diplodoc/translation": "^1.
|
|
60
|
+
"@diplodoc/translation": "^1.7.1",
|
|
61
61
|
"highlight.js": "^11.10.0",
|
|
62
62
|
"katex": "^0.16.9",
|
|
63
63
|
"shelljs": "0.8.5",
|