@diplodoc/cli 5.15.5 → 5.15.6
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
|
@@ -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 = "5.15.
|
|
296148
|
+
var VERSION = "5.15.6" ? "5.15.6" : "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";
|
|
@@ -310986,8 +310986,8 @@ var run = async (argv2) => {
|
|
|
310986
310986
|
if (import_node_worker_threads4.isMainThread && require.main === module) {
|
|
310987
310987
|
(async () => {
|
|
310988
310988
|
import_utils94.console.time(MAIN_TIMER_ID);
|
|
310989
|
-
if ("5.15.
|
|
310990
|
-
import_utils94.console.log(`Using v${"5.15.
|
|
310989
|
+
if ("5.15.6") {
|
|
310990
|
+
import_utils94.console.log(`Using v${"5.15.6"} version`);
|
|
310991
310991
|
}
|
|
310992
310992
|
const report = await run(process.argv);
|
|
310993
310993
|
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 = "5.15.
|
|
296136
|
+
var VERSION = "5.15.6" ? "5.15.6" : "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";
|
|
@@ -310999,8 +310999,8 @@ var run = async (argv2) => {
|
|
|
310999
310999
|
if (isMainThread4 && __require.main === module) {
|
|
311000
311000
|
(async () => {
|
|
311001
311001
|
console5.time(MAIN_TIMER_ID);
|
|
311002
|
-
if ("5.15.
|
|
311003
|
-
console5.log(`Using v${"5.15.
|
|
311002
|
+
if ("5.15.6") {
|
|
311003
|
+
console5.log(`Using v${"5.15.6"} version`);
|
|
311004
311004
|
}
|
|
311005
311005
|
const report = await run(process.argv);
|
|
311006
311006
|
console5.timeEnd(MAIN_TIMER_ID);
|