@diplodoc/cli 5.11.5 → 5.11.6

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
@@ -353872,7 +353872,7 @@ var import_config68 = require("@diplodoc/cli/lib/config");
353872
353872
 
353873
353873
  // src/constants.ts
353874
353874
  var import_node_path2 = require("node:path");
353875
- var VERSION = "5.11.5" ? "5.11.5" : "0.0.0";
353875
+ var VERSION = "5.11.6" ? "5.11.6" : "0.0.0";
353876
353876
  var MAIN_TIMER_ID = "Build time";
353877
353877
  var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
353878
353878
  var BUNDLE_FOLDER = "_bundle";
@@ -368000,8 +368000,8 @@ var run = async (argv2) => {
368000
368000
  if (import_node_worker_threads4.isMainThread && require.main === module) {
368001
368001
  (async () => {
368002
368002
  import_utils89.console.time(MAIN_TIMER_ID);
368003
- if ("5.11.5") {
368004
- import_utils89.console.log(`Using v${"5.11.5"} version`);
368003
+ if ("5.11.6") {
368004
+ import_utils89.console.log(`Using v${"5.11.6"} version`);
368005
368005
  }
368006
368006
  const report = await run(process.argv);
368007
368007
  import_utils89.console.timeEnd(MAIN_TIMER_ID);
package/build/index.mjs CHANGED
@@ -353860,7 +353860,7 @@ import { Command as Command8 } from "@diplodoc/cli/lib/config";
353860
353860
 
353861
353861
  // src/constants.ts
353862
353862
  import { resolve as resolve2 } from "node:path";
353863
- var VERSION = "5.11.5" ? "5.11.5" : "0.0.0";
353863
+ var VERSION = "5.11.6" ? "5.11.6" : "0.0.0";
353864
353864
  var MAIN_TIMER_ID = "Build time";
353865
353865
  var ASSETS_FOLDER = resolve2(__dirname, "../assets");
353866
353866
  var BUNDLE_FOLDER = "_bundle";
@@ -368013,8 +368013,8 @@ var run = async (argv2) => {
368013
368013
  if (isMainThread4 && __require.main === module) {
368014
368014
  (async () => {
368015
368015
  console5.time(MAIN_TIMER_ID);
368016
- if ("5.11.5") {
368017
- console5.log(`Using v${"5.11.5"} version`);
368016
+ if ("5.11.6") {
368017
+ console5.log(`Using v${"5.11.6"} version`);
368018
368018
  }
368019
368019
  const report = await run(process.argv);
368020
368020
  console5.timeEnd(MAIN_TIMER_ID);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.11.5",
3
+ "version": "5.11.6",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",