@diplodoc/cli 4.6.3 → 4.6.4
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 +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -4095,7 +4095,7 @@ import_yargs.default.command(build).command(publish).command(xliff).command(tran
|
|
|
4095
4095
|
default: false,
|
|
4096
4096
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
4097
4097
|
type: "boolean"
|
|
4098
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.6.
|
|
4098
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.6.4" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
|
|
4099
4099
|
console.timeEnd(MAIN_TIMER_ID);
|
|
4100
4100
|
if (err) {
|
|
4101
4101
|
console.error(err);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"author": "Yandex Data UI Team <data-ui@yandex-team.ru>",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"license": "MIT",
|
|
6
|
-
"version": "4.6.
|
|
6
|
+
"version": "4.6.4",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git@github.com:diplodoc-platform/cli.git"
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
33
33
|
"@aws-sdk/client-s3": "^3.369.0",
|
|
34
34
|
"@diplodoc/client": "^1.0.2",
|
|
35
|
-
"@diplodoc/markdown-translation": "^1.0.
|
|
35
|
+
"@diplodoc/markdown-translation": "^1.0.2",
|
|
36
36
|
"@diplodoc/mermaid-extension": "^1.1.3",
|
|
37
37
|
"@diplodoc/openapi-extension": "^1.4.4",
|
|
38
38
|
"@diplodoc/transform": "^4.3.0",
|