@diplodoc/cli 5.19.8 → 5.19.9
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 +1 -1
package/build/index.js
CHANGED
|
@@ -346266,7 +346266,7 @@ var import_config72 = require("@diplodoc/cli/lib/config");
|
|
|
346266
346266
|
|
|
346267
346267
|
// src/constants.ts
|
|
346268
346268
|
var import_node_path2 = require("node:path");
|
|
346269
|
-
var VERSION = "5.19.
|
|
346269
|
+
var VERSION = "5.19.9" ? "5.19.9" : "0.0.0";
|
|
346270
346270
|
var MAIN_TIMER_ID = "Build time";
|
|
346271
346271
|
var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
|
|
346272
346272
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -380378,8 +380378,8 @@ var run2 = async (argv2) => {
|
|
|
380378
380378
|
if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
380379
380379
|
(async () => {
|
|
380380
380380
|
import_utils311.console.time(MAIN_TIMER_ID);
|
|
380381
|
-
if ("5.19.
|
|
380382
|
-
import_utils311.console.log(`Using v${"5.19.
|
|
380381
|
+
if ("5.19.9") {
|
|
380382
|
+
import_utils311.console.log(`Using v${"5.19.9"} version`);
|
|
380383
380383
|
}
|
|
380384
380384
|
const report = await run2(process.argv);
|
|
380385
380385
|
import_utils311.console.timeEnd(MAIN_TIMER_ID);
|
package/build/index.mjs
CHANGED
|
@@ -346253,7 +346253,7 @@ import { Command as Command7 } from "@diplodoc/cli/lib/config";
|
|
|
346253
346253
|
|
|
346254
346254
|
// src/constants.ts
|
|
346255
346255
|
import { resolve as resolve2 } from "node:path";
|
|
346256
|
-
var VERSION = "5.19.
|
|
346256
|
+
var VERSION = "5.19.9" ? "5.19.9" : "0.0.0";
|
|
346257
346257
|
var MAIN_TIMER_ID = "Build time";
|
|
346258
346258
|
var ASSETS_FOLDER = resolve2(__dirname, "../assets");
|
|
346259
346259
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -380398,8 +380398,8 @@ var run2 = async (argv2) => {
|
|
|
380398
380398
|
if (isMainThread4 && __require.main === module) {
|
|
380399
380399
|
(async () => {
|
|
380400
380400
|
console5.time(MAIN_TIMER_ID);
|
|
380401
|
-
if ("5.19.
|
|
380402
|
-
console5.log(`Using v${"5.19.
|
|
380401
|
+
if ("5.19.9") {
|
|
380402
|
+
console5.log(`Using v${"5.19.9"} version`);
|
|
380403
380403
|
}
|
|
380404
380404
|
const report = await run2(process.argv);
|
|
380405
380405
|
console5.timeEnd(MAIN_TIMER_ID);
|