@diplodoc/cli 0.0.0-rc-resolve-codeblock-md2md-18979117835 → 0.0.0-rc-resolve-codeblock-md2md-18994893059
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 +2 -2
package/build/index.js
CHANGED
|
@@ -296145,7 +296145,7 @@ var import_config70 = require("@diplodoc/cli/lib/config");
|
|
|
296145
296145
|
|
|
296146
296146
|
// src/constants.ts
|
|
296147
296147
|
var import_node_path2 = require("node:path");
|
|
296148
|
-
var VERSION = "0.0.0-rc-resolve-codeblock-md2md-
|
|
296148
|
+
var VERSION = "0.0.0-rc-resolve-codeblock-md2md-18994893059" ? "0.0.0-rc-resolve-codeblock-md2md-18994893059" : "0.0.0";
|
|
296149
296149
|
var MAIN_TIMER_ID = "Build time";
|
|
296150
296150
|
var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
|
|
296151
296151
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -310910,8 +310910,8 @@ var run = async (argv2) => {
|
|
|
310910
310910
|
if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
310911
310911
|
(async () => {
|
|
310912
310912
|
import_utils94.console.time(MAIN_TIMER_ID);
|
|
310913
|
-
if ("0.0.0-rc-resolve-codeblock-md2md-
|
|
310914
|
-
import_utils94.console.log(`Using v${"0.0.0-rc-resolve-codeblock-md2md-
|
|
310913
|
+
if ("0.0.0-rc-resolve-codeblock-md2md-18994893059") {
|
|
310914
|
+
import_utils94.console.log(`Using v${"0.0.0-rc-resolve-codeblock-md2md-18994893059"} version`);
|
|
310915
310915
|
}
|
|
310916
310916
|
const report = await run(process.argv);
|
|
310917
310917
|
import_utils94.console.timeEnd(MAIN_TIMER_ID);
|
package/build/index.mjs
CHANGED
|
@@ -296133,7 +296133,7 @@ import { Command as Command7 } from "@diplodoc/cli/lib/config";
|
|
|
296133
296133
|
|
|
296134
296134
|
// src/constants.ts
|
|
296135
296135
|
import { resolve as resolve2 } from "node:path";
|
|
296136
|
-
var VERSION = "0.0.0-rc-resolve-codeblock-md2md-
|
|
296136
|
+
var VERSION = "0.0.0-rc-resolve-codeblock-md2md-18994893059" ? "0.0.0-rc-resolve-codeblock-md2md-18994893059" : "0.0.0";
|
|
296137
296137
|
var MAIN_TIMER_ID = "Build time";
|
|
296138
296138
|
var ASSETS_FOLDER = resolve2(__dirname, "../assets");
|
|
296139
296139
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -310923,8 +310923,8 @@ var run = async (argv2) => {
|
|
|
310923
310923
|
if (isMainThread4 && __require.main === module) {
|
|
310924
310924
|
(async () => {
|
|
310925
310925
|
console5.time(MAIN_TIMER_ID);
|
|
310926
|
-
if ("0.0.0-rc-resolve-codeblock-md2md-
|
|
310927
|
-
console5.log(`Using v${"0.0.0-rc-resolve-codeblock-md2md-
|
|
310926
|
+
if ("0.0.0-rc-resolve-codeblock-md2md-18994893059") {
|
|
310927
|
+
console5.log(`Using v${"0.0.0-rc-resolve-codeblock-md2md-18994893059"} version`);
|
|
310928
310928
|
}
|
|
310929
310929
|
const report = await run(process.argv);
|
|
310930
310930
|
console5.timeEnd(MAIN_TIMER_ID);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@diplodoc/cli",
|
|
3
|
-
"version": "0.0.0-rc-resolve-codeblock-md2md-
|
|
3
|
+
"version": "0.0.0-rc-resolve-codeblock-md2md-18994893059",
|
|
4
4
|
"description": "Make documentation using yfm-docs in Markdown and HTML formats",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"markdown",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@diplodoc/client": "^4.1.1",
|
|
80
80
|
"@diplodoc/liquid": "^1.3.4",
|
|
81
|
-
"@diplodoc/transform": "^4.63.
|
|
81
|
+
"@diplodoc/transform": "^4.63.6",
|
|
82
82
|
"@diplodoc/translation": "^1.7.17",
|
|
83
83
|
"chalk": "^4.1.2",
|
|
84
84
|
"commander": "^12.0.0",
|