@storm-software/tsup 0.2.124 → 0.2.125
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-BM3RWK2R.js → chunk-3XMXS2SM.js} +25 -25
- package/dist/{chunk-4KCMD3VH.js → chunk-MIVNHMVZ.js} +1 -1
- package/dist/{chunk-BFJCAPGU.js → chunk-NA4GQ6RT.js} +1 -1
- package/dist/{chunk-IL3MEFNU.js → chunk-WTVOOYXM.js} +2 -2
- package/dist/constants.js +2 -2
- package/dist/index.cjs +37 -37
- package/dist/index.js +16 -16
- package/dist/options.cjs +16 -16
- package/dist/options.js +3 -3
- package/dist/types.js +2 -2
- package/package.json +4 -4
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-MIVNHMVZ.js";
|
|
6
6
|
import {
|
|
7
7
|
init_esm_shims
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-WTVOOYXM.js";
|
|
9
9
|
|
|
10
10
|
// src/options.ts
|
|
11
11
|
init_esm_shims();
|
|
@@ -16,7 +16,7 @@ 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-EOEGTTHV.mjs
|
|
20
20
|
init_esm_shims();
|
|
21
21
|
|
|
22
22
|
// ../build-tools/dist/chunk-B4H42WDA.mjs
|
|
@@ -29,7 +29,7 @@ init_esm_shims();
|
|
|
29
29
|
import { existsSync } from "node:fs";
|
|
30
30
|
import { join } from "node:path";
|
|
31
31
|
|
|
32
|
-
// ../build-tools/dist/chunk-
|
|
32
|
+
// ../build-tools/dist/chunk-JAOQUOKQ.mjs
|
|
33
33
|
init_esm_shims();
|
|
34
34
|
import { formatDistanceToNow } from "date-fns/formatDistanceToNow";
|
|
35
35
|
import chalk from "chalk";
|
|
@@ -67,7 +67,7 @@ var CONSOLE_ICONS = {
|
|
|
67
67
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
68
68
|
};
|
|
69
69
|
|
|
70
|
-
// ../build-tools/dist/chunk-
|
|
70
|
+
// ../build-tools/dist/chunk-EOEGTTHV.mjs
|
|
71
71
|
import { loadConfig } from "c12";
|
|
72
72
|
import defu from "defu";
|
|
73
73
|
import * as z from "zod/mini";
|
|
@@ -152,7 +152,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
152
152
|
schemaRegistry.add(fatalColorSchema, {
|
|
153
153
|
description: "The fatal color of the workspace"
|
|
154
154
|
});
|
|
155
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
155
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
156
156
|
schemaRegistry.add(performanceColorSchema, {
|
|
157
157
|
description: "The performance color of the workspace"
|
|
158
158
|
});
|
|
@@ -664,13 +664,13 @@ import {
|
|
|
664
664
|
mapTargetDefaultsToDependencies
|
|
665
665
|
} from "nx/src/tasks-runner/create-task-graph";
|
|
666
666
|
|
|
667
|
-
// ../build-tools/dist/chunk-
|
|
667
|
+
// ../build-tools/dist/chunk-M5F5UCGO.mjs
|
|
668
668
|
init_esm_shims();
|
|
669
669
|
import { CopyAssetsHandler } from "@nx/js/src/utils/assets/copy-assets-handler";
|
|
670
670
|
import { glob } from "glob";
|
|
671
671
|
import { readFile as readFile3, writeFile } from "node:fs/promises";
|
|
672
672
|
|
|
673
|
-
// ../build-tools/dist/chunk-
|
|
673
|
+
// ../build-tools/dist/chunk-EB7Y7VFZ.mjs
|
|
674
674
|
init_esm_shims();
|
|
675
675
|
import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildable-libs-utils";
|
|
676
676
|
import { Glob } from "glob";
|
|
@@ -682,7 +682,7 @@ import {
|
|
|
682
682
|
readProjectsConfigurationFromProjectGraph
|
|
683
683
|
} from "nx/src/project-graph/project-graph";
|
|
684
684
|
|
|
685
|
-
// ../build-tools/dist/chunk-
|
|
685
|
+
// ../build-tools/dist/chunk-VWCB56HQ.mjs
|
|
686
686
|
init_esm_shims();
|
|
687
687
|
import { glob as glob2 } from "glob";
|
|
688
688
|
|
|
@@ -716,14 +716,14 @@ init_esm_shims();
|
|
|
716
716
|
// ../build-tools/dist/chunk-UN3B7LBV.mjs
|
|
717
717
|
init_esm_shims();
|
|
718
718
|
|
|
719
|
-
// ../build-tools/dist/chunk-
|
|
719
|
+
// ../build-tools/dist/chunk-A6SGJYI3.mjs
|
|
720
720
|
init_esm_shims();
|
|
721
721
|
|
|
722
722
|
// ../build-tools/dist/chunk-7YKXR5JJ.mjs
|
|
723
723
|
init_esm_shims();
|
|
724
724
|
import { transform } from "@swc/core";
|
|
725
725
|
|
|
726
|
-
// ../build-tools/dist/chunk-
|
|
726
|
+
// ../build-tools/dist/chunk-MY2WU4YR.mjs
|
|
727
727
|
init_esm_shims();
|
|
728
728
|
import fs from "node:fs";
|
|
729
729
|
import { builtinModules } from "node:module";
|
|
@@ -738,13 +738,13 @@ import { relative } from "path";
|
|
|
738
738
|
// ../config-tools/dist/get-config.js
|
|
739
739
|
init_esm_shims();
|
|
740
740
|
|
|
741
|
-
// ../config-tools/dist/chunk-
|
|
741
|
+
// ../config-tools/dist/chunk-3DBFYM32.js
|
|
742
742
|
init_esm_shims();
|
|
743
743
|
|
|
744
|
-
// ../config-tools/dist/chunk-
|
|
744
|
+
// ../config-tools/dist/chunk-OKLRRII7.js
|
|
745
745
|
init_esm_shims();
|
|
746
746
|
|
|
747
|
-
// ../config-tools/dist/chunk-
|
|
747
|
+
// ../config-tools/dist/chunk-G4FBFCNL.js
|
|
748
748
|
init_esm_shims();
|
|
749
749
|
|
|
750
750
|
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
@@ -970,10 +970,10 @@ Path: ${pathInsideMonorepo ? pathInsideMonorepo : process.cwd()}`
|
|
|
970
970
|
return result;
|
|
971
971
|
}
|
|
972
972
|
|
|
973
|
-
// ../config-tools/dist/chunk-
|
|
973
|
+
// ../config-tools/dist/chunk-XHJNCOIU.js
|
|
974
974
|
init_esm_shims();
|
|
975
975
|
|
|
976
|
-
// ../config-tools/dist/chunk-
|
|
976
|
+
// ../config-tools/dist/chunk-5DQF4GNF.js
|
|
977
977
|
init_esm_shims();
|
|
978
978
|
var DEFAULT_COLOR_CONFIG = {
|
|
979
979
|
light: {
|
|
@@ -988,7 +988,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
988
988
|
warning: "#e3b341",
|
|
989
989
|
danger: "#D8314A",
|
|
990
990
|
fatal: "#51070f",
|
|
991
|
-
performance: "#
|
|
991
|
+
performance: "#13c302",
|
|
992
992
|
link: "#3fa6ff",
|
|
993
993
|
positive: "#22c55e",
|
|
994
994
|
negative: "#dc2626",
|
|
@@ -1006,7 +1006,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
1006
1006
|
warning: "#f3d371",
|
|
1007
1007
|
danger: "#D8314A",
|
|
1008
1008
|
fatal: "#a40e26",
|
|
1009
|
-
performance: "#
|
|
1009
|
+
performance: "#80fd74",
|
|
1010
1010
|
link: "#3fa6ff",
|
|
1011
1011
|
positive: "#22c55e",
|
|
1012
1012
|
negative: "#dc2626",
|
|
@@ -1167,7 +1167,7 @@ var getLogLevelLabel2 = (logLevel = LogLevel2.INFO) => {
|
|
|
1167
1167
|
return LogLevelLabel2.INFO;
|
|
1168
1168
|
};
|
|
1169
1169
|
|
|
1170
|
-
// ../config-tools/dist/chunk-
|
|
1170
|
+
// ../config-tools/dist/chunk-XHJNCOIU.js
|
|
1171
1171
|
var daysInYear = 365.2425;
|
|
1172
1172
|
var maxTime = Math.pow(10, 8) * 24 * 60 * 60 * 1e3;
|
|
1173
1173
|
var minTime = -maxTime;
|
|
@@ -2012,7 +2012,7 @@ var _isFunction = (value) => {
|
|
|
2012
2012
|
}
|
|
2013
2013
|
};
|
|
2014
2014
|
|
|
2015
|
-
// ../config-tools/dist/chunk-
|
|
2015
|
+
// ../config-tools/dist/chunk-G4FBFCNL.js
|
|
2016
2016
|
import { loadConfig as loadConfig2 } from "c12";
|
|
2017
2017
|
import defu3 from "defu";
|
|
2018
2018
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
@@ -2099,7 +2099,7 @@ init_esm_shims();
|
|
|
2099
2099
|
// ../config/dist/chunk-5QIMO5EY.js
|
|
2100
2100
|
init_esm_shims();
|
|
2101
2101
|
|
|
2102
|
-
// ../config/dist/chunk-
|
|
2102
|
+
// ../config/dist/chunk-X7WQAVPE.js
|
|
2103
2103
|
init_esm_shims();
|
|
2104
2104
|
|
|
2105
2105
|
// ../config/dist/chunk-TYDRIJER.js
|
|
@@ -2121,7 +2121,7 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
2121
2121
|
var S = "tools/errors/codes.json";
|
|
2122
2122
|
var A = "The workspace's banner image";
|
|
2123
2123
|
|
|
2124
|
-
// ../config/dist/chunk-
|
|
2124
|
+
// ../config/dist/chunk-X7WQAVPE.js
|
|
2125
2125
|
import * as e2 from "zod/mini";
|
|
2126
2126
|
var o2 = e2.registry();
|
|
2127
2127
|
var t2 = e2.string().check(e2.length(7), e2.toLowerCase(), e2.regex(/^#([0-9a-f]{3}){1,2}$/i), e2.trim());
|
|
@@ -2152,7 +2152,7 @@ var g = e2._default(t2, "#d8314a");
|
|
|
2152
2152
|
o2.add(g, { description: "The danger color of the workspace" });
|
|
2153
2153
|
var f = e2.optional(t2);
|
|
2154
2154
|
o2.add(f, { description: "The fatal color of the workspace" });
|
|
2155
|
-
var u = e2._default(t2, "#
|
|
2155
|
+
var u = e2._default(t2, "#80fd74");
|
|
2156
2156
|
o2.add(u, { description: "The performance color of the workspace" });
|
|
2157
2157
|
var k = e2._default(t2, "#4ade80");
|
|
2158
2158
|
o2.add(k, { description: "The positive number color of the workspace" });
|
|
@@ -2986,7 +2986,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
2986
2986
|
// ../config/dist/schema.js
|
|
2987
2987
|
init_esm_shims();
|
|
2988
2988
|
|
|
2989
|
-
// ../config-tools/dist/chunk-
|
|
2989
|
+
// ../config-tools/dist/chunk-OKLRRII7.js
|
|
2990
2990
|
import defu4 from "defu";
|
|
2991
2991
|
import { existsSync as existsSync7 } from "node:fs";
|
|
2992
2992
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -3083,7 +3083,7 @@ ${formatLogMessage2(config)}`,
|
|
|
3083
3083
|
return config;
|
|
3084
3084
|
};
|
|
3085
3085
|
|
|
3086
|
-
// ../config-tools/dist/chunk-
|
|
3086
|
+
// ../config-tools/dist/chunk-3DBFYM32.js
|
|
3087
3087
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
3088
3088
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
3089
3089
|
}
|
|
@@ -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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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,10 +2705,10 @@ 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-XHJNCOIU.js
|
|
2709
2709
|
init_cjs_shims();
|
|
2710
2710
|
|
|
2711
|
-
// ../config-tools/dist/chunk-
|
|
2711
|
+
// ../config-tools/dist/chunk-5DQF4GNF.js
|
|
2712
2712
|
init_cjs_shims();
|
|
2713
2713
|
var DEFAULT_COLOR_CONFIG = {
|
|
2714
2714
|
light: {
|
|
@@ -2723,7 +2723,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
2723
2723
|
warning: "#e3b341",
|
|
2724
2724
|
danger: "#D8314A",
|
|
2725
2725
|
fatal: "#51070f",
|
|
2726
|
-
performance: "#
|
|
2726
|
+
performance: "#13c302",
|
|
2727
2727
|
link: "#3fa6ff",
|
|
2728
2728
|
positive: "#22c55e",
|
|
2729
2729
|
negative: "#dc2626",
|
|
@@ -2741,7 +2741,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
2741
2741
|
warning: "#f3d371",
|
|
2742
2742
|
danger: "#D8314A",
|
|
2743
2743
|
fatal: "#a40e26",
|
|
2744
|
-
performance: "#
|
|
2744
|
+
performance: "#80fd74",
|
|
2745
2745
|
link: "#3fa6ff",
|
|
2746
2746
|
positive: "#22c55e",
|
|
2747
2747
|
negative: "#dc2626",
|
|
@@ -2902,7 +2902,7 @@ var getLogLevelLabel = (logLevel = LogLevel.INFO) => {
|
|
|
2902
2902
|
return LogLevelLabel.INFO;
|
|
2903
2903
|
};
|
|
2904
2904
|
|
|
2905
|
-
// ../config-tools/dist/chunk-
|
|
2905
|
+
// ../config-tools/dist/chunk-XHJNCOIU.js
|
|
2906
2906
|
var daysInYear = 365.2425;
|
|
2907
2907
|
var maxTime = Math.pow(10, 8) * 24 * 60 * 60 * 1e3;
|
|
2908
2908
|
var minTime = -maxTime;
|
|
@@ -3822,7 +3822,7 @@ init_cjs_shims();
|
|
|
3822
3822
|
// ../build-tools/dist/chunk-KVP3YMX6.mjs
|
|
3823
3823
|
init_cjs_shims();
|
|
3824
3824
|
|
|
3825
|
-
// ../build-tools/dist/chunk-
|
|
3825
|
+
// ../build-tools/dist/chunk-EOEGTTHV.mjs
|
|
3826
3826
|
init_cjs_shims();
|
|
3827
3827
|
|
|
3828
3828
|
// ../build-tools/dist/chunk-B4H42WDA.mjs
|
|
@@ -3835,7 +3835,7 @@ init_cjs_shims();
|
|
|
3835
3835
|
var import_node_fs = require("fs");
|
|
3836
3836
|
var import_node_path = require("path");
|
|
3837
3837
|
|
|
3838
|
-
// ../build-tools/dist/chunk-
|
|
3838
|
+
// ../build-tools/dist/chunk-JAOQUOKQ.mjs
|
|
3839
3839
|
init_cjs_shims();
|
|
3840
3840
|
var import_formatDistanceToNow = require("date-fns/formatDistanceToNow");
|
|
3841
3841
|
var import_chalk2 = __toESM(require("chalk"), 1);
|
|
@@ -3873,7 +3873,7 @@ var CONSOLE_ICONS2 = {
|
|
|
3873
3873
|
[LogLevelLabel2.ALL]: useIcon2("\u2709", "\u2192")
|
|
3874
3874
|
};
|
|
3875
3875
|
|
|
3876
|
-
// ../build-tools/dist/chunk-
|
|
3876
|
+
// ../build-tools/dist/chunk-EOEGTTHV.mjs
|
|
3877
3877
|
var import_c12 = require("c12");
|
|
3878
3878
|
var import_defu = __toESM(require("defu"), 1);
|
|
3879
3879
|
var z = __toESM(require("zod/mini"), 1);
|
|
@@ -3958,7 +3958,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
3958
3958
|
schemaRegistry.add(fatalColorSchema, {
|
|
3959
3959
|
description: "The fatal color of the workspace"
|
|
3960
3960
|
});
|
|
3961
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
3961
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
3962
3962
|
schemaRegistry.add(performanceColorSchema, {
|
|
3963
3963
|
description: "The performance color of the workspace"
|
|
3964
3964
|
});
|
|
@@ -4467,13 +4467,13 @@ schemaRegistry.add(extensionsSchema, {
|
|
|
4467
4467
|
init_cjs_shims();
|
|
4468
4468
|
var import_create_task_graph = require("nx/src/tasks-runner/create-task-graph");
|
|
4469
4469
|
|
|
4470
|
-
// ../build-tools/dist/chunk-
|
|
4470
|
+
// ../build-tools/dist/chunk-M5F5UCGO.mjs
|
|
4471
4471
|
init_cjs_shims();
|
|
4472
4472
|
var import_copy_assets_handler = require("@nx/js/src/utils/assets/copy-assets-handler");
|
|
4473
4473
|
var import_glob = require("glob");
|
|
4474
4474
|
var import_promises3 = require("fs/promises");
|
|
4475
4475
|
|
|
4476
|
-
// ../build-tools/dist/chunk-
|
|
4476
|
+
// ../build-tools/dist/chunk-EB7Y7VFZ.mjs
|
|
4477
4477
|
init_cjs_shims();
|
|
4478
4478
|
var import_buildable_libs_utils = require("@nx/js/src/utils/buildable-libs-utils");
|
|
4479
4479
|
var import_glob2 = require("glob");
|
|
@@ -4481,7 +4481,7 @@ var import_node_fs5 = require("fs");
|
|
|
4481
4481
|
var import_promises4 = require("fs/promises");
|
|
4482
4482
|
var import_project_graph = require("nx/src/project-graph/project-graph");
|
|
4483
4483
|
|
|
4484
|
-
// ../build-tools/dist/chunk-
|
|
4484
|
+
// ../build-tools/dist/chunk-VWCB56HQ.mjs
|
|
4485
4485
|
init_cjs_shims();
|
|
4486
4486
|
var import_glob3 = require("glob");
|
|
4487
4487
|
|
|
@@ -4515,14 +4515,14 @@ init_cjs_shims();
|
|
|
4515
4515
|
// ../build-tools/dist/chunk-UN3B7LBV.mjs
|
|
4516
4516
|
init_cjs_shims();
|
|
4517
4517
|
|
|
4518
|
-
// ../build-tools/dist/chunk-
|
|
4518
|
+
// ../build-tools/dist/chunk-A6SGJYI3.mjs
|
|
4519
4519
|
init_cjs_shims();
|
|
4520
4520
|
|
|
4521
4521
|
// ../build-tools/dist/chunk-7YKXR5JJ.mjs
|
|
4522
4522
|
init_cjs_shims();
|
|
4523
4523
|
var import_core = require("@swc/core");
|
|
4524
4524
|
|
|
4525
|
-
// ../build-tools/dist/chunk-
|
|
4525
|
+
// ../build-tools/dist/chunk-MY2WU4YR.mjs
|
|
4526
4526
|
init_cjs_shims();
|
|
4527
4527
|
var import_node_fs6 = __toESM(require("fs"), 1);
|
|
4528
4528
|
var import_node_module = require("module");
|
|
@@ -4537,13 +4537,13 @@ var import_path = require("path");
|
|
|
4537
4537
|
// ../config-tools/dist/get-config.js
|
|
4538
4538
|
init_cjs_shims();
|
|
4539
4539
|
|
|
4540
|
-
// ../config-tools/dist/chunk-
|
|
4540
|
+
// ../config-tools/dist/chunk-3DBFYM32.js
|
|
4541
4541
|
init_cjs_shims();
|
|
4542
4542
|
|
|
4543
|
-
// ../config-tools/dist/chunk-
|
|
4543
|
+
// ../config-tools/dist/chunk-OKLRRII7.js
|
|
4544
4544
|
init_cjs_shims();
|
|
4545
4545
|
|
|
4546
|
-
// ../config-tools/dist/chunk-
|
|
4546
|
+
// ../config-tools/dist/chunk-G4FBFCNL.js
|
|
4547
4547
|
init_cjs_shims();
|
|
4548
4548
|
|
|
4549
4549
|
// ../config-tools/dist/chunk-LF3SAK2O.js
|
|
@@ -4769,7 +4769,7 @@ Path: ${pathInsideMonorepo ? pathInsideMonorepo : process.cwd()}`
|
|
|
4769
4769
|
return result;
|
|
4770
4770
|
}
|
|
4771
4771
|
|
|
4772
|
-
// ../config-tools/dist/chunk-
|
|
4772
|
+
// ../config-tools/dist/chunk-G4FBFCNL.js
|
|
4773
4773
|
var import_c122 = require("c12");
|
|
4774
4774
|
var import_defu3 = __toESM(require("defu"), 1);
|
|
4775
4775
|
var getConfigFileByName = async (fileName, filePath, options2 = {}) => {
|
|
@@ -4856,7 +4856,7 @@ init_cjs_shims();
|
|
|
4856
4856
|
// ../config/dist/chunk-5QIMO5EY.js
|
|
4857
4857
|
init_cjs_shims();
|
|
4858
4858
|
|
|
4859
|
-
// ../config/dist/chunk-
|
|
4859
|
+
// ../config/dist/chunk-X7WQAVPE.js
|
|
4860
4860
|
init_cjs_shims();
|
|
4861
4861
|
|
|
4862
4862
|
// ../config/dist/chunk-TYDRIJER.js
|
|
@@ -4878,7 +4878,7 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
4878
4878
|
var S = "tools/errors/codes.json";
|
|
4879
4879
|
var A = "The workspace's banner image";
|
|
4880
4880
|
|
|
4881
|
-
// ../config/dist/chunk-
|
|
4881
|
+
// ../config/dist/chunk-X7WQAVPE.js
|
|
4882
4882
|
var e2 = __toESM(require("zod/mini"), 1);
|
|
4883
4883
|
var o2 = e2.registry();
|
|
4884
4884
|
var t2 = e2.string().check(e2.length(7), e2.toLowerCase(), e2.regex(/^#([0-9a-f]{3}){1,2}$/i), e2.trim());
|
|
@@ -4909,7 +4909,7 @@ var g = e2._default(t2, "#d8314a");
|
|
|
4909
4909
|
o2.add(g, { description: "The danger color of the workspace" });
|
|
4910
4910
|
var f = e2.optional(t2);
|
|
4911
4911
|
o2.add(f, { description: "The fatal color of the workspace" });
|
|
4912
|
-
var u = e2._default(t2, "#
|
|
4912
|
+
var u = e2._default(t2, "#80fd74");
|
|
4913
4913
|
o2.add(u, { description: "The performance color of the workspace" });
|
|
4914
4914
|
var k = e2._default(t2, "#4ade80");
|
|
4915
4915
|
o2.add(k, { description: "The positive number color of the workspace" });
|
|
@@ -5743,7 +5743,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
5743
5743
|
// ../config/dist/schema.js
|
|
5744
5744
|
init_cjs_shims();
|
|
5745
5745
|
|
|
5746
|
-
// ../config-tools/dist/chunk-
|
|
5746
|
+
// ../config-tools/dist/chunk-OKLRRII7.js
|
|
5747
5747
|
var import_defu4 = __toESM(require("defu"), 1);
|
|
5748
5748
|
var import_node_fs9 = require("fs");
|
|
5749
5749
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -5840,7 +5840,7 @@ ${formatLogMessage(config)}`,
|
|
|
5840
5840
|
return config;
|
|
5841
5841
|
};
|
|
5842
5842
|
|
|
5843
|
-
// ../config-tools/dist/chunk-
|
|
5843
|
+
// ../config-tools/dist/chunk-3DBFYM32.js
|
|
5844
5844
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
5845
5845
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
5846
5846
|
}
|
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-3XMXS2SM.js";
|
|
6
6
|
import {
|
|
7
7
|
DEFAULT_BUILD_OPTIONS
|
|
8
|
-
} from "./chunk-
|
|
9
|
-
import "./chunk-
|
|
8
|
+
} from "./chunk-MIVNHMVZ.js";
|
|
9
|
+
import "./chunk-NA4GQ6RT.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-WTVOOYXM.js";
|
|
17
17
|
|
|
18
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
18
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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__544fc81e26f13ef0455e9a50e1cc2f07/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
|
@@ -38,7 +38,7 @@ module.exports = __toCommonJS(options_exports);
|
|
|
38
38
|
var import_node_fs = require("fs");
|
|
39
39
|
var import_node_path = require("path");
|
|
40
40
|
|
|
41
|
-
// ../build-tools/dist/chunk-
|
|
41
|
+
// ../build-tools/dist/chunk-JAOQUOKQ.mjs
|
|
42
42
|
var import_formatDistanceToNow = require("date-fns/formatDistanceToNow");
|
|
43
43
|
var import_chalk = __toESM(require("chalk"), 1);
|
|
44
44
|
var LogLevelLabel = {
|
|
@@ -75,7 +75,7 @@ var CONSOLE_ICONS = {
|
|
|
75
75
|
[LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
|
|
76
76
|
};
|
|
77
77
|
|
|
78
|
-
// ../build-tools/dist/chunk-
|
|
78
|
+
// ../build-tools/dist/chunk-EOEGTTHV.mjs
|
|
79
79
|
var import_c12 = require("c12");
|
|
80
80
|
var import_defu = __toESM(require("defu"), 1);
|
|
81
81
|
var z = __toESM(require("zod/mini"), 1);
|
|
@@ -160,7 +160,7 @@ var fatalColorSchema = z.optional(colorSchema);
|
|
|
160
160
|
schemaRegistry.add(fatalColorSchema, {
|
|
161
161
|
description: "The fatal color of the workspace"
|
|
162
162
|
});
|
|
163
|
-
var performanceColorSchema = z._default(colorSchema, "#
|
|
163
|
+
var performanceColorSchema = z._default(colorSchema, "#80fd74");
|
|
164
164
|
schemaRegistry.add(performanceColorSchema, {
|
|
165
165
|
description: "The performance color of the workspace"
|
|
166
166
|
});
|
|
@@ -668,19 +668,19 @@ schemaRegistry.add(extensionsSchema, {
|
|
|
668
668
|
// ../build-tools/dist/chunk-JCFRYUYP.mjs
|
|
669
669
|
var import_create_task_graph = require("nx/src/tasks-runner/create-task-graph");
|
|
670
670
|
|
|
671
|
-
// ../build-tools/dist/chunk-
|
|
671
|
+
// ../build-tools/dist/chunk-M5F5UCGO.mjs
|
|
672
672
|
var import_copy_assets_handler = require("@nx/js/src/utils/assets/copy-assets-handler");
|
|
673
673
|
var import_glob = require("glob");
|
|
674
674
|
var import_promises3 = require("fs/promises");
|
|
675
675
|
|
|
676
|
-
// ../build-tools/dist/chunk-
|
|
676
|
+
// ../build-tools/dist/chunk-EB7Y7VFZ.mjs
|
|
677
677
|
var import_buildable_libs_utils = require("@nx/js/src/utils/buildable-libs-utils");
|
|
678
678
|
var import_glob2 = require("glob");
|
|
679
679
|
var import_node_fs5 = require("fs");
|
|
680
680
|
var import_promises4 = require("fs/promises");
|
|
681
681
|
var import_project_graph = require("nx/src/project-graph/project-graph");
|
|
682
682
|
|
|
683
|
-
// ../build-tools/dist/chunk-
|
|
683
|
+
// ../build-tools/dist/chunk-VWCB56HQ.mjs
|
|
684
684
|
var import_glob3 = require("glob");
|
|
685
685
|
|
|
686
686
|
// ../build-tools/dist/chunk-TJ6NHBO5.mjs
|
|
@@ -714,7 +714,7 @@ var getEnv = (builder, options) => {
|
|
|
714
714
|
// ../build-tools/dist/chunk-7YKXR5JJ.mjs
|
|
715
715
|
var import_core = require("@swc/core");
|
|
716
716
|
|
|
717
|
-
// ../build-tools/dist/chunk-
|
|
717
|
+
// ../build-tools/dist/chunk-MY2WU4YR.mjs
|
|
718
718
|
var import_node_fs6 = __toESM(require("fs"), 1);
|
|
719
719
|
var import_node_module = require("module");
|
|
720
720
|
var import_node_path3 = __toESM(require("path"), 1);
|
|
@@ -942,7 +942,7 @@ Path: ${pathInsideMonorepo ? pathInsideMonorepo : process.cwd()}`
|
|
|
942
942
|
return result;
|
|
943
943
|
}
|
|
944
944
|
|
|
945
|
-
// ../config-tools/dist/chunk-
|
|
945
|
+
// ../config-tools/dist/chunk-5DQF4GNF.js
|
|
946
946
|
var DEFAULT_COLOR_CONFIG = {
|
|
947
947
|
light: {
|
|
948
948
|
background: "#fafafa",
|
|
@@ -956,7 +956,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
956
956
|
warning: "#e3b341",
|
|
957
957
|
danger: "#D8314A",
|
|
958
958
|
fatal: "#51070f",
|
|
959
|
-
performance: "#
|
|
959
|
+
performance: "#13c302",
|
|
960
960
|
link: "#3fa6ff",
|
|
961
961
|
positive: "#22c55e",
|
|
962
962
|
negative: "#dc2626",
|
|
@@ -974,7 +974,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
974
974
|
warning: "#f3d371",
|
|
975
975
|
danger: "#D8314A",
|
|
976
976
|
fatal: "#a40e26",
|
|
977
|
-
performance: "#
|
|
977
|
+
performance: "#80fd74",
|
|
978
978
|
link: "#3fa6ff",
|
|
979
979
|
positive: "#22c55e",
|
|
980
980
|
negative: "#dc2626",
|
|
@@ -1127,7 +1127,7 @@ var getLogLevelLabel2 = (logLevel = LogLevel2.INFO) => {
|
|
|
1127
1127
|
return LogLevelLabel2.INFO;
|
|
1128
1128
|
};
|
|
1129
1129
|
|
|
1130
|
-
// ../config-tools/dist/chunk-
|
|
1130
|
+
// ../config-tools/dist/chunk-XHJNCOIU.js
|
|
1131
1131
|
var daysInYear = 365.2425;
|
|
1132
1132
|
var maxTime = Math.pow(10, 8) * 24 * 60 * 60 * 1e3;
|
|
1133
1133
|
var minTime = -maxTime;
|
|
@@ -1972,7 +1972,7 @@ var _isFunction = (value) => {
|
|
|
1972
1972
|
}
|
|
1973
1973
|
};
|
|
1974
1974
|
|
|
1975
|
-
// ../config-tools/dist/chunk-
|
|
1975
|
+
// ../config-tools/dist/chunk-G4FBFCNL.js
|
|
1976
1976
|
var import_c122 = require("c12");
|
|
1977
1977
|
var import_defu3 = __toESM(require("defu"), 1);
|
|
1978
1978
|
var getConfigFileByName = async (fileName, filePath, options = {}) => {
|
|
@@ -2068,7 +2068,7 @@ If this sounds interesting, and you would like to help us in creating the next g
|
|
|
2068
2068
|
var S = "tools/errors/codes.json";
|
|
2069
2069
|
var A = "The workspace's banner image";
|
|
2070
2070
|
|
|
2071
|
-
// ../config/dist/chunk-
|
|
2071
|
+
// ../config/dist/chunk-X7WQAVPE.js
|
|
2072
2072
|
var e2 = __toESM(require("zod/mini"), 1);
|
|
2073
2073
|
var o2 = e2.registry();
|
|
2074
2074
|
var t2 = e2.string().check(e2.length(7), e2.toLowerCase(), e2.regex(/^#([0-9a-f]{3}){1,2}$/i), e2.trim());
|
|
@@ -2099,7 +2099,7 @@ var g = e2._default(t2, "#d8314a");
|
|
|
2099
2099
|
o2.add(g, { description: "The danger color of the workspace" });
|
|
2100
2100
|
var f = e2.optional(t2);
|
|
2101
2101
|
o2.add(f, { description: "The fatal color of the workspace" });
|
|
2102
|
-
var u = e2._default(t2, "#
|
|
2102
|
+
var u = e2._default(t2, "#80fd74");
|
|
2103
2103
|
o2.add(u, { description: "The performance color of the workspace" });
|
|
2104
2104
|
var k = e2._default(t2, "#4ade80");
|
|
2105
2105
|
o2.add(k, { description: "The positive number color of the workspace" });
|
|
@@ -2927,7 +2927,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
2927
2927
|
};
|
|
2928
2928
|
};
|
|
2929
2929
|
|
|
2930
|
-
// ../config-tools/dist/chunk-
|
|
2930
|
+
// ../config-tools/dist/chunk-OKLRRII7.js
|
|
2931
2931
|
var import_defu4 = __toESM(require("defu"), 1);
|
|
2932
2932
|
var import_node_fs9 = require("fs");
|
|
2933
2933
|
var _extension_cache = /* @__PURE__ */ new WeakMap();
|
|
@@ -3024,7 +3024,7 @@ ${formatLogMessage2(config)}`,
|
|
|
3024
3024
|
return config;
|
|
3025
3025
|
};
|
|
3026
3026
|
|
|
3027
|
-
// ../config-tools/dist/chunk-
|
|
3027
|
+
// ../config-tools/dist/chunk-3DBFYM32.js
|
|
3028
3028
|
function getConfig(workspaceRoot, skipLogs = false) {
|
|
3029
3029
|
return loadStormWorkspaceConfig(workspaceRoot, skipLogs);
|
|
3030
3030
|
}
|
package/dist/options.js
CHANGED
package/dist/types.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import "./chunk-
|
|
2
|
-
import "./chunk-
|
|
1
|
+
import "./chunk-NA4GQ6RT.js";
|
|
2
|
+
import "./chunk-WTVOOYXM.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.125",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing bundled patches for tsup.",
|
|
6
6
|
"repository": {
|
|
@@ -104,8 +104,8 @@
|
|
|
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.127",
|
|
108
|
+
"@storm-software/config-tools": "^1.189.46"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@types/node": "^25.5.0",
|
|
@@ -115,5 +115,5 @@
|
|
|
115
115
|
},
|
|
116
116
|
"publishConfig": { "access": "public" },
|
|
117
117
|
"sideEffects": false,
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "f8c95293185f34b92585cb3cc1006d71a4c00395"
|
|
119
119
|
}
|