@diplodoc/cli 5.35.1 → 5.35.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
|
@@ -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.
|
|
348540
|
+
var VERSION = "5.35.3" ? "5.35.3" : "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.
|
|
395612
|
-
import_utils392.console.log(`Using v${"5.35.
|
|
395611
|
+
if ("5.35.3") {
|
|
395612
|
+
import_utils392.console.log(`Using v${"5.35.3"} 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.
|
|
348526
|
+
var VERSION = "5.35.3" ? "5.35.3" : "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.
|
|
395631
|
-
console7.log(`Using v${"5.35.
|
|
395630
|
+
if ("5.35.3") {
|
|
395631
|
+
console7.log(`Using v${"5.35.3"} version`);
|
|
395632
395632
|
}
|
|
395633
395633
|
const report = await run2(process.argv);
|
|
395634
395634
|
console7.timeEnd(MAIN_TIMER_ID);
|
package/build/manifest.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"976-40cbc1d2518eb8ea.js"
|
|
5
5
|
],
|
|
6
6
|
"js": [
|
|
7
|
-
"vendor-
|
|
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-
|
|
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.
|
|
3
|
+
"version": "5.35.3",
|
|
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.
|
|
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",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@diplodoc/mermaid-extension": "^1.3.5",
|
|
112
112
|
"@diplodoc/openapi-extension": "^5.1.3",
|
|
113
113
|
"@diplodoc/page-constructor-extension": "^0.13.2",
|
|
114
|
-
"@diplodoc/search-extension": "^3.0.
|
|
114
|
+
"@diplodoc/search-extension": "^3.0.5",
|
|
115
115
|
"@diplodoc/tsconfig": "^1.0.2",
|
|
116
116
|
"@diplodoc/yfmlint": "^1.7.3",
|
|
117
117
|
"@octokit/core": "4.2.4",
|