@diplodoc/cli 4.2.0 → 4.2.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 CHANGED
@@ -4086,7 +4086,7 @@ import_yargs.default.command(build).command(publish).command(xliff).command(tran
4086
4086
  default: false,
4087
4087
  describe: "Run in quiet mode. Don't write logs to stdout",
4088
4088
  type: "boolean"
4089
- }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.2.0" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
4089
+ }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.2.1" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
4090
4090
  console.timeEnd(MAIN_TIMER_ID);
4091
4091
  if (err) {
4092
4092
  console.error(err);