@diplodoc/cli 5.35.1 → 5.35.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
@@ -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.35.1" ? "5.35.1" : "0.0.0";
348540
+ var VERSION = "5.35.2" ? "5.35.2" : "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";
@@ -395608,8 +395608,8 @@ var run2 = async (argv2) => {
395608
395608
  if (import_node_worker_threads4.isMainThread && require.main === module) {
395609
395609
  (async () => {
395610
395610
  import_utils392.console.time(MAIN_TIMER_ID);
395611
- if ("5.35.1") {
395612
- import_utils392.console.log(`Using v${"5.35.1"} version`);
395611
+ if ("5.35.2") {
395612
+ import_utils392.console.log(`Using v${"5.35.2"} version`);
395613
395613
  }
395614
395614
  const report = await run2(process.argv);
395615
395615
  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.35.1" ? "5.35.1" : "0.0.0";
348526
+ var VERSION = "5.35.2" ? "5.35.2" : "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";
@@ -395627,8 +395627,8 @@ var run2 = async (argv2) => {
395627
395627
  if (isMainThread4 && __require.main === module) {
395628
395628
  (async () => {
395629
395629
  console7.time(MAIN_TIMER_ID);
395630
- if ("5.35.1") {
395631
- console7.log(`Using v${"5.35.1"} version`);
395630
+ if ("5.35.2") {
395631
+ console7.log(`Using v${"5.35.2"} version`);
395632
395632
  }
395633
395633
  const report = await run2(process.argv);
395634
395634
  console7.timeEnd(MAIN_TIMER_ID);
@@ -4,7 +4,7 @@
4
4
  "976-40cbc1d2518eb8ea.js"
5
5
  ],
6
6
  "js": [
7
- "vendor-c530f888d6027e43.js",
7
+ "vendor-03ddcd4b4ab9d816.js",
8
8
  "search-136c6c533ebeaf71.js",
9
9
  "react-869ecca253e3f1ec.js"
10
10
  ],
@@ -22,7 +22,7 @@
22
22
  ],
23
23
  "js": [
24
24
  "app-a183d21ccd5083cc.js",
25
- "vendor-c530f888d6027e43.js",
25
+ "vendor-03ddcd4b4ab9d816.js",
26
26
  "react-869ecca253e3f1ec.js"
27
27
  ],
28
28
  "css": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@diplodoc/cli",
3
- "version": "5.35.1",
3
+ "version": "5.35.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.5.1",
79
+ "@diplodoc/client": "^5.5.2",
80
80
  "@diplodoc/liquid": "^1.4.0",
81
81
  "@diplodoc/transform": "^4.73.2",
82
82
  "@diplodoc/translation": "^1.7.19",