@diplodoc/cli 5.15.3 → 5.15.4

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.
File without changes
package/build/index.js CHANGED
@@ -361122,7 +361122,7 @@ var import_config70 = require("@diplodoc/cli/lib/config");
361122
361122
 
361123
361123
  // src/constants.ts
361124
361124
  var import_node_path2 = require("node:path");
361125
- var VERSION = "5.15.3" ? "5.15.3" : "0.0.0";
361125
+ var VERSION = "5.15.4" ? "5.15.4" : "0.0.0";
361126
361126
  var MAIN_TIMER_ID = "Build time";
361127
361127
  var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
361128
361128
  var BUNDLE_FOLDER = "_bundle";
@@ -375961,8 +375961,8 @@ var run = async (argv2) => {
375961
375961
  if (import_node_worker_threads4.isMainThread && require.main === module) {
375962
375962
  (async () => {
375963
375963
  import_utils94.console.time(MAIN_TIMER_ID);
375964
- if ("5.15.3") {
375965
- import_utils94.console.log(`Using v${"5.15.3"} version`);
375964
+ if ("5.15.4") {
375965
+ import_utils94.console.log(`Using v${"5.15.4"} version`);
375966
375966
  }
375967
375967
  const report = await run(process.argv);
375968
375968
  import_utils94.console.timeEnd(MAIN_TIMER_ID);
package/build/index.mjs CHANGED
@@ -361110,7 +361110,7 @@ import { Command as Command7 } from "@diplodoc/cli/lib/config";
361110
361110
 
361111
361111
  // src/constants.ts
361112
361112
  import { resolve as resolve2 } from "node:path";
361113
- var VERSION = "5.15.3" ? "5.15.3" : "0.0.0";
361113
+ var VERSION = "5.15.4" ? "5.15.4" : "0.0.0";
361114
361114
  var MAIN_TIMER_ID = "Build time";
361115
361115
  var ASSETS_FOLDER = resolve2(__dirname, "../assets");
361116
361116
  var BUNDLE_FOLDER = "_bundle";
@@ -375974,8 +375974,8 @@ var run = async (argv2) => {
375974
375974
  if (isMainThread4 && __require.main === module) {
375975
375975
  (async () => {
375976
375976
  console5.time(MAIN_TIMER_ID);
375977
- if ("5.15.3") {
375978
- console5.log(`Using v${"5.15.3"} version`);
375977
+ if ("5.15.4") {
375978
+ console5.log(`Using v${"5.15.4"} version`);
375979
375979
  }
375980
375980
  const report = await run(process.argv);
375981
375981
  console5.timeEnd(MAIN_TIMER_ID);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.15.3",
3
+ "version": "5.15.4",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",
@@ -78,7 +78,7 @@
78
78
  "dependencies": {
79
79
  "@diplodoc/client": "^4.1.2",
80
80
  "@diplodoc/liquid": "^1.3.4",
81
- "@diplodoc/translation": "^1.7.17",
81
+ "@diplodoc/translation": "^1.7.19",
82
82
  "chalk": "^4.1.2",
83
83
  "commander": "^12.0.0",
84
84
  "csp-header": "^5.2.1",