@diplodoc/cli 4.17.0 → 4.17.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
@@ -202253,7 +202253,7 @@ function resolveSchemas(path2) {
202253
202253
  if (path2.endsWith("redirects.yaml")) {
202254
202254
  return [];
202255
202255
  }
202256
- return [yield loadFile(ROOT, "schemas/toc-schema.yaml", false)];
202256
+ return [yield loadFile((0, import_node_path.join)(ROOT, "schemas/toc-schema.yaml"), false)];
202257
202257
  });
202258
202258
  }
202259
202259
 
@@ -205946,7 +205946,7 @@ import_yargs.default.command(build).command(publish).command(translate).option("
205946
205946
  default: false,
205947
205947
  describe: "Run in quiet mode. Don't write logs to stdout",
205948
205948
  type: "boolean"
205949
- }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.17.0" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
205949
+ }).group(["config", "strict", "quiet", "help", "version"], "Common options:").version(true ? "4.17.1" : "").help().parse((0, import_helpers.hideBin)(process.argv), {}, (err, { strict }, output) => {
205950
205950
  console.timeEnd(MAIN_TIMER_ID);
205951
205951
  if (err) {
205952
205952
  console.error(err);