@diplodoc/cli 5.10.0 → 5.10.1
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
|
@@ -353872,7 +353872,7 @@ var import_config68 = require("@diplodoc/cli/lib/config");
|
|
|
353872
353872
|
|
|
353873
353873
|
// src/constants.ts
|
|
353874
353874
|
var import_node_path2 = require("node:path");
|
|
353875
|
-
var VERSION = "5.10.
|
|
353875
|
+
var VERSION = "5.10.1" ? "5.10.1" : "0.0.0";
|
|
353876
353876
|
var MAIN_TIMER_ID = "Build time";
|
|
353877
353877
|
var ASSETS_FOLDER = (0, import_node_path2.resolve)(__dirname, "../assets");
|
|
353878
353878
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -367960,8 +367960,8 @@ var run = async (argv2) => {
|
|
|
367960
367960
|
if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
367961
367961
|
(async () => {
|
|
367962
367962
|
import_utils89.console.time(MAIN_TIMER_ID);
|
|
367963
|
-
if ("5.10.
|
|
367964
|
-
import_utils89.console.log(`Using v${"5.10.
|
|
367963
|
+
if ("5.10.1") {
|
|
367964
|
+
import_utils89.console.log(`Using v${"5.10.1"} version`);
|
|
367965
367965
|
}
|
|
367966
367966
|
const report = await run(process.argv);
|
|
367967
367967
|
import_utils89.console.timeEnd(MAIN_TIMER_ID);
|
package/build/index.mjs
CHANGED
|
@@ -353860,7 +353860,7 @@ import { Command as Command8 } from "@diplodoc/cli/lib/config";
|
|
|
353860
353860
|
|
|
353861
353861
|
// src/constants.ts
|
|
353862
353862
|
import { resolve as resolve2 } from "node:path";
|
|
353863
|
-
var VERSION = "5.10.
|
|
353863
|
+
var VERSION = "5.10.1" ? "5.10.1" : "0.0.0";
|
|
353864
353864
|
var MAIN_TIMER_ID = "Build time";
|
|
353865
353865
|
var ASSETS_FOLDER = resolve2(__dirname, "../assets");
|
|
353866
353866
|
var BUNDLE_FOLDER = "_bundle";
|
|
@@ -367973,8 +367973,8 @@ var run = async (argv2) => {
|
|
|
367973
367973
|
if (isMainThread4 && __require.main === module) {
|
|
367974
367974
|
(async () => {
|
|
367975
367975
|
console5.time(MAIN_TIMER_ID);
|
|
367976
|
-
if ("5.10.
|
|
367977
|
-
console5.log(`Using v${"5.10.
|
|
367976
|
+
if ("5.10.1") {
|
|
367977
|
+
console5.log(`Using v${"5.10.1"} version`);
|
|
367978
367978
|
}
|
|
367979
367979
|
const report = await run(process.argv);
|
|
367980
367980
|
console5.timeEnd(MAIN_TIMER_ID);
|