@diplodoc/cli 5.0.5 → 5.0.7
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
|
@@ -709241,7 +709241,7 @@ var EntryService2 = class {
|
|
|
709241
709241
|
async load(path3) {
|
|
709242
709242
|
this.run.meta.add(path3, {
|
|
709243
709243
|
metadata: {
|
|
709244
|
-
generator: `Diplodoc Platform v${"5.0.
|
|
709244
|
+
generator: `Diplodoc Platform v${"5.0.7"}`
|
|
709245
709245
|
}
|
|
709246
709246
|
});
|
|
709247
709247
|
const type = (0, import_node_path37.extname)(path3).slice(1);
|
|
@@ -717949,7 +717949,7 @@ var Program2 = class extends (_a17 = import_program36.BaseProgram) {
|
|
|
717949
717949
|
super(...arguments);
|
|
717950
717950
|
this.name = "Program";
|
|
717951
717951
|
this.command = new import_config90.Command(NAME3).helpOption(true).allowUnknownOption(false).version(
|
|
717952
|
-
false ? "" : "5.0.
|
|
717952
|
+
false ? "" : "5.0.7",
|
|
717953
717953
|
"--version",
|
|
717954
717954
|
"Output the version number"
|
|
717955
717955
|
).usage(USAGE2);
|
|
@@ -718116,7 +718116,7 @@ if (import_node_worker_threads8.isMainThread && require.main === module) {
|
|
|
718116
718116
|
(async () => {
|
|
718117
718117
|
console.time(MAIN_TIMER_ID2);
|
|
718118
718118
|
if (process.env.NODE_ENV !== "test") {
|
|
718119
|
-
console.log(`Using v${"5.0.
|
|
718119
|
+
console.log(`Using v${"5.0.7"} version`);
|
|
718120
718120
|
}
|
|
718121
718121
|
const report = await run2(process.argv);
|
|
718122
718122
|
if (process.env.NODE_ENV !== "test") {
|
package/build/index.mjs
CHANGED
|
@@ -709234,7 +709234,7 @@ var EntryService2 = class {
|
|
|
709234
709234
|
async load(path3) {
|
|
709235
709235
|
this.run.meta.add(path3, {
|
|
709236
709236
|
metadata: {
|
|
709237
|
-
generator: `Diplodoc Platform v${"5.0.
|
|
709237
|
+
generator: `Diplodoc Platform v${"5.0.7"}`
|
|
709238
709238
|
}
|
|
709239
709239
|
});
|
|
709240
709240
|
const type = extname2(path3).slice(1);
|
|
@@ -717962,7 +717962,7 @@ var Program2 = class extends (_a17 = BaseProgram6) {
|
|
|
717962
717962
|
super(...arguments);
|
|
717963
717963
|
this.name = "Program";
|
|
717964
717964
|
this.command = new Command7(NAME3).helpOption(true).allowUnknownOption(false).version(
|
|
717965
|
-
false ? "" : "5.0.
|
|
717965
|
+
false ? "" : "5.0.7",
|
|
717966
717966
|
"--version",
|
|
717967
717967
|
"Output the version number"
|
|
717968
717968
|
).usage(USAGE2);
|
|
@@ -718129,7 +718129,7 @@ if (isMainThread4 && __require.main === module) {
|
|
|
718129
718129
|
(async () => {
|
|
718130
718130
|
console.time(MAIN_TIMER_ID2);
|
|
718131
718131
|
if (process.env.NODE_ENV !== "test") {
|
|
718132
|
-
console.log(`Using v${"5.0.
|
|
718132
|
+
console.log(`Using v${"5.0.7"} version`);
|
|
718133
718133
|
}
|
|
718134
718134
|
const report = await run2(process.argv);
|
|
718135
718135
|
if (process.env.NODE_ENV !== "test") {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.7",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"dependencies": {
|
|
75
75
|
"@diplodoc/client": "^3.6.3",
|
|
76
76
|
"@diplodoc/liquid": "^1.3.1",
|
|
77
|
-
"@diplodoc/translation": "^1.7.
|
|
77
|
+
"@diplodoc/translation": "^1.7.15",
|
|
78
78
|
"chalk": "^4.1.2",
|
|
79
79
|
"commander": "^12.0.0",
|
|
80
80
|
"csp-header": "^5.2.1",
|