@diplodoc/cli 5.39.4 → 5.39.5
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 +3 -3
- package/build/index.mjs +3 -3
- package/package.json +3 -3
package/build/index.js
CHANGED
|
@@ -330424,7 +330424,7 @@ var import_config84 = require("@diplodoc/cli/lib/config");
|
|
|
330424
330424
|
|
|
330425
330425
|
// src/constants.ts
|
|
330426
330426
|
var import_node_path2 = require("node:path");
|
|
330427
|
-
var VERSION = "5.39.
|
|
330427
|
+
var VERSION = "5.39.5" ? "5.39.5" : "0.0.0";
|
|
330428
330428
|
var MAIN_TIMER_ID = "Build time";
|
|
330429
330429
|
var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
|
|
330430
330430
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -379350,8 +379350,8 @@ var run = async (argv2) => {
|
|
|
379350
379350
|
if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
379351
379351
|
(async () => {
|
|
379352
379352
|
import_utils405.console.time(MAIN_TIMER_ID);
|
|
379353
|
-
if ("5.39.
|
|
379354
|
-
import_utils405.console.log(`Using v${"5.39.
|
|
379353
|
+
if ("5.39.5") {
|
|
379354
|
+
import_utils405.console.log(`Using v${"5.39.5"} version`);
|
|
379355
379355
|
}
|
|
379356
379356
|
const report = await run(process.argv);
|
|
379357
379357
|
import_utils405.console.timeEnd(MAIN_TIMER_ID);
|
package/build/index.mjs
CHANGED
|
@@ -330410,7 +330410,7 @@ import { Command as Command8 } from "@diplodoc/cli/lib/config";
|
|
|
330410
330410
|
|
|
330411
330411
|
// src/constants.ts
|
|
330412
330412
|
import { join, resolve as resolve2 } from "node:path";
|
|
330413
|
-
var VERSION = "5.39.
|
|
330413
|
+
var VERSION = "5.39.5" ? "5.39.5" : "0.0.0";
|
|
330414
330414
|
var MAIN_TIMER_ID = "Build time";
|
|
330415
330415
|
var ASSETS_FOLDER = resolve2(__dirname, "../assets");
|
|
330416
330416
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -379369,8 +379369,8 @@ var run = async (argv2) => {
|
|
|
379369
379369
|
if (isMainThread4 && __require.main === module) {
|
|
379370
379370
|
(async () => {
|
|
379371
379371
|
console7.time(MAIN_TIMER_ID);
|
|
379372
|
-
if ("5.39.
|
|
379373
|
-
console7.log(`Using v${"5.39.
|
|
379372
|
+
if ("5.39.5") {
|
|
379373
|
+
console7.log(`Using v${"5.39.5"} version`);
|
|
379374
379374
|
}
|
|
379375
379375
|
const report = await run(process.argv);
|
|
379376
379376
|
console7.timeEnd(MAIN_TIMER_ID);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "5.39.
|
|
3
|
+
"version": "5.39.5",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"devDependencies": {
|
|
108
108
|
"@aws-sdk/client-s3": "^3.758.0",
|
|
109
109
|
"@aws-sdk/lib-storage": "^3.758.0",
|
|
110
|
-
"@diplodoc/infra": "2.0.
|
|
110
|
+
"@diplodoc/infra": "2.0.2",
|
|
111
111
|
"@diplodoc/latex-extension": "^1.4.1",
|
|
112
112
|
"@diplodoc/mermaid-extension": "^1.3.5",
|
|
113
113
|
"@diplodoc/openapi-extension": "^5.1.3",
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
"walk-sync": "3.0.0"
|
|
153
153
|
},
|
|
154
154
|
"engines": {
|
|
155
|
-
"node": ">=
|
|
155
|
+
"node": ">=24",
|
|
156
156
|
"npm": ">=11.5.1"
|
|
157
157
|
}
|
|
158
158
|
}
|