@storm-software/tsup 0.2.84 → 0.2.86
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/README.md +1 -1
- package/dist/{chunk-SP7GFDDR.js → chunk-65DVDVWY.js} +1 -1
- package/dist/{chunk-DNIK3RIF.js → chunk-HG5QIQCH.js} +16 -15
- package/dist/{chunk-ELP24M7Z.js → chunk-LYO3VWRG.js} +1 -1
- package/dist/{chunk-ZRRDW6ZY.js → chunk-RAA7E5NJ.js} +2 -2
- package/dist/constants.js +2 -2
- package/dist/index.cjs +28 -27
- package/dist/index.js +16 -16
- package/dist/options.cjs +10 -9
- package/dist/options.js +3 -3
- package/dist/types.js +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
DEFAULT_BUILD_OPTIONS,
|
|
3
3
|
DEFAULT_ENVIRONMENT,
|
|
4
4
|
DEFAULT_ORGANIZATION
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-LYO3VWRG.js";
|
|
6
6
|
import {
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-RAA7E5NJ.js";
|
|
9
9
|
|
|
10
10
|
// src/options.ts
|
|
11
11
|
init_esm_shims();
|
|
@@ -728,13 +728,13 @@ import { relative } from "path";
|
|
|
728
728
|
// ../config-tools/dist/get-config.js
|
|
729
729
|
init_esm_shims();
|
|
730
730
|
|
|
731
|
-
// ../config-tools/dist/chunk-
|
|
731
|
+
// ../config-tools/dist/chunk-ZVA3DOGV.js
|
|
732
732
|
init_esm_shims();
|
|
733
733
|
|
|
734
|
-
// ../config-tools/dist/chunk-
|
|
734
|
+
// ../config-tools/dist/chunk-RSTBLBBG.js
|
|
735
735
|
init_esm_shims();
|
|
736
736
|
|
|
737
|
-
// ../config-tools/dist/chunk-
|
|
737
|
+
// ../config-tools/dist/chunk-ZGGNJYIH.js
|
|
738
738
|
init_esm_shims();
|
|
739
739
|
|
|
740
740
|
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
@@ -960,7 +960,7 @@ Path: ${pathInsideMonorepo ? pathInsideMonorepo : process.cwd()}`
|
|
|
960
960
|
return result;
|
|
961
961
|
}
|
|
962
962
|
|
|
963
|
-
// ../config-tools/dist/chunk-
|
|
963
|
+
// ../config-tools/dist/chunk-QKYARTIV.js
|
|
964
964
|
init_esm_shims();
|
|
965
965
|
|
|
966
966
|
// ../config-tools/dist/chunk-DJB7XLHA.js
|
|
@@ -1147,7 +1147,7 @@ var getLogLevelLabel2 = (logLevel = LogLevel2.INFO) => {
|
|
|
1147
1147
|
return LogLevelLabel2.INFO;
|
|
1148
1148
|
};
|
|
1149
1149
|
|
|
1150
|
-
// ../config-tools/dist/chunk-
|
|
1150
|
+
// ../config-tools/dist/chunk-QKYARTIV.js
|
|
1151
1151
|
import { formatDistanceToNow as formatDistanceToNow2 } from "date-fns/formatDistanceToNow";
|
|
1152
1152
|
var getLogFn = (logLevel = LogLevel2.INFO, config = {}, _chalk = getChalk()) => {
|
|
1153
1153
|
const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
|
|
@@ -1264,11 +1264,12 @@ var getStopwatch = (name) => {
|
|
|
1264
1264
|
const start = /* @__PURE__ */ new Date();
|
|
1265
1265
|
return () => {
|
|
1266
1266
|
console.info(
|
|
1267
|
-
`
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1267
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${formatDistanceToNow2(
|
|
1268
|
+
start,
|
|
1269
|
+
{
|
|
1270
|
+
includeSeconds: true
|
|
1271
|
+
}
|
|
1272
|
+
)} to complete`
|
|
1272
1273
|
);
|
|
1273
1274
|
};
|
|
1274
1275
|
};
|
|
@@ -1297,7 +1298,7 @@ var _isFunction = (value) => {
|
|
|
1297
1298
|
}
|
|
1298
1299
|
};
|
|
1299
1300
|
|
|
1300
|
-
// ../config-tools/dist/chunk-
|
|
1301
|
+
// ../config-tools/dist/chunk-ZGGNJYIH.js
|
|
1301
1302
|
import { loadConfig as loadConfig2 } from "c12";
|
|
1302
1303
|
import defu3 from "defu";
|
|
1303
1304
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
@@ -2261,7 +2262,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
2261
2262
|
// ../config/dist/schema.js
|
|
2262
2263
|
init_esm_shims();
|
|
2263
2264
|
|
|
2264
|
-
// ../config-tools/dist/chunk-
|
|
2265
|
+
// ../config-tools/dist/chunk-RSTBLBBG.js
|
|
2265
2266
|
import defu4 from "defu";
|
|
2266
2267
|
import { existsSync as existsSync7 } from "node:fs";
|
|
2267
2268
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -2358,7 +2359,7 @@ ${formatLogMessage2(config)}`,
|
|
|
2358
2359
|
return config;
|
|
2359
2360
|
};
|
|
2360
2361
|
|
|
2361
|
-
// ../config-tools/dist/chunk-
|
|
2362
|
+
// ../config-tools/dist/chunk-ZVA3DOGV.js
|
|
2362
2363
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
2363
2364
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2364
2365
|
}
|
|
@@ -33,12 +33,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
mod
|
|
34
34
|
));
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/assets/esm_shims.js
|
|
37
37
|
import { fileURLToPath } from "url";
|
|
38
38
|
import path from "path";
|
|
39
39
|
var getFilename, getDirname, __dirname;
|
|
40
40
|
var init_esm_shims = __esm({
|
|
41
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
41
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/assets/esm_shims.js"() {
|
|
42
42
|
"use strict";
|
|
43
43
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
44
44
|
getDirname = () => path.dirname(getFilename());
|
package/dist/constants.js
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -33,16 +33,16 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
33
33
|
));
|
|
34
34
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
35
35
|
|
|
36
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
36
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/assets/cjs_shims.js
|
|
37
37
|
var init_cjs_shims = __esm({
|
|
38
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
38
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/assets/cjs_shims.js"() {
|
|
39
39
|
"use strict";
|
|
40
40
|
}
|
|
41
41
|
});
|
|
42
42
|
|
|
43
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
43
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-BYH4XDRH.js
|
|
44
44
|
var require_chunk_BYH4XDRH = __commonJS({
|
|
45
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
45
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports2) {
|
|
46
46
|
"use strict";
|
|
47
47
|
init_cjs_shims();
|
|
48
48
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -51,9 +51,9 @@ var require_chunk_BYH4XDRH = __commonJS({
|
|
|
51
51
|
}
|
|
52
52
|
});
|
|
53
53
|
|
|
54
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
54
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-TWFEYLU4.js
|
|
55
55
|
var require_chunk_TWFEYLU4 = __commonJS({
|
|
56
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
56
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports2) {
|
|
57
57
|
"use strict";
|
|
58
58
|
init_cjs_shims();
|
|
59
59
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -430,9 +430,9 @@ var require_chunk_TWFEYLU4 = __commonJS({
|
|
|
430
430
|
}
|
|
431
431
|
});
|
|
432
432
|
|
|
433
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
433
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-VGC3FXLU.js
|
|
434
434
|
var require_chunk_VGC3FXLU = __commonJS({
|
|
435
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
435
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports2) {
|
|
436
436
|
"use strict";
|
|
437
437
|
init_cjs_shims();
|
|
438
438
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -659,9 +659,9 @@ var require_chunk_VGC3FXLU = __commonJS({
|
|
|
659
659
|
}
|
|
660
660
|
});
|
|
661
661
|
|
|
662
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
662
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-JZ25TPTY.js
|
|
663
663
|
var require_chunk_JZ25TPTY = __commonJS({
|
|
664
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
664
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports2) {
|
|
665
665
|
"use strict";
|
|
666
666
|
init_cjs_shims();
|
|
667
667
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -710,9 +710,9 @@ var require_chunk_JZ25TPTY = __commonJS({
|
|
|
710
710
|
}
|
|
711
711
|
});
|
|
712
712
|
|
|
713
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
713
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/commonjs-plugin.js
|
|
714
714
|
var require_commonjs_plugin = __commonJS({
|
|
715
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
715
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/commonjs-plugin.js"(exports2, module2) {
|
|
716
716
|
"use strict";
|
|
717
717
|
init_cjs_shims();
|
|
718
718
|
var __defProp2 = Object.defineProperty;
|
|
@@ -1041,9 +1041,9 @@ var require_commonjs_plugin = __commonJS({
|
|
|
1041
1041
|
}
|
|
1042
1042
|
});
|
|
1043
1043
|
|
|
1044
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1044
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/index.js
|
|
1045
1045
|
var require_dist = __commonJS({
|
|
1046
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1046
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/index.js"(exports2) {
|
|
1047
1047
|
"use strict";
|
|
1048
1048
|
init_cjs_shims();
|
|
1049
1049
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -2705,7 +2705,7 @@ init_cjs_shims();
|
|
|
2705
2705
|
// ../config-tools/dist/logger/console.js
|
|
2706
2706
|
init_cjs_shims();
|
|
2707
2707
|
|
|
2708
|
-
// ../config-tools/dist/chunk-
|
|
2708
|
+
// ../config-tools/dist/chunk-QKYARTIV.js
|
|
2709
2709
|
init_cjs_shims();
|
|
2710
2710
|
|
|
2711
2711
|
// ../config-tools/dist/chunk-DJB7XLHA.js
|
|
@@ -2892,7 +2892,7 @@ var getLogLevelLabel = (logLevel = LogLevel.INFO) => {
|
|
|
2892
2892
|
return LogLevelLabel.INFO;
|
|
2893
2893
|
};
|
|
2894
2894
|
|
|
2895
|
-
// ../config-tools/dist/chunk-
|
|
2895
|
+
// ../config-tools/dist/chunk-QKYARTIV.js
|
|
2896
2896
|
var import_formatDistanceToNow = require("date-fns/formatDistanceToNow");
|
|
2897
2897
|
var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
|
|
2898
2898
|
const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
|
|
@@ -3009,11 +3009,12 @@ var getStopwatch = (name) => {
|
|
|
3009
3009
|
const start = /* @__PURE__ */ new Date();
|
|
3010
3010
|
return () => {
|
|
3011
3011
|
console.info(
|
|
3012
|
-
`
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3012
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${(0, import_formatDistanceToNow.formatDistanceToNow)(
|
|
3013
|
+
start,
|
|
3014
|
+
{
|
|
3015
|
+
includeSeconds: true
|
|
3016
|
+
}
|
|
3017
|
+
)} to complete`
|
|
3017
3018
|
);
|
|
3018
3019
|
};
|
|
3019
3020
|
};
|
|
@@ -3822,13 +3823,13 @@ var import_path = require("path");
|
|
|
3822
3823
|
// ../config-tools/dist/get-config.js
|
|
3823
3824
|
init_cjs_shims();
|
|
3824
3825
|
|
|
3825
|
-
// ../config-tools/dist/chunk-
|
|
3826
|
+
// ../config-tools/dist/chunk-ZVA3DOGV.js
|
|
3826
3827
|
init_cjs_shims();
|
|
3827
3828
|
|
|
3828
|
-
// ../config-tools/dist/chunk-
|
|
3829
|
+
// ../config-tools/dist/chunk-RSTBLBBG.js
|
|
3829
3830
|
init_cjs_shims();
|
|
3830
3831
|
|
|
3831
|
-
// ../config-tools/dist/chunk-
|
|
3832
|
+
// ../config-tools/dist/chunk-ZGGNJYIH.js
|
|
3832
3833
|
init_cjs_shims();
|
|
3833
3834
|
|
|
3834
3835
|
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
@@ -4054,7 +4055,7 @@ Path: ${pathInsideMonorepo ? pathInsideMonorepo : process.cwd()}`
|
|
|
4054
4055
|
return result;
|
|
4055
4056
|
}
|
|
4056
4057
|
|
|
4057
|
-
// ../config-tools/dist/chunk-
|
|
4058
|
+
// ../config-tools/dist/chunk-ZGGNJYIH.js
|
|
4058
4059
|
var import_c122 = require("c12");
|
|
4059
4060
|
var import_defu3 = __toESM(require("defu"), 1);
|
|
4060
4061
|
var getConfigFileByName = async (fileName, filePath, options2 = {}) => {
|
|
@@ -5018,7 +5019,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
5018
5019
|
// ../config/dist/schema.js
|
|
5019
5020
|
init_cjs_shims();
|
|
5020
5021
|
|
|
5021
|
-
// ../config-tools/dist/chunk-
|
|
5022
|
+
// ../config-tools/dist/chunk-RSTBLBBG.js
|
|
5022
5023
|
var import_defu4 = __toESM(require("defu"), 1);
|
|
5023
5024
|
var import_node_fs9 = require("fs");
|
|
5024
5025
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -5115,7 +5116,7 @@ ${formatLogMessage(config)}`,
|
|
|
5115
5116
|
return config;
|
|
5116
5117
|
};
|
|
5117
5118
|
|
|
5118
|
-
// ../config-tools/dist/chunk-
|
|
5119
|
+
// ../config-tools/dist/chunk-ZVA3DOGV.js
|
|
5119
5120
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
5120
5121
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
5121
5122
|
}
|
package/dist/index.js
CHANGED
|
@@ -2,22 +2,22 @@ import {
|
|
|
2
2
|
getStopwatch,
|
|
3
3
|
resolveOptions,
|
|
4
4
|
writeDebug
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-HG5QIQCH.js";
|
|
6
6
|
import {
|
|
7
7
|
DEFAULT_BUILD_OPTIONS
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-LYO3VWRG.js";
|
|
9
|
+
import "./chunk-65DVDVWY.js";
|
|
10
10
|
import {
|
|
11
11
|
__commonJS,
|
|
12
12
|
__dirname,
|
|
13
13
|
__require,
|
|
14
14
|
__toESM,
|
|
15
15
|
init_esm_shims
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-RAA7E5NJ.js";
|
|
17
17
|
|
|
18
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
18
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-BYH4XDRH.js
|
|
19
19
|
var require_chunk_BYH4XDRH = __commonJS({
|
|
20
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
20
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-BYH4XDRH.js"(exports) {
|
|
21
21
|
"use strict";
|
|
22
22
|
init_esm_shims();
|
|
23
23
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -26,13 +26,13 @@ var require_chunk_BYH4XDRH = __commonJS({
|
|
|
26
26
|
}
|
|
27
27
|
});
|
|
28
28
|
|
|
29
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
29
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-TWFEYLU4.js
|
|
30
30
|
import * as __import_fs from "fs";
|
|
31
31
|
import * as __import_path from "path";
|
|
32
32
|
import * as __import_resolveFrom from "resolve-from";
|
|
33
33
|
import * as __import_tinyglobby from "tinyglobby";
|
|
34
34
|
var require_chunk_TWFEYLU4 = __commonJS({
|
|
35
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
35
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-TWFEYLU4.js"(exports) {
|
|
36
36
|
"use strict";
|
|
37
37
|
init_esm_shims();
|
|
38
38
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -409,7 +409,7 @@ var require_chunk_TWFEYLU4 = __commonJS({
|
|
|
409
409
|
}
|
|
410
410
|
});
|
|
411
411
|
|
|
412
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
412
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-VGC3FXLU.js
|
|
413
413
|
import * as __import_fs2 from "fs";
|
|
414
414
|
import * as __import_path2 from "path";
|
|
415
415
|
import * as __import_joycon from "joycon";
|
|
@@ -418,7 +418,7 @@ import * as __import_util from "util";
|
|
|
418
418
|
import * as __import_worker_threads from "worker_threads";
|
|
419
419
|
import * as __import_picocolors from "picocolors";
|
|
420
420
|
var require_chunk_VGC3FXLU = __commonJS({
|
|
421
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
421
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-VGC3FXLU.js"(exports) {
|
|
422
422
|
"use strict";
|
|
423
423
|
init_esm_shims();
|
|
424
424
|
var __import___chunkTWFEYLU4_js = __toESM(require_chunk_TWFEYLU4());
|
|
@@ -646,11 +646,11 @@ var require_chunk_VGC3FXLU = __commonJS({
|
|
|
646
646
|
}
|
|
647
647
|
});
|
|
648
648
|
|
|
649
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
649
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-JZ25TPTY.js
|
|
650
650
|
import * as __import_worker_threads2 from "worker_threads";
|
|
651
651
|
import * as __import_picocolors2 from "picocolors";
|
|
652
652
|
var require_chunk_JZ25TPTY = __commonJS({
|
|
653
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
653
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/chunk-JZ25TPTY.js"(exports) {
|
|
654
654
|
"use strict";
|
|
655
655
|
init_esm_shims();
|
|
656
656
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -699,11 +699,11 @@ var require_chunk_JZ25TPTY = __commonJS({
|
|
|
699
699
|
}
|
|
700
700
|
});
|
|
701
701
|
|
|
702
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
702
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/commonjs-plugin.js
|
|
703
703
|
import * as __import_fs3 from "fs";
|
|
704
704
|
import * as __import_esbuild from "esbuild";
|
|
705
705
|
var require_commonjs_plugin = __commonJS({
|
|
706
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
706
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/commonjs-plugin.js"(exports, module) {
|
|
707
707
|
"use strict";
|
|
708
708
|
init_esm_shims();
|
|
709
709
|
var __defProp = Object.defineProperty;
|
|
@@ -1032,7 +1032,7 @@ var require_commonjs_plugin = __commonJS({
|
|
|
1032
1032
|
}
|
|
1033
1033
|
});
|
|
1034
1034
|
|
|
1035
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1035
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/index.js
|
|
1036
1036
|
import * as __import_path3 from "path";
|
|
1037
1037
|
import * as __import_fs4 from "fs";
|
|
1038
1038
|
import * as __import_worker_threads3 from "worker_threads";
|
|
@@ -1048,7 +1048,7 @@ import * as __import_rollup from "rollup";
|
|
|
1048
1048
|
import * as __import_typescript from "typescript";
|
|
1049
1049
|
import * as __import_chokidar from "chokidar";
|
|
1050
1050
|
var require_dist = __commonJS({
|
|
1051
|
-
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1051
|
+
"../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__62048a4dc615a7ea5da4008534e42c0e/node_modules/tsup/dist/index.js"(exports) {
|
|
1052
1052
|
"use strict";
|
|
1053
1053
|
init_esm_shims();
|
|
1054
1054
|
var __import___chunkBYH4XDRH_js = __toESM(require_chunk_BYH4XDRH());
|
package/dist/options.cjs
CHANGED
|
@@ -1107,7 +1107,7 @@ var getLogLevelLabel2 = (logLevel = LogLevel2.INFO) => {
|
|
|
1107
1107
|
return LogLevelLabel2.INFO;
|
|
1108
1108
|
};
|
|
1109
1109
|
|
|
1110
|
-
// ../config-tools/dist/chunk-
|
|
1110
|
+
// ../config-tools/dist/chunk-QKYARTIV.js
|
|
1111
1111
|
var import_formatDistanceToNow2 = require("date-fns/formatDistanceToNow");
|
|
1112
1112
|
var getLogFn = (logLevel = LogLevel2.INFO, config = {}, _chalk = getChalk()) => {
|
|
1113
1113
|
const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
|
|
@@ -1224,11 +1224,12 @@ var getStopwatch = (name) => {
|
|
|
1224
1224
|
const start = /* @__PURE__ */ new Date();
|
|
1225
1225
|
return () => {
|
|
1226
1226
|
console.info(
|
|
1227
|
-
`
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1227
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${(0, import_formatDistanceToNow2.formatDistanceToNow)(
|
|
1228
|
+
start,
|
|
1229
|
+
{
|
|
1230
|
+
includeSeconds: true
|
|
1231
|
+
}
|
|
1232
|
+
)} to complete`
|
|
1232
1233
|
);
|
|
1233
1234
|
};
|
|
1234
1235
|
};
|
|
@@ -1257,7 +1258,7 @@ var _isFunction = (value) => {
|
|
|
1257
1258
|
}
|
|
1258
1259
|
};
|
|
1259
1260
|
|
|
1260
|
-
// ../config-tools/dist/chunk-
|
|
1261
|
+
// ../config-tools/dist/chunk-ZGGNJYIH.js
|
|
1261
1262
|
var import_c122 = require("c12");
|
|
1262
1263
|
var import_defu3 = __toESM(require("defu"), 1);
|
|
1263
1264
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
@@ -2202,7 +2203,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
2202
2203
|
};
|
|
2203
2204
|
};
|
|
2204
2205
|
|
|
2205
|
-
// ../config-tools/dist/chunk-
|
|
2206
|
+
// ../config-tools/dist/chunk-RSTBLBBG.js
|
|
2206
2207
|
var import_defu4 = __toESM(require("defu"), 1);
|
|
2207
2208
|
var import_node_fs9 = require("fs");
|
|
2208
2209
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -2299,7 +2300,7 @@ ${formatLogMessage2(config)}`,
|
|
|
2299
2300
|
return config;
|
|
2300
2301
|
};
|
|
2301
2302
|
|
|
2302
|
-
// ../config-tools/dist/chunk-
|
|
2303
|
+
// ../config-tools/dist/chunk-ZVA3DOGV.js
|
|
2303
2304
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
2304
2305
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2305
2306
|
}
|
package/dist/options.js
CHANGED
package/dist/types.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-65DVDVWY.js";
|
|
2
|
+
import "./chunk-RAA7E5NJ.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsup",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.86",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing bundled patches for tsup.",
|
|
6
6
|
"repository": {
|
|
@@ -104,16 +104,16 @@
|
|
|
104
104
|
"files": ["assets/**/*", "dist/**/*"],
|
|
105
105
|
"keywords": ["tsup", "storm", "storm-ops", "storm-software"],
|
|
106
106
|
"dependencies": {
|
|
107
|
-
"@storm-software/build-tools": "^0.158.
|
|
108
|
-
"@storm-software/config-tools": "^1.189.
|
|
107
|
+
"@storm-software/build-tools": "^0.158.88",
|
|
108
|
+
"@storm-software/config-tools": "^1.189.7"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@types/node": "^
|
|
111
|
+
"@types/node": "^25.3.0",
|
|
112
112
|
"esbuild": "^0.25.12",
|
|
113
113
|
"tsup": "8.4.0",
|
|
114
114
|
"typescript": "^5.9.3"
|
|
115
115
|
},
|
|
116
116
|
"publishConfig": { "access": "public" },
|
|
117
117
|
"sideEffects": false,
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39"
|
|
119
119
|
}
|