@diplodoc/cli 4.6.0-alpha-5 → 4.6.0-alpha-6
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 +3 -2
package/build/index.js
CHANGED
|
@@ -4059,7 +4059,7 @@ import_yargs.default.command(build).command(publish).command(xliff).command(tran
|
|
|
4059
4059
|
default: false,
|
|
4060
4060
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
4061
4061
|
type: "boolean"
|
|
4062
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.6.0-alpha-
|
|
4062
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.6.0-alpha-6" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
|
|
4063
4063
|
console.timeEnd(MAIN_TIMER_ID);
|
|
4064
4064
|
if (err) {
|
|
4065
4065
|
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.0-alpha-
|
|
6
|
+
"version": "4.6.0-alpha-6",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
9
|
"url": "git@github.com:diplodoc-platform/cli.git"
|
|
@@ -109,7 +109,8 @@
|
|
|
109
109
|
"pkg": {
|
|
110
110
|
"scripts": [
|
|
111
111
|
"./build/*.js",
|
|
112
|
-
"./build/**/*.js"
|
|
112
|
+
"./build/**/*.js",
|
|
113
|
+
"./node_modules/@diplodoc/client/build/server/*.js"
|
|
113
114
|
],
|
|
114
115
|
"assets": [
|
|
115
116
|
"./assets/*"
|