@diplodoc/cli 5.31.0 → 5.31.2

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
@@ -348142,7 +348142,7 @@ var import_config78 = require("@diplodoc/cli/lib/config");
348142
348142
 
348143
348143
  // src/constants.ts
348144
348144
  var import_node_path2 = require("node:path");
348145
- var VERSION = "5.31.0" ? "5.31.0" : "0.0.0";
348145
+ var VERSION = "5.31.2" ? "5.31.2" : "0.0.0";
348146
348146
  var MAIN_TIMER_ID = "Build time";
348147
348147
  var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
348148
348148
  var BUNDLE_FOLDER = "_bundle";
@@ -392771,8 +392771,8 @@ var run2 = async (argv2) => {
392771
392771
  if (import_node_worker_threads4.isMainThread && require.main === module) {
392772
392772
  (async () => {
392773
392773
  import_utils387.console.time(MAIN_TIMER_ID);
392774
- if ("5.31.0") {
392775
- import_utils387.console.log(`Using v${"5.31.0"} version`);
392774
+ if ("5.31.2") {
392775
+ import_utils387.console.log(`Using v${"5.31.2"} version`);
392776
392776
  }
392777
392777
  const report = await run2(process.argv);
392778
392778
  import_utils387.console.timeEnd(MAIN_TIMER_ID);
package/build/index.mjs CHANGED
@@ -348129,7 +348129,7 @@ import { Command as Command7 } from "@diplodoc/cli/lib/config";
348129
348129
 
348130
348130
  // src/constants.ts
348131
348131
  import { join, resolve as resolve2 } from "node:path";
348132
- var VERSION = "5.31.0" ? "5.31.0" : "0.0.0";
348132
+ var VERSION = "5.31.2" ? "5.31.2" : "0.0.0";
348133
348133
  var MAIN_TIMER_ID = "Build time";
348134
348134
  var ASSETS_FOLDER = resolve2(__dirname, "../assets");
348135
348135
  var BUNDLE_FOLDER = "_bundle";
@@ -392791,8 +392791,8 @@ var run2 = async (argv2) => {
392791
392791
  if (isMainThread4 && __require.main === module) {
392792
392792
  (async () => {
392793
392793
  console5.time(MAIN_TIMER_ID);
392794
- if ("5.31.0") {
392795
- console5.log(`Using v${"5.31.0"} version`);
392794
+ if ("5.31.2") {
392795
+ console5.log(`Using v${"5.31.2"} version`);
392796
392796
  }
392797
392797
  const report = await run2(process.argv);
392798
392798
  console5.timeEnd(MAIN_TIMER_ID);
@@ -4,14 +4,14 @@
4
4
  "976-40cbc1d2518eb8ea.js"
5
5
  ],
6
6
  "js": [
7
- "vendor-0ee72ca687df2c31.js",
7
+ "vendor-bf7ff055cf0146d7.js",
8
8
  "search-6fbdaaffc89fe254.js",
9
9
  "react-869ecca253e3f1ec.js"
10
10
  ],
11
11
  "css": [
12
- "vendor-16c9cfefba9bf875.css",
12
+ "vendor-9a7b79bfa44b745e.css",
13
13
  "search-1e1cb23b726d3576.css",
14
- "vendor-96a707a8fdc1d514.rtl.css",
14
+ "vendor-a9a35ec6ed642c8e.rtl.css",
15
15
  "app-beecfe05167b856d.rtl.css",
16
16
  "search-89914279261a161e.rtl.css"
17
17
  ]
@@ -22,13 +22,13 @@
22
22
  ],
23
23
  "js": [
24
24
  "app-98aba2614cd68782.js",
25
- "vendor-0ee72ca687df2c31.js",
25
+ "vendor-bf7ff055cf0146d7.js",
26
26
  "react-869ecca253e3f1ec.js"
27
27
  ],
28
28
  "css": [
29
- "vendor-16c9cfefba9bf875.css",
29
+ "vendor-9a7b79bfa44b745e.css",
30
30
  "app-2521a69e1e976dc0.css",
31
- "vendor-96a707a8fdc1d514.rtl.css",
31
+ "vendor-a9a35ec6ed642c8e.rtl.css",
32
32
  "app-beecfe05167b856d.rtl.css",
33
33
  "search-89914279261a161e.rtl.css"
34
34
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.31.0",
3
+ "version": "5.31.2",
4
4
  "description": "Make documentation using yfm-docs in Markdown and HTML formats",
5
5
  "keywords": [
6
6
  "markdown",
@@ -76,7 +76,7 @@
76
76
  ]
77
77
  },
78
78
  "dependencies": {
79
- "@diplodoc/client": "^5.2.11",
79
+ "@diplodoc/client": "^5.2.13",
80
80
  "@diplodoc/liquid": "^1.4.0",
81
81
  "@diplodoc/transform": "^4.72.0",
82
82
  "@diplodoc/translation": "^1.7.19",