@diplodoc/cli 5.25.2 → 5.25.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/assets/{vendor-69b711131a987c84.css → vendor-604a56a7a92ed771.css} +2 -2
- package/assets/{vendor-9f8370ee77b163b3.rtl.css → vendor-dcc8584736da7d7f.rtl.css} +1 -1
- package/assets/{vendor-38a8fe9ee299ccc3.js → vendor-f4e28d6d333a34f2.js} +2 -2
- package/build/index.js +3 -3
- package/build/index.mjs +3 -3
- package/build/manifest.json +6 -6
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -346428,7 +346428,7 @@ var import_config75 = require("@diplodoc/cli/lib/config");
|
|
|
346428
346428
|
|
|
346429
346429
|
// src/constants.ts
|
|
346430
346430
|
var import_node_path2 = require("node:path");
|
|
346431
|
-
var VERSION = "5.25.
|
|
346431
|
+
var VERSION = "5.25.3" ? "5.25.3" : "0.0.0";
|
|
346432
346432
|
var MAIN_TIMER_ID = "Build time";
|
|
346433
346433
|
var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
|
|
346434
346434
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -390284,8 +390284,8 @@ var run2 = async (argv2) => {
|
|
|
390284
390284
|
if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
390285
390285
|
(async () => {
|
|
390286
390286
|
import_utils384.console.time(MAIN_TIMER_ID);
|
|
390287
|
-
if ("5.25.
|
|
390288
|
-
import_utils384.console.log(`Using v${"5.25.
|
|
390287
|
+
if ("5.25.3") {
|
|
390288
|
+
import_utils384.console.log(`Using v${"5.25.3"} version`);
|
|
390289
390289
|
}
|
|
390290
390290
|
const report = await run2(process.argv);
|
|
390291
390291
|
import_utils384.console.timeEnd(MAIN_TIMER_ID);
|
package/build/index.mjs
CHANGED
|
@@ -346415,7 +346415,7 @@ import { Command as Command7 } from "@diplodoc/cli/lib/config";
|
|
|
346415
346415
|
|
|
346416
346416
|
// src/constants.ts
|
|
346417
346417
|
import { join, resolve as resolve2 } from "node:path";
|
|
346418
|
-
var VERSION = "5.25.
|
|
346418
|
+
var VERSION = "5.25.3" ? "5.25.3" : "0.0.0";
|
|
346419
346419
|
var MAIN_TIMER_ID = "Build time";
|
|
346420
346420
|
var ASSETS_FOLDER = resolve2(__dirname, "../assets");
|
|
346421
346421
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -390304,8 +390304,8 @@ var run2 = async (argv2) => {
|
|
|
390304
390304
|
if (isMainThread4 && __require.main === module) {
|
|
390305
390305
|
(async () => {
|
|
390306
390306
|
console5.time(MAIN_TIMER_ID);
|
|
390307
|
-
if ("5.25.
|
|
390308
|
-
console5.log(`Using v${"5.25.
|
|
390307
|
+
if ("5.25.3") {
|
|
390308
|
+
console5.log(`Using v${"5.25.3"} version`);
|
|
390309
390309
|
}
|
|
390310
390310
|
const report = await run2(process.argv);
|
|
390311
390311
|
console5.timeEnd(MAIN_TIMER_ID);
|
package/build/manifest.json
CHANGED
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
"976-40cbc1d2518eb8ea.js"
|
|
5
5
|
],
|
|
6
6
|
"js": [
|
|
7
|
-
"vendor-
|
|
7
|
+
"vendor-f4e28d6d333a34f2.js",
|
|
8
8
|
"search-b6246854f4238deb.js",
|
|
9
9
|
"react-869ecca253e3f1ec.js"
|
|
10
10
|
],
|
|
11
11
|
"css": [
|
|
12
|
-
"vendor-
|
|
12
|
+
"vendor-604a56a7a92ed771.css",
|
|
13
13
|
"search-3aaa18bd7b60f08f.css",
|
|
14
|
-
"vendor-
|
|
14
|
+
"vendor-dcc8584736da7d7f.rtl.css",
|
|
15
15
|
"app-3b7885975521b0fb.rtl.css",
|
|
16
16
|
"search-bf88d79943058638.rtl.css"
|
|
17
17
|
]
|
|
@@ -22,13 +22,13 @@
|
|
|
22
22
|
],
|
|
23
23
|
"js": [
|
|
24
24
|
"app-c87e24eeaae1b0dc.js",
|
|
25
|
-
"vendor-
|
|
25
|
+
"vendor-f4e28d6d333a34f2.js",
|
|
26
26
|
"react-869ecca253e3f1ec.js"
|
|
27
27
|
],
|
|
28
28
|
"css": [
|
|
29
|
-
"vendor-
|
|
29
|
+
"vendor-604a56a7a92ed771.css",
|
|
30
30
|
"app-2d61aeb310cae43c.css",
|
|
31
|
-
"vendor-
|
|
31
|
+
"vendor-dcc8584736da7d7f.rtl.css",
|
|
32
32
|
"app-3b7885975521b0fb.rtl.css",
|
|
33
33
|
"search-bf88d79943058638.rtl.css"
|
|
34
34
|
]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "5.25.
|
|
3
|
+
"version": "5.25.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.2.
|
|
79
|
+
"@diplodoc/client": "^5.2.6",
|
|
80
80
|
"@diplodoc/liquid": "^1.4.0",
|
|
81
81
|
"@diplodoc/transform": "^4.70.0",
|
|
82
82
|
"@diplodoc/translation": "^1.7.19",
|