@diplodoc/cli 4.34.0 → 4.34.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/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -261326,7 +261326,7 @@ function handler(args2) {
|
|
|
261326
261326
|
const tmpInputFolder = (0, import_path31.resolve)(args2.output, TMP_INPUT_FOLDER);
|
|
261327
261327
|
const tmpOutputFolder = (0, import_path31.resolve)(args2.output, TMP_OUTPUT_FOLDER);
|
|
261328
261328
|
if (true) {
|
|
261329
|
-
console.log(`Using v${"4.34.
|
|
261329
|
+
console.log(`Using v${"4.34.1"} version`);
|
|
261330
261330
|
}
|
|
261331
261331
|
try {
|
|
261332
261332
|
argv_default2.init(__spreadProps(__spreadValues({}, args2), {
|
|
@@ -261437,7 +261437,7 @@ var parser3 = import_yargs.default.command(build).option("config", {
|
|
|
261437
261437
|
default: false,
|
|
261438
261438
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
261439
261439
|
type: "boolean"
|
|
261440
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.34.
|
|
261440
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.34.1" : "").help();
|
|
261441
261441
|
var Build = class extends BaseProgram(command, {
|
|
261442
261442
|
config: {
|
|
261443
261443
|
// scope: 'build',
|
|
@@ -265984,7 +265984,7 @@ var Program = class extends BaseProgram("Program", {
|
|
|
265984
265984
|
constructor() {
|
|
265985
265985
|
super(...arguments);
|
|
265986
265986
|
this.command = new Command2(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
265987
|
-
true ? "4.34.
|
|
265987
|
+
true ? "4.34.1" : "",
|
|
265988
265988
|
"--version",
|
|
265989
265989
|
"Output the version number"
|
|
265990
265990
|
).usage(USAGE);
|
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.34.
|
|
6
|
+
"version": "4.34.1",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git@github.com:diplodoc-platform/cli.git"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"@diplodoc/client": "^2.6.2",
|
|
39
|
-
"@diplodoc/translation": "^1.4.
|
|
39
|
+
"@diplodoc/translation": "^1.4.1",
|
|
40
40
|
"katex": "^0.16.9",
|
|
41
41
|
"shelljs": "0.8.5",
|
|
42
42
|
"threads": "1.7.0",
|