@storm-software/tsup 0.2.63 → 0.2.65
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 +2 -1
- package/dist/{chunk-R5OHABMJ.js → chunk-6VQ7IO34.js} +1 -1
- package/dist/{chunk-IWBT5K5E.js → chunk-DAXBJI7S.js} +2 -2
- package/dist/{chunk-YWA543UO.js → chunk-MKBPXJU3.js} +1 -1
- package/dist/{chunk-A5QAW3WX.js → chunk-TM2CJRVX.js} +20 -22
- package/dist/constants.js +2 -2
- package/dist/index.cjs +32 -34
- package/dist/index.js +16 -16
- package/dist/options.cjs +11 -13
- 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 -->
|
|
@@ -46,6 +46,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
46
46
|
|
|
47
47
|
<!-- START doctoc -->
|
|
48
48
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
49
|
+
|
|
49
50
|
## Table of Contents
|
|
50
51
|
|
|
51
52
|
- [Storm tsup build package](#storm-tsup-build-package)
|
|
@@ -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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/node_modules/tsup/assets/esm_shims.js"() {
|
|
42
42
|
"use strict";
|
|
43
43
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
44
44
|
getDirname = () => path.dirname(getFilename());
|
|
@@ -2,10 +2,10 @@ import {
|
|
|
2
2
|
DEFAULT_BUILD_OPTIONS,
|
|
3
3
|
DEFAULT_ENVIRONMENT,
|
|
4
4
|
DEFAULT_ORGANIZATION
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-MKBPXJU3.js";
|
|
6
6
|
import {
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-DAXBJI7S.js";
|
|
9
9
|
|
|
10
10
|
// src/options.ts
|
|
11
11
|
init_esm_shims();
|
|
@@ -16,16 +16,16 @@ init_esm_shims();
|
|
|
16
16
|
// ../build-tools/dist/chunk-KVP3YMX6.mjs
|
|
17
17
|
init_esm_shims();
|
|
18
18
|
|
|
19
|
-
// ../build-tools/dist/chunk-
|
|
19
|
+
// ../build-tools/dist/chunk-RWH23ZV7.mjs
|
|
20
20
|
init_esm_shims();
|
|
21
21
|
|
|
22
|
-
// ../build-tools/dist/chunk-
|
|
22
|
+
// ../build-tools/dist/chunk-B4H42WDA.mjs
|
|
23
23
|
init_esm_shims();
|
|
24
24
|
|
|
25
25
|
// ../build-tools/dist/chunk-VXUVNB76.mjs
|
|
26
26
|
init_esm_shims();
|
|
27
27
|
|
|
28
|
-
// ../build-tools/dist/chunk-
|
|
28
|
+
// ../build-tools/dist/chunk-B4H42WDA.mjs
|
|
29
29
|
import { existsSync } from "node:fs";
|
|
30
30
|
import { join } from "node:path";
|
|
31
31
|
|
|
@@ -65,7 +65,7 @@ var CONSOLE_ICONS = {
|
|
|
65
65
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
66
66
|
};
|
|
67
67
|
|
|
68
|
-
// ../build-tools/dist/chunk-
|
|
68
|
+
// ../build-tools/dist/chunk-RWH23ZV7.mjs
|
|
69
69
|
import { loadConfig } from "c12";
|
|
70
70
|
import defu from "defu";
|
|
71
71
|
import * as z from "zod/mini";
|
|
@@ -653,7 +653,7 @@ import { CopyAssetsHandler } from "@nx/js/src/utils/assets/copy-assets-handler";
|
|
|
653
653
|
import { glob } from "glob";
|
|
654
654
|
import { readFile as readFile3, writeFile } from "node:fs/promises";
|
|
655
655
|
|
|
656
|
-
// ../build-tools/dist/chunk-
|
|
656
|
+
// ../build-tools/dist/chunk-JB3U2RRA.mjs
|
|
657
657
|
init_esm_shims();
|
|
658
658
|
import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildable-libs-utils";
|
|
659
659
|
import { Glob } from "glob";
|
|
@@ -665,7 +665,7 @@ import {
|
|
|
665
665
|
readProjectsConfigurationFromProjectGraph
|
|
666
666
|
} from "nx/src/project-graph/project-graph";
|
|
667
667
|
|
|
668
|
-
// ../build-tools/dist/chunk-
|
|
668
|
+
// ../build-tools/dist/chunk-RNJI24P4.mjs
|
|
669
669
|
init_esm_shims();
|
|
670
670
|
import { glob as glob2 } from "glob";
|
|
671
671
|
|
|
@@ -721,19 +721,19 @@ import { relative } from "path";
|
|
|
721
721
|
// ../config-tools/dist/get-config.js
|
|
722
722
|
init_esm_shims();
|
|
723
723
|
|
|
724
|
-
// ../config-tools/dist/chunk-
|
|
724
|
+
// ../config-tools/dist/chunk-BJTNSVY4.js
|
|
725
725
|
init_esm_shims();
|
|
726
726
|
|
|
727
|
-
// ../config-tools/dist/chunk-
|
|
727
|
+
// ../config-tools/dist/chunk-XVUCULX2.js
|
|
728
728
|
init_esm_shims();
|
|
729
729
|
|
|
730
|
-
// ../config-tools/dist/chunk-
|
|
730
|
+
// ../config-tools/dist/chunk-XLOBQVBJ.js
|
|
731
731
|
init_esm_shims();
|
|
732
732
|
|
|
733
|
-
// ../config-tools/dist/chunk-
|
|
733
|
+
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
734
734
|
init_esm_shims();
|
|
735
735
|
|
|
736
|
-
// ../config-tools/dist/chunk-
|
|
736
|
+
// ../config-tools/dist/chunk-RUKM6FCF.js
|
|
737
737
|
init_esm_shims();
|
|
738
738
|
import { existsSync as existsSync5 } from "node:fs";
|
|
739
739
|
import { join as join3 } from "node:path";
|
|
@@ -746,9 +746,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
746
746
|
)) {
|
|
747
747
|
return _startPath;
|
|
748
748
|
}
|
|
749
|
-
if (endFileNames.some(
|
|
750
|
-
(endFileName) => existsSync5(join3(_startPath, endFileName))
|
|
751
|
-
)) {
|
|
749
|
+
if (endFileNames.some((endFileName) => existsSync5(join3(_startPath, endFileName)))) {
|
|
752
750
|
return _startPath;
|
|
753
751
|
}
|
|
754
752
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
@@ -884,7 +882,7 @@ var isAbsolute = function(p3) {
|
|
|
884
882
|
return _IS_ABSOLUTE_RE.test(p3);
|
|
885
883
|
};
|
|
886
884
|
|
|
887
|
-
// ../config-tools/dist/chunk-
|
|
885
|
+
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
888
886
|
var rootFiles = [
|
|
889
887
|
"storm-workspace.json",
|
|
890
888
|
"storm-workspace.yaml",
|
|
@@ -1260,7 +1258,7 @@ var _isFunction = (value) => {
|
|
|
1260
1258
|
}
|
|
1261
1259
|
};
|
|
1262
1260
|
|
|
1263
|
-
// ../config-tools/dist/chunk-
|
|
1261
|
+
// ../config-tools/dist/chunk-XLOBQVBJ.js
|
|
1264
1262
|
import { loadConfig as loadConfig2 } from "c12";
|
|
1265
1263
|
import defu3 from "defu";
|
|
1266
1264
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
@@ -1338,7 +1336,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1338
1336
|
return config;
|
|
1339
1337
|
};
|
|
1340
1338
|
|
|
1341
|
-
// ../config-tools/dist/chunk-
|
|
1339
|
+
// ../config-tools/dist/chunk-RGET2UQV.js
|
|
1342
1340
|
init_esm_shims();
|
|
1343
1341
|
|
|
1344
1342
|
// ../config/dist/index.js
|
|
@@ -1541,7 +1539,7 @@ o2.add(S2, { description: "Storm Workspace config values used during various dev
|
|
|
1541
1539
|
init_esm_shims();
|
|
1542
1540
|
var e3 = ["dark", "light", "base", "brand", "alternate", "accent", "link", "success", "help", "info", "warning", "danger", "fatal", "positive", "negative"];
|
|
1543
1541
|
|
|
1544
|
-
// ../config-tools/dist/chunk-
|
|
1542
|
+
// ../config-tools/dist/chunk-RGET2UQV.js
|
|
1545
1543
|
import { existsSync as existsSync6 } from "node:fs";
|
|
1546
1544
|
import { readFile as readFile5 } from "node:fs/promises";
|
|
1547
1545
|
import { join as join4 } from "node:path";
|
|
@@ -2214,7 +2212,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
2214
2212
|
// ../config/dist/schema.js
|
|
2215
2213
|
init_esm_shims();
|
|
2216
2214
|
|
|
2217
|
-
// ../config-tools/dist/chunk-
|
|
2215
|
+
// ../config-tools/dist/chunk-XVUCULX2.js
|
|
2218
2216
|
import defu4 from "defu";
|
|
2219
2217
|
import { existsSync as existsSync7 } from "node:fs";
|
|
2220
2218
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -2311,7 +2309,7 @@ ${formatLogMessage2(config)}`,
|
|
|
2311
2309
|
return config;
|
|
2312
2310
|
};
|
|
2313
2311
|
|
|
2314
|
-
// ../config-tools/dist/chunk-
|
|
2312
|
+
// ../config-tools/dist/chunk-BJTNSVY4.js
|
|
2315
2313
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
2316
2314
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2317
2315
|
}
|
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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/node_modules/tsup/dist/index.js"(exports2) {
|
|
1047
1047
|
"use strict";
|
|
1048
1048
|
init_cjs_shims();
|
|
1049
1049
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
@@ -3085,16 +3085,16 @@ init_cjs_shims();
|
|
|
3085
3085
|
// ../build-tools/dist/chunk-KVP3YMX6.mjs
|
|
3086
3086
|
init_cjs_shims();
|
|
3087
3087
|
|
|
3088
|
-
// ../build-tools/dist/chunk-
|
|
3088
|
+
// ../build-tools/dist/chunk-RWH23ZV7.mjs
|
|
3089
3089
|
init_cjs_shims();
|
|
3090
3090
|
|
|
3091
|
-
// ../build-tools/dist/chunk-
|
|
3091
|
+
// ../build-tools/dist/chunk-B4H42WDA.mjs
|
|
3092
3092
|
init_cjs_shims();
|
|
3093
3093
|
|
|
3094
3094
|
// ../build-tools/dist/chunk-VXUVNB76.mjs
|
|
3095
3095
|
init_cjs_shims();
|
|
3096
3096
|
|
|
3097
|
-
// ../build-tools/dist/chunk-
|
|
3097
|
+
// ../build-tools/dist/chunk-B4H42WDA.mjs
|
|
3098
3098
|
var import_node_fs = require("fs");
|
|
3099
3099
|
var import_node_path = require("path");
|
|
3100
3100
|
|
|
@@ -3134,7 +3134,7 @@ var CONSOLE_ICONS2 = {
|
|
|
3134
3134
|
[LogLevelLabel2.ALL]: useIcon2("\u2709", "\u2192")
|
|
3135
3135
|
};
|
|
3136
3136
|
|
|
3137
|
-
// ../build-tools/dist/chunk-
|
|
3137
|
+
// ../build-tools/dist/chunk-RWH23ZV7.mjs
|
|
3138
3138
|
var import_c12 = require("c12");
|
|
3139
3139
|
var import_defu = __toESM(require("defu"), 1);
|
|
3140
3140
|
var z = __toESM(require("zod/mini"), 1);
|
|
@@ -3719,7 +3719,7 @@ var import_copy_assets_handler = require("@nx/js/src/utils/assets/copy-assets-ha
|
|
|
3719
3719
|
var import_glob = require("glob");
|
|
3720
3720
|
var import_promises3 = require("fs/promises");
|
|
3721
3721
|
|
|
3722
|
-
// ../build-tools/dist/chunk-
|
|
3722
|
+
// ../build-tools/dist/chunk-JB3U2RRA.mjs
|
|
3723
3723
|
init_cjs_shims();
|
|
3724
3724
|
var import_buildable_libs_utils = require("@nx/js/src/utils/buildable-libs-utils");
|
|
3725
3725
|
var import_glob2 = require("glob");
|
|
@@ -3727,7 +3727,7 @@ var import_node_fs5 = require("fs");
|
|
|
3727
3727
|
var import_promises4 = require("fs/promises");
|
|
3728
3728
|
var import_project_graph = require("nx/src/project-graph/project-graph");
|
|
3729
3729
|
|
|
3730
|
-
// ../build-tools/dist/chunk-
|
|
3730
|
+
// ../build-tools/dist/chunk-RNJI24P4.mjs
|
|
3731
3731
|
init_cjs_shims();
|
|
3732
3732
|
var import_glob3 = require("glob");
|
|
3733
3733
|
|
|
@@ -3783,19 +3783,19 @@ var import_path = require("path");
|
|
|
3783
3783
|
// ../config-tools/dist/get-config.js
|
|
3784
3784
|
init_cjs_shims();
|
|
3785
3785
|
|
|
3786
|
-
// ../config-tools/dist/chunk-
|
|
3786
|
+
// ../config-tools/dist/chunk-BJTNSVY4.js
|
|
3787
3787
|
init_cjs_shims();
|
|
3788
3788
|
|
|
3789
|
-
// ../config-tools/dist/chunk-
|
|
3789
|
+
// ../config-tools/dist/chunk-XVUCULX2.js
|
|
3790
3790
|
init_cjs_shims();
|
|
3791
3791
|
|
|
3792
|
-
// ../config-tools/dist/chunk-
|
|
3792
|
+
// ../config-tools/dist/chunk-XLOBQVBJ.js
|
|
3793
3793
|
init_cjs_shims();
|
|
3794
3794
|
|
|
3795
|
-
// ../config-tools/dist/chunk-
|
|
3795
|
+
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
3796
3796
|
init_cjs_shims();
|
|
3797
3797
|
|
|
3798
|
-
// ../config-tools/dist/chunk-
|
|
3798
|
+
// ../config-tools/dist/chunk-RUKM6FCF.js
|
|
3799
3799
|
init_cjs_shims();
|
|
3800
3800
|
var import_node_fs7 = require("fs");
|
|
3801
3801
|
var import_node_path4 = require("path");
|
|
@@ -3808,9 +3808,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
3808
3808
|
)) {
|
|
3809
3809
|
return _startPath;
|
|
3810
3810
|
}
|
|
3811
|
-
if (endFileNames.some(
|
|
3812
|
-
(endFileName) => (0, import_node_fs7.existsSync)((0, import_node_path4.join)(_startPath, endFileName))
|
|
3813
|
-
)) {
|
|
3811
|
+
if (endFileNames.some((endFileName) => (0, import_node_fs7.existsSync)((0, import_node_path4.join)(_startPath, endFileName)))) {
|
|
3814
3812
|
return _startPath;
|
|
3815
3813
|
}
|
|
3816
3814
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
@@ -3946,7 +3944,7 @@ var isAbsolute = function(p3) {
|
|
|
3946
3944
|
return _IS_ABSOLUTE_RE.test(p3);
|
|
3947
3945
|
};
|
|
3948
3946
|
|
|
3949
|
-
// ../config-tools/dist/chunk-
|
|
3947
|
+
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
3950
3948
|
var rootFiles = [
|
|
3951
3949
|
"storm-workspace.json",
|
|
3952
3950
|
"storm-workspace.yaml",
|
|
@@ -4017,7 +4015,7 @@ Path: ${pathInsideMonorepo ? pathInsideMonorepo : process.cwd()}`
|
|
|
4017
4015
|
return result;
|
|
4018
4016
|
}
|
|
4019
4017
|
|
|
4020
|
-
// ../config-tools/dist/chunk-
|
|
4018
|
+
// ../config-tools/dist/chunk-XLOBQVBJ.js
|
|
4021
4019
|
var import_c122 = require("c12");
|
|
4022
4020
|
var import_defu3 = __toESM(require("defu"), 1);
|
|
4023
4021
|
var getConfigFileByName = async (fileName, filePath, options2 = {}) => {
|
|
@@ -4095,7 +4093,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
4095
4093
|
return config;
|
|
4096
4094
|
};
|
|
4097
4095
|
|
|
4098
|
-
// ../config-tools/dist/chunk-
|
|
4096
|
+
// ../config-tools/dist/chunk-RGET2UQV.js
|
|
4099
4097
|
init_cjs_shims();
|
|
4100
4098
|
|
|
4101
4099
|
// ../config/dist/index.js
|
|
@@ -4298,7 +4296,7 @@ o2.add(S2, { description: "Storm Workspace config values used during various dev
|
|
|
4298
4296
|
init_cjs_shims();
|
|
4299
4297
|
var e3 = ["dark", "light", "base", "brand", "alternate", "accent", "link", "success", "help", "info", "warning", "danger", "fatal", "positive", "negative"];
|
|
4300
4298
|
|
|
4301
|
-
// ../config-tools/dist/chunk-
|
|
4299
|
+
// ../config-tools/dist/chunk-RGET2UQV.js
|
|
4302
4300
|
var import_node_fs8 = require("fs");
|
|
4303
4301
|
var import_promises5 = require("fs/promises");
|
|
4304
4302
|
var import_node_path5 = require("path");
|
|
@@ -4971,7 +4969,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
4971
4969
|
// ../config/dist/schema.js
|
|
4972
4970
|
init_cjs_shims();
|
|
4973
4971
|
|
|
4974
|
-
// ../config-tools/dist/chunk-
|
|
4972
|
+
// ../config-tools/dist/chunk-XVUCULX2.js
|
|
4975
4973
|
var import_defu4 = __toESM(require("defu"), 1);
|
|
4976
4974
|
var import_node_fs9 = require("fs");
|
|
4977
4975
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -5068,7 +5066,7 @@ ${formatLogMessage(config)}`,
|
|
|
5068
5066
|
return config;
|
|
5069
5067
|
};
|
|
5070
5068
|
|
|
5071
|
-
// ../config-tools/dist/chunk-
|
|
5069
|
+
// ../config-tools/dist/chunk-BJTNSVY4.js
|
|
5072
5070
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
5073
5071
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
5074
5072
|
}
|
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-TM2CJRVX.js";
|
|
6
6
|
import {
|
|
7
7
|
DEFAULT_BUILD_OPTIONS
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-MKBPXJU3.js";
|
|
9
|
+
import "./chunk-6VQ7IO34.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-DAXBJI7S.js";
|
|
17
17
|
|
|
18
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
18
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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__c5b41830998b735060f2c5a5c9150741/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
|
@@ -34,7 +34,7 @@ __export(options_exports, {
|
|
|
34
34
|
});
|
|
35
35
|
module.exports = __toCommonJS(options_exports);
|
|
36
36
|
|
|
37
|
-
// ../build-tools/dist/chunk-
|
|
37
|
+
// ../build-tools/dist/chunk-B4H42WDA.mjs
|
|
38
38
|
var import_node_fs = require("fs");
|
|
39
39
|
var import_node_path = require("path");
|
|
40
40
|
|
|
@@ -73,7 +73,7 @@ var CONSOLE_ICONS = {
|
|
|
73
73
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
74
74
|
};
|
|
75
75
|
|
|
76
|
-
// ../build-tools/dist/chunk-
|
|
76
|
+
// ../build-tools/dist/chunk-RWH23ZV7.mjs
|
|
77
77
|
var import_c12 = require("c12");
|
|
78
78
|
var import_defu = __toESM(require("defu"), 1);
|
|
79
79
|
var z = __toESM(require("zod/mini"), 1);
|
|
@@ -656,14 +656,14 @@ var import_copy_assets_handler = require("@nx/js/src/utils/assets/copy-assets-ha
|
|
|
656
656
|
var import_glob = require("glob");
|
|
657
657
|
var import_promises3 = require("fs/promises");
|
|
658
658
|
|
|
659
|
-
// ../build-tools/dist/chunk-
|
|
659
|
+
// ../build-tools/dist/chunk-JB3U2RRA.mjs
|
|
660
660
|
var import_buildable_libs_utils = require("@nx/js/src/utils/buildable-libs-utils");
|
|
661
661
|
var import_glob2 = require("glob");
|
|
662
662
|
var import_node_fs5 = require("fs");
|
|
663
663
|
var import_promises4 = require("fs/promises");
|
|
664
664
|
var import_project_graph = require("nx/src/project-graph/project-graph");
|
|
665
665
|
|
|
666
|
-
// ../build-tools/dist/chunk-
|
|
666
|
+
// ../build-tools/dist/chunk-RNJI24P4.mjs
|
|
667
667
|
var import_glob3 = require("glob");
|
|
668
668
|
|
|
669
669
|
// ../build-tools/dist/chunk-5M6M27NH.mjs
|
|
@@ -707,7 +707,7 @@ var import_resolve = __toESM(require("resolve"), 1);
|
|
|
707
707
|
var import_devkit = require("@nx/devkit");
|
|
708
708
|
var import_path = require("path");
|
|
709
709
|
|
|
710
|
-
// ../config-tools/dist/chunk-
|
|
710
|
+
// ../config-tools/dist/chunk-RUKM6FCF.js
|
|
711
711
|
var import_node_fs7 = require("fs");
|
|
712
712
|
var import_node_path4 = require("path");
|
|
713
713
|
var MAX_PATH_SEARCH_DEPTH = 30;
|
|
@@ -719,9 +719,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
719
719
|
)) {
|
|
720
720
|
return _startPath;
|
|
721
721
|
}
|
|
722
|
-
if (endFileNames.some(
|
|
723
|
-
(endFileName) => (0, import_node_fs7.existsSync)((0, import_node_path4.join)(_startPath, endFileName))
|
|
724
|
-
)) {
|
|
722
|
+
if (endFileNames.some((endFileName) => (0, import_node_fs7.existsSync)((0, import_node_path4.join)(_startPath, endFileName)))) {
|
|
725
723
|
return _startPath;
|
|
726
724
|
}
|
|
727
725
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
@@ -856,7 +854,7 @@ var isAbsolute = function(p3) {
|
|
|
856
854
|
return _IS_ABSOLUTE_RE.test(p3);
|
|
857
855
|
};
|
|
858
856
|
|
|
859
|
-
// ../config-tools/dist/chunk-
|
|
857
|
+
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
860
858
|
var rootFiles = [
|
|
861
859
|
"storm-workspace.json",
|
|
862
860
|
"storm-workspace.yaml",
|
|
@@ -1220,7 +1218,7 @@ var _isFunction = (value) => {
|
|
|
1220
1218
|
}
|
|
1221
1219
|
};
|
|
1222
1220
|
|
|
1223
|
-
// ../config-tools/dist/chunk-
|
|
1221
|
+
// ../config-tools/dist/chunk-XLOBQVBJ.js
|
|
1224
1222
|
var import_c122 = require("c12");
|
|
1225
1223
|
var import_defu3 = __toESM(require("defu"), 1);
|
|
1226
1224
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
@@ -1487,7 +1485,7 @@ o2.add(S2, { description: "Storm Workspace config values used during various dev
|
|
|
1487
1485
|
// ../config/dist/chunk-WIOU3CJS.js
|
|
1488
1486
|
var e3 = ["dark", "light", "base", "brand", "alternate", "accent", "link", "success", "help", "info", "warning", "danger", "fatal", "positive", "negative"];
|
|
1489
1487
|
|
|
1490
|
-
// ../config-tools/dist/chunk-
|
|
1488
|
+
// ../config-tools/dist/chunk-RGET2UQV.js
|
|
1491
1489
|
var import_node_fs8 = require("fs");
|
|
1492
1490
|
var import_promises5 = require("fs/promises");
|
|
1493
1491
|
var import_node_path5 = require("path");
|
|
@@ -2155,7 +2153,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
2155
2153
|
};
|
|
2156
2154
|
};
|
|
2157
2155
|
|
|
2158
|
-
// ../config-tools/dist/chunk-
|
|
2156
|
+
// ../config-tools/dist/chunk-XVUCULX2.js
|
|
2159
2157
|
var import_defu4 = __toESM(require("defu"), 1);
|
|
2160
2158
|
var import_node_fs9 = require("fs");
|
|
2161
2159
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -2252,7 +2250,7 @@ ${formatLogMessage2(config)}`,
|
|
|
2252
2250
|
return config;
|
|
2253
2251
|
};
|
|
2254
2252
|
|
|
2255
|
-
// ../config-tools/dist/chunk-
|
|
2253
|
+
// ../config-tools/dist/chunk-BJTNSVY4.js
|
|
2256
2254
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
2257
2255
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
2258
2256
|
}
|
package/dist/options.js
CHANGED
package/dist/types.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-6VQ7IO34.js";
|
|
2
|
+
import "./chunk-DAXBJI7S.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.65",
|
|
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.188.
|
|
107
|
+
"@storm-software/build-tools": "^0.158.67",
|
|
108
|
+
"@storm-software/config-tools": "^1.188.67"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
|
-
"@types/node": "^24.10.
|
|
111
|
+
"@types/node": "^24.10.4",
|
|
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": "58754a0336790191cb3c0ead5b28fef7db35fac3"
|
|
119
119
|
}
|