@diplodoc/cli 5.34.2 → 5.34.3

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
@@ -348533,7 +348533,7 @@ var import_config81 = require("@diplodoc/cli/lib/config");
348533
348533
 
348534
348534
  // src/constants.ts
348535
348535
  var import_node_path2 = require("node:path");
348536
- var VERSION = "5.34.2" ? "5.34.2" : "0.0.0";
348536
+ var VERSION = "5.34.3" ? "5.34.3" : "0.0.0";
348537
348537
  var MAIN_TIMER_ID = "Build time";
348538
348538
  var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
348539
348539
  var BUNDLE_FOLDER = "_bundle";
@@ -395525,8 +395525,8 @@ var run2 = async (argv2) => {
395525
395525
  if (import_node_worker_threads4.isMainThread && require.main === module) {
395526
395526
  (async () => {
395527
395527
  import_utils392.console.time(MAIN_TIMER_ID);
395528
- if ("5.34.2") {
395529
- import_utils392.console.log(`Using v${"5.34.2"} version`);
395528
+ if ("5.34.3") {
395529
+ import_utils392.console.log(`Using v${"5.34.3"} version`);
395530
395530
  }
395531
395531
  const report = await run2(process.argv);
395532
395532
  import_utils392.console.timeEnd(MAIN_TIMER_ID);
package/build/index.mjs CHANGED
@@ -348519,7 +348519,7 @@ import { Command as Command8 } from "@diplodoc/cli/lib/config";
348519
348519
 
348520
348520
  // src/constants.ts
348521
348521
  import { join, resolve as resolve2 } from "node:path";
348522
- var VERSION = "5.34.2" ? "5.34.2" : "0.0.0";
348522
+ var VERSION = "5.34.3" ? "5.34.3" : "0.0.0";
348523
348523
  var MAIN_TIMER_ID = "Build time";
348524
348524
  var ASSETS_FOLDER = resolve2(__dirname, "../assets");
348525
348525
  var BUNDLE_FOLDER = "_bundle";
@@ -395544,8 +395544,8 @@ var run2 = async (argv2) => {
395544
395544
  if (isMainThread4 && __require.main === module) {
395545
395545
  (async () => {
395546
395546
  console7.time(MAIN_TIMER_ID);
395547
- if ("5.34.2") {
395548
- console7.log(`Using v${"5.34.2"} version`);
395547
+ if ("5.34.3") {
395548
+ console7.log(`Using v${"5.34.3"} version`);
395549
395549
  }
395550
395550
  const report = await run2(process.argv);
395551
395551
  console7.timeEnd(MAIN_TIMER_ID);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.34.2",
3
+ "version": "5.34.3",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",