@diplodoc/cli 5.11.3-debug-vcs-2 → 5.11.3-debug-vcs-3
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/github-vcs.js +2 -2
- package/build/github-vcs.js.map +2 -2
- 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.11.3-debug-vcs-
|
|
353875
|
+
var VERSION = "5.11.3-debug-vcs-3" ? "5.11.3-debug-vcs-3" : "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";
|
|
@@ -368003,8 +368003,8 @@ var run = async (argv2) => {
|
|
|
368003
368003
|
if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
368004
368004
|
(async () => {
|
|
368005
368005
|
import_utils89.console.time(MAIN_TIMER_ID);
|
|
368006
|
-
if ("5.11.3-debug-vcs-
|
|
368007
|
-
import_utils89.console.log(`Using v${"5.11.3-debug-vcs-
|
|
368006
|
+
if ("5.11.3-debug-vcs-3") {
|
|
368007
|
+
import_utils89.console.log(`Using v${"5.11.3-debug-vcs-3"} version`);
|
|
368008
368008
|
}
|
|
368009
368009
|
const report = await run(process.argv);
|
|
368010
368010
|
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.11.3-debug-vcs-
|
|
353863
|
+
var VERSION = "5.11.3-debug-vcs-3" ? "5.11.3-debug-vcs-3" : "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";
|
|
@@ -368016,8 +368016,8 @@ var run = async (argv2) => {
|
|
|
368016
368016
|
if (isMainThread4 && __require.main === module) {
|
|
368017
368017
|
(async () => {
|
|
368018
368018
|
console5.time(MAIN_TIMER_ID);
|
|
368019
|
-
if ("5.11.3-debug-vcs-
|
|
368020
|
-
console5.log(`Using v${"5.11.3-debug-vcs-
|
|
368019
|
+
if ("5.11.3-debug-vcs-3") {
|
|
368020
|
+
console5.log(`Using v${"5.11.3-debug-vcs-3"} version`);
|
|
368021
368021
|
}
|
|
368022
368022
|
const report = await run(process.argv);
|
|
368023
368023
|
console5.timeEnd(MAIN_TIMER_ID);
|