@diplodoc/cli 5.48.1 → 5.48.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 +3 -3
- package/build/index.mjs +3 -3
- package/package.json +5 -4
package/build/index.js
CHANGED
|
@@ -324606,7 +324606,7 @@ var import_config101 = require("@diplodoc/cli/lib/config");
|
|
|
324606
324606
|
|
|
324607
324607
|
// src/constants.ts
|
|
324608
324608
|
var import_node_path2 = require("node:path");
|
|
324609
|
-
var VERSION = "5.48.
|
|
324609
|
+
var VERSION = "5.48.2" ? "5.48.2" : "0.0.0";
|
|
324610
324610
|
var MAIN_TIMER_ID = "Build time";
|
|
324611
324611
|
var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
|
|
324612
324612
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -375164,8 +375164,8 @@ if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
|
375164
375164
|
(async () => {
|
|
375165
375165
|
const silent = isRawContentRun(process.argv);
|
|
375166
375166
|
import_utils417.console.time(MAIN_TIMER_ID);
|
|
375167
|
-
if (!silent && "5.48.
|
|
375168
|
-
import_utils417.console.log(`Using v${"5.48.
|
|
375167
|
+
if (!silent && "5.48.2") {
|
|
375168
|
+
import_utils417.console.log(`Using v${"5.48.2"} version`);
|
|
375169
375169
|
}
|
|
375170
375170
|
const report = await run(process.argv);
|
|
375171
375171
|
if (!silent) {
|
package/build/index.mjs
CHANGED
|
@@ -324591,7 +324591,7 @@ import { Command as Command9 } from "@diplodoc/cli/lib/config";
|
|
|
324591
324591
|
|
|
324592
324592
|
// src/constants.ts
|
|
324593
324593
|
import { join, resolve as resolve2 } from "node:path";
|
|
324594
|
-
var VERSION = "5.48.
|
|
324594
|
+
var VERSION = "5.48.2" ? "5.48.2" : "0.0.0";
|
|
324595
324595
|
var MAIN_TIMER_ID = "Build time";
|
|
324596
324596
|
var ASSETS_FOLDER = resolve2(__dirname, "../assets");
|
|
324597
324597
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -375192,8 +375192,8 @@ if (isMainThread4 && __require.main === module) {
|
|
|
375192
375192
|
(async () => {
|
|
375193
375193
|
const silent = isRawContentRun(process.argv);
|
|
375194
375194
|
console8.time(MAIN_TIMER_ID);
|
|
375195
|
-
if (!silent && "5.48.
|
|
375196
|
-
console8.log(`Using v${"5.48.
|
|
375195
|
+
if (!silent && "5.48.2") {
|
|
375196
|
+
console8.log(`Using v${"5.48.2"} version`);
|
|
375197
375197
|
}
|
|
375198
375198
|
const report = await run(process.argv);
|
|
375199
375199
|
if (!silent) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "5.48.
|
|
3
|
+
"version": "5.48.2",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -65,7 +65,8 @@
|
|
|
65
65
|
"lint": "lint",
|
|
66
66
|
"lint:fix": "lint fix",
|
|
67
67
|
"pre-commit": "lint-staged",
|
|
68
|
-
"prepare": "husky || true"
|
|
68
|
+
"prepare": "husky || true",
|
|
69
|
+
"lock": "npm install --no-workspaces --package-lock-only --ignore-scripts"
|
|
69
70
|
},
|
|
70
71
|
"husky": {
|
|
71
72
|
"hooks": {
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
"@diplodoc/client": "^5.7.11",
|
|
84
85
|
"@diplodoc/liquid": "^1.5.2",
|
|
85
86
|
"@diplodoc/transform": "^4.76.2",
|
|
86
|
-
"@diplodoc/translation": "^1.7.
|
|
87
|
+
"@diplodoc/translation": "^1.7.26",
|
|
87
88
|
"@diplodoc/utils": "^2.3.1",
|
|
88
89
|
"@gravity-ui/uikit-themer": "^1.7.0",
|
|
89
90
|
"@inquirer/prompts": "^8.3.2",
|
|
@@ -125,7 +126,7 @@
|
|
|
125
126
|
"devDependencies": {
|
|
126
127
|
"@aws-sdk/client-s3": "^3.758.0",
|
|
127
128
|
"@aws-sdk/lib-storage": "^3.758.0",
|
|
128
|
-
"@diplodoc/infra": "2.0
|
|
129
|
+
"@diplodoc/infra": "2.1.0",
|
|
129
130
|
"@diplodoc/latex-extension": "^1.4.1",
|
|
130
131
|
"@diplodoc/mermaid-extension": "^2.1.3",
|
|
131
132
|
"@diplodoc/openapi-extension": "^5.2.1",
|