@diplodoc/cli 4.13.3 → 4.13.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/assets/vendor.css +16 -1
- package/assets/vendor.js +1 -1
- package/build/index.js +1 -1
- package/build/index.js.map +1 -1
- package/build/linter.js +66 -87
- package/build/linter.js.map +4 -4
- package/package.json +4 -4
package/build/index.js
CHANGED
|
@@ -4268,7 +4268,7 @@ import_yargs.default.command(build).command(publish).command(xliff).command(tran
|
|
|
4268
4268
|
default: false,
|
|
4269
4269
|
describe: "Run in quiet mode. Don't write logs to stdout",
|
|
4270
4270
|
type: "boolean"
|
|
4271
|
-
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.13.
|
|
4271
|
+
}).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.13.4" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
|
|
4272
4272
|
console.timeEnd(MAIN_TIMER_ID);
|
|
4273
4273
|
if (err) {
|
|
4274
4274
|
console.error(err);
|