@diplodoc/cli 4.35.1 → 4.35.2
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
|
@@ -261511,7 +261511,7 @@ function handler(args2) {
|
|
|
261511
261511
|
const tmpInputFolder = (0, import_path31.resolve)(args2.output, TMP_INPUT_FOLDER);
|
|
261512
261512
|
const tmpOutputFolder = (0, import_path31.resolve)(args2.output, TMP_OUTPUT_FOLDER);
|
|
261513
261513
|
if (true) {
|
|
261514
|
-
console.log(`Using v${"4.35.
|
|
261514
|
+
console.log(`Using v${"4.35.2"} version`);
|
|
261515
261515
|
}
|
|
261516
261516
|
try {
|
|
261517
261517
|
argv_default2.init(__spreadProps(__spreadValues({}, args2), {
|
|
@@ -261622,7 +261622,7 @@ var parser3 = import_yargs.default.command(build).option("config", {
|
|
|
261622
261622
|
default: false,
|
|
261623
261623
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
261624
261624
|
type: "boolean"
|
|
261625
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.35.
|
|
261625
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.35.2" : "").help();
|
|
261626
261626
|
var Build = class extends BaseProgram(command, {
|
|
261627
261627
|
config: {
|
|
261628
261628
|
// scope: 'build',
|
|
@@ -266169,7 +266169,7 @@ var Program = class extends BaseProgram("Program", {
|
|
|
266169
266169
|
constructor() {
|
|
266170
266170
|
super(...arguments);
|
|
266171
266171
|
this.command = new Command2(NAME).helpOption(true).allowUnknownOption(false).version(
|
|
266172
|
-
true ? "4.35.
|
|
266172
|
+
true ? "4.35.2" : "",
|
|
266173
266173
|
"--version",
|
|
266174
266174
|
"Output the version number"
|
|
266175
266175
|
).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.35.
|
|
6
|
+
"version": "4.35.2",
|
|
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.7.0",
|
|
39
|
-
"@diplodoc/translation": "^1.4.
|
|
39
|
+
"@diplodoc/translation": "^1.4.3",
|
|
40
40
|
"katex": "^0.16.9",
|
|
41
41
|
"shelljs": "0.8.5",
|
|
42
42
|
"threads": "1.7.0",
|