@diplodoc/cli 5.34.4 → 5.34.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/build/index.js CHANGED
@@ -348537,7 +348537,7 @@ var import_config81 = require("@diplodoc/cli/lib/config");
348537
348537
 
348538
348538
  // src/constants.ts
348539
348539
  var import_node_path2 = require("node:path");
348540
- var VERSION = "5.34.4" ? "5.34.4" : "0.0.0";
348540
+ var VERSION = "5.34.5" ? "5.34.5" : "0.0.0";
348541
348541
  var MAIN_TIMER_ID = "Build time";
348542
348542
  var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
348543
348543
  var BUNDLE_FOLDER = "_bundle";
@@ -395529,8 +395529,8 @@ var run2 = async (argv2) => {
395529
395529
  if (import_node_worker_threads4.isMainThread && require.main === module) {
395530
395530
  (async () => {
395531
395531
  import_utils392.console.time(MAIN_TIMER_ID);
395532
- if ("5.34.4") {
395533
- import_utils392.console.log(`Using v${"5.34.4"} version`);
395532
+ if ("5.34.5") {
395533
+ import_utils392.console.log(`Using v${"5.34.5"} version`);
395534
395534
  }
395535
395535
  const report = await run2(process.argv);
395536
395536
  import_utils392.console.timeEnd(MAIN_TIMER_ID);
package/build/index.mjs CHANGED
@@ -348523,7 +348523,7 @@ import { Command as Command8 } from "@diplodoc/cli/lib/config";
348523
348523
 
348524
348524
  // src/constants.ts
348525
348525
  import { join, resolve as resolve2 } from "node:path";
348526
- var VERSION = "5.34.4" ? "5.34.4" : "0.0.0";
348526
+ var VERSION = "5.34.5" ? "5.34.5" : "0.0.0";
348527
348527
  var MAIN_TIMER_ID = "Build time";
348528
348528
  var ASSETS_FOLDER = resolve2(__dirname, "../assets");
348529
348529
  var BUNDLE_FOLDER = "_bundle";
@@ -395548,8 +395548,8 @@ var run2 = async (argv2) => {
395548
395548
  if (isMainThread4 && __require.main === module) {
395549
395549
  (async () => {
395550
395550
  console7.time(MAIN_TIMER_ID);
395551
- if ("5.34.4") {
395552
- console7.log(`Using v${"5.34.4"} version`);
395551
+ if ("5.34.5") {
395552
+ console7.log(`Using v${"5.34.5"} version`);
395553
395553
  }
395554
395554
  const report = await run2(process.argv);
395555
395555
  console7.timeEnd(MAIN_TIMER_ID);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.34.4",
3
+ "version": "5.34.5",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",