@diplodoc/cli 4.6.0-alpha-4 → 4.6.0-alpha-5
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/assets/app.css +4 -0
- package/assets/app.js +2 -0
- package/assets/react.js +3 -0
- package/assets/vendor.css +3530 -0
- package/assets/vendor.js +3 -0
- package/build/index.js +2 -2
- package/build/index.js.map +2 -2
- package/build/linter.js +1 -1
- package/build/linter.js.map +2 -2
- package/package.json +3 -2
- package/src/cmd/xliff/compose.ts +1 -1
- package/src/constants.ts +1 -1
- package/src/index.ts +1 -1
- package/src/services/includers/index.ts +1 -1
- package/src/utils/markup.ts +13 -11
- package/src/vcs-connector/connector-validator.ts +1 -1
package/build/index.js
CHANGED
|
@@ -107,7 +107,7 @@ var openapi = require("@diplodoc/openapi-extension");
|
|
|
107
107
|
includes.collect = require("@diplodoc/transform/lib/plugins/includes/collect");
|
|
108
108
|
images.collect = require("@diplodoc/transform/lib/plugins/images/collect");
|
|
109
109
|
changelog.collect = require("@diplodoc/transform/lib/plugins/changelog/collect");
|
|
110
|
-
var ASSETS_FOLDER = (0, import_path.resolve)(__dirname, "
|
|
110
|
+
var ASSETS_FOLDER = (0, import_path.resolve)(__dirname, "../assets");
|
|
111
111
|
var BUNDLE_FOLDER = "_bundle";
|
|
112
112
|
var TMP_INPUT_FOLDER = ".tmp_input";
|
|
113
113
|
var TMP_OUTPUT_FOLDER = ".tmp_output";
|
|
@@ -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-5" : "").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);
|