@storm-software/build-tools 0.158.222 → 0.158.224
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-XZPWYRIT.mjs → chunk-64VL4GSS.mjs} +1 -1
- package/dist/{chunk-37YYCB4O.mjs → chunk-CXCEJKL3.mjs} +14 -14
- package/dist/{chunk-A3QLIUPL.js → chunk-GCMOLRPV.js} +2 -2
- package/dist/{chunk-FF5V35HS.js → chunk-IIPLK6WU.js} +4 -4
- package/dist/{chunk-WMOUDAAH.js → chunk-LDSD42AK.js} +3 -3
- package/dist/{chunk-LISTTZYP.js → chunk-MG3J247H.js} +3 -3
- package/dist/{chunk-NJSWWELP.js → chunk-N74Q6NXP.js} +23 -23
- package/dist/{chunk-WVUP4N7B.mjs → chunk-NHOEBJLZ.mjs} +3 -3
- package/dist/{chunk-JPTSWB7D.mjs → chunk-NXOOAAV5.mjs} +1 -1
- package/dist/{chunk-D4TAKW54.mjs → chunk-OSM34IQW.mjs} +1 -1
- package/dist/{chunk-IHMUAREL.mjs → chunk-UFGXOQSU.mjs} +1 -1
- package/dist/{chunk-GJU3NERX.mjs → chunk-W7UFCEAQ.mjs} +1 -1
- package/dist/{chunk-HBI3PDQC.js → chunk-YMEL2Q4P.js} +3 -3
- package/dist/{chunk-VZ24UBRB.js → chunk-ZW7ZNFGB.js} +8 -8
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/plugins/analyze.js +3 -3
- package/dist/plugins/analyze.mjs +2 -2
- package/dist/plugins/index.js +4 -4
- package/dist/plugins/index.mjs +3 -3
- package/dist/plugins/ts-resolve.js +3 -3
- package/dist/plugins/ts-resolve.mjs +2 -2
- package/dist/{types-PxFFSOzM.d.ts → types-DVfwrFkh.d.mts} +6 -6
- package/dist/{types-PxFFSOzM.d.mts → types-DVfwrFkh.d.ts} +6 -6
- package/dist/types.d.mts +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/utilities/copy-assets.d.mts +1 -1
- package/dist/utilities/copy-assets.d.ts +1 -1
- package/dist/utilities/copy-assets.js +3 -3
- package/dist/utilities/copy-assets.mjs +2 -2
- package/dist/utilities/generate-package-json.d.mts +1 -1
- package/dist/utilities/generate-package-json.d.ts +1 -1
- package/dist/utilities/generate-package-json.js +3 -3
- package/dist/utilities/generate-package-json.mjs +2 -2
- package/dist/utilities/get-entry-points.d.mts +1 -1
- package/dist/utilities/get-entry-points.d.ts +1 -1
- package/dist/utilities/get-entry-points.js +3 -3
- package/dist/utilities/get-entry-points.mjs +2 -2
- package/dist/utilities/get-env.d.mts +1 -1
- package/dist/utilities/get-env.d.ts +1 -1
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.d.ts +1 -1
- package/dist/utilities/index.js +6 -6
- package/dist/utilities/index.mjs +5 -5
- package/dist/utilities/read-nx-config.js +3 -3
- package/dist/utilities/read-nx-config.mjs +2 -2
- package/package.json +3 -3
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 -->
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
getLogLevelLabel,
|
|
13
13
|
writeTrace,
|
|
14
14
|
writeWarning
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-NHOEBJLZ.mjs";
|
|
16
16
|
|
|
17
17
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
18
18
|
import { loadConfig } from "c12";
|
|
@@ -48,7 +48,7 @@ var colorSchema = z.string().check(
|
|
|
48
48
|
schemaRegistry.add(colorSchema, {
|
|
49
49
|
description: "A base schema for describing the format of colors"
|
|
50
50
|
});
|
|
51
|
-
var darkColorSchema = z._default(colorSchema, "#
|
|
51
|
+
var darkColorSchema = z._default(colorSchema, "#1e2124");
|
|
52
52
|
schemaRegistry.add(darkColorSchema, {
|
|
53
53
|
description: "The dark background color of the workspace"
|
|
54
54
|
});
|
|
@@ -72,8 +72,8 @@ var linkColorSchema = z._default(colorSchema, "#3fa6ff");
|
|
|
72
72
|
schemaRegistry.add(linkColorSchema, {
|
|
73
73
|
description: "The color used to display hyperlink text"
|
|
74
74
|
});
|
|
75
|
-
var
|
|
76
|
-
schemaRegistry.add(
|
|
75
|
+
var discoveryColorSchema = z._default(colorSchema, "#818cf8");
|
|
76
|
+
schemaRegistry.add(discoveryColorSchema, {
|
|
77
77
|
description: "The second brand specific color of the workspace"
|
|
78
78
|
});
|
|
79
79
|
var successColorSchema = z._default(colorSchema, "#45b27e");
|
|
@@ -123,7 +123,7 @@ var darkColorsSchema = z.object({
|
|
|
123
123
|
alternate: alternateColorSchema,
|
|
124
124
|
accent: accentColorSchema,
|
|
125
125
|
link: linkColorSchema,
|
|
126
|
-
|
|
126
|
+
discovery: discoveryColorSchema,
|
|
127
127
|
success: successColorSchema,
|
|
128
128
|
info: infoColorSchema,
|
|
129
129
|
debug: debugColorSchema,
|
|
@@ -142,7 +142,7 @@ var lightColorsSchema = z.object({
|
|
|
142
142
|
alternate: alternateColorSchema,
|
|
143
143
|
accent: accentColorSchema,
|
|
144
144
|
link: linkColorSchema,
|
|
145
|
-
|
|
145
|
+
discovery: discoveryColorSchema,
|
|
146
146
|
success: successColorSchema,
|
|
147
147
|
info: infoColorSchema,
|
|
148
148
|
debug: debugColorSchema,
|
|
@@ -165,7 +165,7 @@ var singleColorsSchema = z.object({
|
|
|
165
165
|
alternate: alternateColorSchema,
|
|
166
166
|
accent: accentColorSchema,
|
|
167
167
|
link: linkColorSchema,
|
|
168
|
-
|
|
168
|
+
discovery: discoveryColorSchema,
|
|
169
169
|
success: successColorSchema,
|
|
170
170
|
info: infoColorSchema,
|
|
171
171
|
debug: debugColorSchema,
|
|
@@ -615,7 +615,7 @@ var COLOR_KEYS = [
|
|
|
615
615
|
"accent",
|
|
616
616
|
"link",
|
|
617
617
|
"success",
|
|
618
|
-
"
|
|
618
|
+
"discovery",
|
|
619
619
|
"info",
|
|
620
620
|
"warning",
|
|
621
621
|
"danger",
|
|
@@ -954,7 +954,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
954
954
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
955
955
|
accent: process.env[`${prefix}ACCENT`],
|
|
956
956
|
link: process.env[`${prefix}LINK`],
|
|
957
|
-
|
|
957
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
958
958
|
success: process.env[`${prefix}SUCCESS`],
|
|
959
959
|
info: process.env[`${prefix}INFO`],
|
|
960
960
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -994,7 +994,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
994
994
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
995
995
|
accent: process.env[`${prefix}ACCENT`],
|
|
996
996
|
link: process.env[`${prefix}LINK`],
|
|
997
|
-
|
|
997
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
998
998
|
success: process.env[`${prefix}SUCCESS`],
|
|
999
999
|
info: process.env[`${prefix}INFO`],
|
|
1000
1000
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -1291,8 +1291,8 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1291
1291
|
if (config.link) {
|
|
1292
1292
|
process.env[`${prefix}LINK`] = config.link;
|
|
1293
1293
|
}
|
|
1294
|
-
if (config.
|
|
1295
|
-
process.env[`${prefix}
|
|
1294
|
+
if (config.discovery) {
|
|
1295
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
1296
1296
|
}
|
|
1297
1297
|
if (config.success) {
|
|
1298
1298
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -1352,8 +1352,8 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1352
1352
|
if (config.link) {
|
|
1353
1353
|
process.env[`${prefix}LINK`] = config.link;
|
|
1354
1354
|
}
|
|
1355
|
-
if (config.
|
|
1356
|
-
process.env[`${prefix}
|
|
1355
|
+
if (config.discovery) {
|
|
1356
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
1357
1357
|
}
|
|
1358
1358
|
if (config.success) {
|
|
1359
1359
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkYMEL2Q4Pjs = require('./chunk-YMEL2Q4P.js');
|
|
4
4
|
|
|
5
5
|
// src/plugins/analyze.ts
|
|
6
6
|
var formatBytes = (bytes) => {
|
|
@@ -22,7 +22,7 @@ function analyze() {
|
|
|
22
22
|
renderChunk(source, chunk) {
|
|
23
23
|
const sourceBytes = formatBytes(source.length);
|
|
24
24
|
const fileName = chunk.fileName;
|
|
25
|
-
|
|
25
|
+
_chunkYMEL2Q4Pjs.writeInfo.call(void 0, ` - ${fileName} ${sourceBytes}`);
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
}
|
|
@@ -4,7 +4,7 @@ var _chunkI2YBUOU3js = require('./chunk-I2YBUOU3.js');
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkYMEL2Q4Pjs = require('./chunk-YMEL2Q4P.js');
|
|
8
8
|
|
|
9
9
|
// src/utilities/copy-assets.ts
|
|
10
10
|
var _copyassetshandlerjs = require('@nx/js/src/utils/assets/copy-assets-handler.js');
|
|
@@ -36,7 +36,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
36
36
|
output: "src/"
|
|
37
37
|
});
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
_chunkYMEL2Q4Pjs.writeTrace.call(void 0,
|
|
40
40
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
41
41
|
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkI2YBUOU3js.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
42
42
|
config
|
|
@@ -48,9 +48,9 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
48
48
|
assets: pendingAssets
|
|
49
49
|
});
|
|
50
50
|
await assetHandler.processAllAssetsOnce();
|
|
51
|
-
|
|
51
|
+
_chunkYMEL2Q4Pjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
52
52
|
if (includeSrc === true) {
|
|
53
|
-
|
|
53
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0,
|
|
54
54
|
`\u{1F4DD} Adding banner and writing source files: ${_chunkI2YBUOU3js.joinPaths.call(void 0,
|
|
55
55
|
outputPath,
|
|
56
56
|
"src"
|
|
@@ -6,7 +6,7 @@ var _chunkBPRPYAQSjs = require('./chunk-BPRPYAQS.js');
|
|
|
6
6
|
var _chunkI2YBUOU3js = require('./chunk-I2YBUOU3.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYMEL2Q4Pjs = require('./chunk-YMEL2Q4P.js');
|
|
10
10
|
|
|
11
11
|
// src/utilities/generate-package-json.ts
|
|
12
12
|
var _buildablelibsutils = require('@nx/js/src/utils/buildable-libs-utils');
|
|
@@ -64,7 +64,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
if (localPackages.length > 0) {
|
|
67
|
-
|
|
67
|
+
_chunkYMEL2Q4Pjs.writeTrace.call(void 0,
|
|
68
68
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
69
69
|
);
|
|
70
70
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
@@ -112,7 +112,7 @@ var addPackageDependencies = async (workspaceRoot, projectRoot, projectName, pac
|
|
|
112
112
|
return ret;
|
|
113
113
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
114
114
|
} else {
|
|
115
|
-
|
|
115
|
+
_chunkYMEL2Q4Pjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
116
116
|
}
|
|
117
117
|
return packageJson;
|
|
118
118
|
};
|
|
@@ -7,7 +7,7 @@ var _chunkBPRPYAQSjs = require('./chunk-BPRPYAQS.js');
|
|
|
7
7
|
var _chunkI2YBUOU3js = require('./chunk-I2YBUOU3.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkYMEL2Q4Pjs = require('./chunk-YMEL2Q4P.js');
|
|
11
11
|
|
|
12
12
|
// src/utilities/get-entry-points.ts
|
|
13
13
|
var _glob = require('glob');
|
|
@@ -42,7 +42,7 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
42
42
|
_chunkI2YBUOU3js.joinPaths.call(void 0, filePath.path, filePath.name).replaceAll(_chunkI2YBUOU3js.correctPaths.call(void 0, workspaceRoot), "").replaceAll(_chunkI2YBUOU3js.correctPaths.call(void 0, projectRoot), "")
|
|
43
43
|
);
|
|
44
44
|
if (result) {
|
|
45
|
-
|
|
45
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0,
|
|
46
46
|
`Trying to add entry point ${result} at "${_chunkI2YBUOU3js.joinPaths.call(void 0,
|
|
47
47
|
filePath.path,
|
|
48
48
|
filePath.name
|
|
@@ -57,7 +57,7 @@ var getEntryPoints = async (config, projectRoot, sourceRoot, entry, emitOnAll =
|
|
|
57
57
|
}, [])
|
|
58
58
|
);
|
|
59
59
|
} else {
|
|
60
|
-
|
|
60
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `Trying to add entry point ${entryPoint}"`, config);
|
|
61
61
|
if (!paths.includes(entryPoint)) {
|
|
62
62
|
paths.push(entryPoint);
|
|
63
63
|
}
|
|
@@ -12,7 +12,7 @@ var _chunkI2YBUOU3js = require('./chunk-I2YBUOU3.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunkYMEL2Q4Pjs = require('./chunk-YMEL2Q4P.js');
|
|
16
16
|
|
|
17
17
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
18
18
|
var _c12 = require('c12');
|
|
@@ -48,7 +48,7 @@ var colorSchema = z.string().check(
|
|
|
48
48
|
schemaRegistry.add(colorSchema, {
|
|
49
49
|
description: "A base schema for describing the format of colors"
|
|
50
50
|
});
|
|
51
|
-
var darkColorSchema = z._default(colorSchema, "#
|
|
51
|
+
var darkColorSchema = z._default(colorSchema, "#1e2124");
|
|
52
52
|
schemaRegistry.add(darkColorSchema, {
|
|
53
53
|
description: "The dark background color of the workspace"
|
|
54
54
|
});
|
|
@@ -72,8 +72,8 @@ var linkColorSchema = z._default(colorSchema, "#3fa6ff");
|
|
|
72
72
|
schemaRegistry.add(linkColorSchema, {
|
|
73
73
|
description: "The color used to display hyperlink text"
|
|
74
74
|
});
|
|
75
|
-
var
|
|
76
|
-
schemaRegistry.add(
|
|
75
|
+
var discoveryColorSchema = z._default(colorSchema, "#818cf8");
|
|
76
|
+
schemaRegistry.add(discoveryColorSchema, {
|
|
77
77
|
description: "The second brand specific color of the workspace"
|
|
78
78
|
});
|
|
79
79
|
var successColorSchema = z._default(colorSchema, "#45b27e");
|
|
@@ -123,7 +123,7 @@ var darkColorsSchema = z.object({
|
|
|
123
123
|
alternate: alternateColorSchema,
|
|
124
124
|
accent: accentColorSchema,
|
|
125
125
|
link: linkColorSchema,
|
|
126
|
-
|
|
126
|
+
discovery: discoveryColorSchema,
|
|
127
127
|
success: successColorSchema,
|
|
128
128
|
info: infoColorSchema,
|
|
129
129
|
debug: debugColorSchema,
|
|
@@ -142,7 +142,7 @@ var lightColorsSchema = z.object({
|
|
|
142
142
|
alternate: alternateColorSchema,
|
|
143
143
|
accent: accentColorSchema,
|
|
144
144
|
link: linkColorSchema,
|
|
145
|
-
|
|
145
|
+
discovery: discoveryColorSchema,
|
|
146
146
|
success: successColorSchema,
|
|
147
147
|
info: infoColorSchema,
|
|
148
148
|
debug: debugColorSchema,
|
|
@@ -165,7 +165,7 @@ var singleColorsSchema = z.object({
|
|
|
165
165
|
alternate: alternateColorSchema,
|
|
166
166
|
accent: accentColorSchema,
|
|
167
167
|
link: linkColorSchema,
|
|
168
|
-
|
|
168
|
+
discovery: discoveryColorSchema,
|
|
169
169
|
success: successColorSchema,
|
|
170
170
|
info: infoColorSchema,
|
|
171
171
|
debug: debugColorSchema,
|
|
@@ -615,7 +615,7 @@ var COLOR_KEYS = [
|
|
|
615
615
|
"accent",
|
|
616
616
|
"link",
|
|
617
617
|
"success",
|
|
618
|
-
"
|
|
618
|
+
"discovery",
|
|
619
619
|
"info",
|
|
620
620
|
"warning",
|
|
621
621
|
"danger",
|
|
@@ -754,7 +754,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
754
754
|
let config = result.config;
|
|
755
755
|
const configFile = result.configFile;
|
|
756
756
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
757
|
-
|
|
757
|
+
_chunkYMEL2Q4Pjs.writeTrace.call(void 0,
|
|
758
758
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
759
759
|
{
|
|
760
760
|
logLevel: "all"
|
|
@@ -770,7 +770,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
770
770
|
for (const result2 of results) {
|
|
771
771
|
if (_optionalChain([result2, 'optionalAccess', _9 => _9.config]) && _optionalChain([result2, 'optionalAccess', _10 => _10.configFile]) && Object.keys(result2.config).length > 0) {
|
|
772
772
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
773
|
-
|
|
773
|
+
_chunkYMEL2Q4Pjs.writeTrace.call(void 0,
|
|
774
774
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
775
775
|
{
|
|
776
776
|
logLevel: "all"
|
|
@@ -886,7 +886,7 @@ var getConfigEnv = () => {
|
|
|
886
886
|
},
|
|
887
887
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
888
888
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
889
|
-
) ?
|
|
889
|
+
) ? _chunkYMEL2Q4Pjs.getLogLevelLabel.call(void 0,
|
|
890
890
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
891
891
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
892
892
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -954,7 +954,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
954
954
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
955
955
|
accent: process.env[`${prefix}ACCENT`],
|
|
956
956
|
link: process.env[`${prefix}LINK`],
|
|
957
|
-
|
|
957
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
958
958
|
success: process.env[`${prefix}SUCCESS`],
|
|
959
959
|
info: process.env[`${prefix}INFO`],
|
|
960
960
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -994,7 +994,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
994
994
|
alternate: process.env[`${prefix}ALTERNATE`],
|
|
995
995
|
accent: process.env[`${prefix}ACCENT`],
|
|
996
996
|
link: process.env[`${prefix}LINK`],
|
|
997
|
-
|
|
997
|
+
discovery: process.env[`${prefix}DISCOVERY`],
|
|
998
998
|
success: process.env[`${prefix}SUCCESS`],
|
|
999
999
|
info: process.env[`${prefix}INFO`],
|
|
1000
1000
|
debug: process.env[`${prefix}DEBUG`],
|
|
@@ -1253,9 +1253,9 @@ var setConfigEnv = (config) => {
|
|
|
1253
1253
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1254
1254
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1255
1255
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1256
|
-
|
|
1256
|
+
_chunkYMEL2Q4Pjs.getLogLevel.call(void 0, config.logLevel) >= _chunkYMEL2Q4Pjs.LogLevel.DEBUG ? true : false
|
|
1257
1257
|
);
|
|
1258
|
-
process.env.RUST_BACKTRACE =
|
|
1258
|
+
process.env.RUST_BACKTRACE = _chunkYMEL2Q4Pjs.getLogLevel.call(void 0, config.logLevel) >= _chunkYMEL2Q4Pjs.LogLevel.DEBUG ? "full" : "none";
|
|
1259
1259
|
}
|
|
1260
1260
|
if (config.skipConfigLogging !== void 0) {
|
|
1261
1261
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1291,8 +1291,8 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1291
1291
|
if (config.link) {
|
|
1292
1292
|
process.env[`${prefix}LINK`] = config.link;
|
|
1293
1293
|
}
|
|
1294
|
-
if (config.
|
|
1295
|
-
process.env[`${prefix}
|
|
1294
|
+
if (config.discovery) {
|
|
1295
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
1296
1296
|
}
|
|
1297
1297
|
if (config.success) {
|
|
1298
1298
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -1352,8 +1352,8 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1352
1352
|
if (config.link) {
|
|
1353
1353
|
process.env[`${prefix}LINK`] = config.link;
|
|
1354
1354
|
}
|
|
1355
|
-
if (config.
|
|
1356
|
-
process.env[`${prefix}
|
|
1355
|
+
if (config.discovery) {
|
|
1356
|
+
process.env[`${prefix}DISCOVERY`] = config.discovery;
|
|
1357
1357
|
}
|
|
1358
1358
|
if (config.success) {
|
|
1359
1359
|
process.env[`${prefix}SUCCESS`] = config.success;
|
|
@@ -1403,7 +1403,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1403
1403
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1404
1404
|
if (!configFile) {
|
|
1405
1405
|
if (!skipLogs) {
|
|
1406
|
-
|
|
1406
|
+
_chunkYMEL2Q4Pjs.writeWarning.call(void 0,
|
|
1407
1407
|
"No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n",
|
|
1408
1408
|
{ logLevel: "all" }
|
|
1409
1409
|
);
|
|
@@ -1434,7 +1434,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1434
1434
|
throw new Error(
|
|
1435
1435
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _35 => _35.message]) ? `: ${error.message}` : ""}
|
|
1436
1436
|
|
|
1437
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
1437
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkYMEL2Q4Pjs.formatLogMessage.call(void 0,
|
|
1438
1438
|
configInput
|
|
1439
1439
|
)}`,
|
|
1440
1440
|
{
|
|
@@ -1479,9 +1479,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1479
1479
|
);
|
|
1480
1480
|
setConfigEnv(config);
|
|
1481
1481
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1482
|
-
|
|
1482
|
+
_chunkYMEL2Q4Pjs.writeTrace.call(void 0,
|
|
1483
1483
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1484
|
-
${
|
|
1484
|
+
${_chunkYMEL2Q4Pjs.formatLogMessage.call(void 0, config)}`,
|
|
1485
1485
|
config
|
|
1486
1486
|
);
|
|
1487
1487
|
}
|
|
@@ -34,7 +34,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
34
34
|
foreground: "#1d1e22",
|
|
35
35
|
brand: "#1fb2a6",
|
|
36
36
|
alternate: "#db2777",
|
|
37
|
-
|
|
37
|
+
discovery: "#5C4EE5",
|
|
38
38
|
success: "#087f5b",
|
|
39
39
|
info: "#0550ae",
|
|
40
40
|
debug: "#8afafc",
|
|
@@ -48,11 +48,11 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
48
48
|
gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
|
|
49
49
|
},
|
|
50
50
|
dark: {
|
|
51
|
-
background: "#
|
|
51
|
+
background: "#1e2124",
|
|
52
52
|
foreground: "#cbd5e1",
|
|
53
53
|
brand: "#2dd4bf",
|
|
54
54
|
alternate: "#db2777",
|
|
55
|
-
|
|
55
|
+
discovery: "#818cf8",
|
|
56
56
|
success: "#10b981",
|
|
57
57
|
info: "#58a6ff",
|
|
58
58
|
debug: "#8afafc",
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-VXUVNB76.mjs";
|
|
7
7
|
import {
|
|
8
8
|
writeTrace
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-NHOEBJLZ.mjs";
|
|
10
10
|
|
|
11
11
|
// src/utilities/generate-package-json.ts
|
|
12
12
|
import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildable-libs-utils";
|
|
@@ -34,7 +34,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
34
34
|
foreground: "#1d1e22",
|
|
35
35
|
brand: "#1fb2a6",
|
|
36
36
|
alternate: "#db2777",
|
|
37
|
-
|
|
37
|
+
discovery: "#5C4EE5",
|
|
38
38
|
success: "#087f5b",
|
|
39
39
|
info: "#0550ae",
|
|
40
40
|
debug: "#8afafc",
|
|
@@ -48,11 +48,11 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
48
48
|
gradient: ["#1fb2a6", "#db2777", "#5C4EE5"]
|
|
49
49
|
},
|
|
50
50
|
dark: {
|
|
51
|
-
background: "#
|
|
51
|
+
background: "#1e2124",
|
|
52
52
|
foreground: "#cbd5e1",
|
|
53
53
|
brand: "#2dd4bf",
|
|
54
54
|
alternate: "#db2777",
|
|
55
|
-
|
|
55
|
+
discovery: "#818cf8",
|
|
56
56
|
success: "#10b981",
|
|
57
57
|
info: "#58a6ff",
|
|
58
58
|
debug: "#8afafc",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkYMEL2Q4Pjs = require('./chunk-YMEL2Q4P.js');
|
|
4
4
|
|
|
5
5
|
// src/plugins/ts-resolve.ts
|
|
6
6
|
var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
|
|
@@ -26,8 +26,8 @@ var tsResolvePlugin = ({
|
|
|
26
26
|
return {
|
|
27
27
|
name: `storm:ts-resolve`,
|
|
28
28
|
async resolveId(source, importer) {
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `ts-resolve - resolveId source: ${source}`);
|
|
30
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `ts-resolve - resolveId importer: ${importer}`);
|
|
31
31
|
if (!importer) {
|
|
32
32
|
return null;
|
|
33
33
|
}
|
|
@@ -38,7 +38,7 @@ var tsResolvePlugin = ({
|
|
|
38
38
|
return false;
|
|
39
39
|
}
|
|
40
40
|
if (ignore && ignore(source, importer)) {
|
|
41
|
-
|
|
41
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `ts-resolve - ignored ${source}`);
|
|
42
42
|
return null;
|
|
43
43
|
}
|
|
44
44
|
if (resolveOnly) {
|
|
@@ -47,12 +47,12 @@ var tsResolvePlugin = ({
|
|
|
47
47
|
return v.test(source);
|
|
48
48
|
});
|
|
49
49
|
if (!shouldResolve) {
|
|
50
|
-
|
|
50
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `ts-resolve - skipped by matching resolveOnly ${source}`);
|
|
51
51
|
return null;
|
|
52
52
|
}
|
|
53
53
|
}
|
|
54
54
|
if (_path2.default.isAbsolute(source)) {
|
|
55
|
-
|
|
55
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `ts-resolve - skipped absolute path: ${source}`);
|
|
56
56
|
return null;
|
|
57
57
|
}
|
|
58
58
|
const basedir = importer ? await _fs2.default.promises.realpath(_path2.default.dirname(importer)) : process.cwd();
|
|
@@ -81,10 +81,10 @@ var tsResolvePlugin = ({
|
|
|
81
81
|
});
|
|
82
82
|
}
|
|
83
83
|
if (id) {
|
|
84
|
-
|
|
84
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `ts-resolve - resolved ${source} to ${id}`);
|
|
85
85
|
return id;
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
_chunkYMEL2Q4Pjs.writeDebug.call(void 0, `ts-resolve - mark ${source} as external`);
|
|
88
88
|
return false;
|
|
89
89
|
}
|
|
90
90
|
};
|
package/dist/index.d.mts
CHANGED
|
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
|
|
|
14
14
|
export { readNxConfig } from './utilities/read-nx-config.mjs';
|
|
15
15
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.mjs';
|
|
16
16
|
import 'rollup';
|
|
17
|
-
import './types-
|
|
17
|
+
import './types-DVfwrFkh.mjs';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/v4/mini';
|
|
20
20
|
import '@nx/devkit';
|
package/dist/index.d.ts
CHANGED
|
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
|
|
|
14
14
|
export { readNxConfig } from './utilities/read-nx-config.js';
|
|
15
15
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.js';
|
|
16
16
|
import 'rollup';
|
|
17
|
-
import './types-
|
|
17
|
+
import './types-DVfwrFkh.js';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/v4/mini';
|
|
20
20
|
import '@nx/devkit';
|
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkN74Q6NXPjs = require('./chunk-N74Q6NXP.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunkP3MQZA3Djs = require('./chunk-P3MQZA3D.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkIIPLK6WUjs = require('./chunk-IIPLK6WU.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkLDSD42AKjs = require('./chunk-LDSD42AK.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkMG3J247Hjs = require('./chunk-MG3J247H.js');
|
|
21
21
|
require('./chunk-BPRPYAQS.js');
|
|
22
22
|
require('./chunk-I2YBUOU3.js');
|
|
23
23
|
|
|
@@ -46,14 +46,14 @@ require('./chunk-6F4PWJZI.js');
|
|
|
46
46
|
require('./chunk-WPFIBCZT.js');
|
|
47
47
|
|
|
48
48
|
|
|
49
|
-
var
|
|
49
|
+
var _chunkGCMOLRPVjs = require('./chunk-GCMOLRPV.js');
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
var _chunkHQD5ZBIUjs = require('./chunk-HQD5ZBIU.js');
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
var
|
|
56
|
-
require('./chunk-
|
|
55
|
+
var _chunkZW7ZNFGBjs = require('./chunk-ZW7ZNFGB.js');
|
|
56
|
+
require('./chunk-YMEL2Q4P.js');
|
|
57
57
|
|
|
58
58
|
|
|
59
59
|
var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
@@ -83,4 +83,4 @@ var _chunkN7HP2YYEjs = require('./chunk-N7HP2YYE.js');
|
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
|
|
86
|
-
exports.DEFAULT_CSS_BANNER = _chunkMEINUFJYjs.DEFAULT_CSS_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMEINUFJYjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_JS_BANNER = _chunkMEINUFJYjs.DEFAULT_JS_BANNER; exports.DEFAULT_ORGANIZATION = _chunkMEINUFJYjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMEINUFJYjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMEINUFJYjs.DEFAULT_TARGET; exports.addPackageDependencies =
|
|
86
|
+
exports.DEFAULT_CSS_BANNER = _chunkMEINUFJYjs.DEFAULT_CSS_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkMEINUFJYjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_JS_BANNER = _chunkMEINUFJYjs.DEFAULT_JS_BANNER; exports.DEFAULT_ORGANIZATION = _chunkMEINUFJYjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkMEINUFJYjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkMEINUFJYjs.DEFAULT_TARGET; exports.addPackageDependencies = _chunkLDSD42AKjs.addPackageDependencies; exports.addPackageJsonExport = _chunkLDSD42AKjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkLDSD42AKjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkLDSD42AKjs.addWorkspacePackageJsonFields; exports.analyze = _chunkGCMOLRPVjs.analyze; exports.copyAssets = _chunkIIPLK6WUjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkMG3J247Hjs.getEntryPoints; exports.getEnv = _chunkNUMEQYRDjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkN74Q6NXPjs.readNxConfig; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkZW7ZNFGBjs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
package/dist/index.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "./chunk-KVP3YMX6.mjs";
|
|
2
2
|
import {
|
|
3
3
|
readNxConfig
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-CXCEJKL3.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createTaskId,
|
|
7
7
|
getAllWorkspaceTaskGraphs
|
|
8
8
|
} from "./chunk-JCFRYUYP.mjs";
|
|
9
9
|
import {
|
|
10
10
|
copyAssets
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-64VL4GSS.mjs";
|
|
12
12
|
import {
|
|
13
13
|
addPackageDependencies,
|
|
14
14
|
addPackageJsonExport,
|
|
15
15
|
addPackageJsonExports,
|
|
16
16
|
addWorkspacePackageJsonFields
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-OSM34IQW.mjs";
|
|
18
18
|
import {
|
|
19
19
|
getEntryPoints
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-UFGXOQSU.mjs";
|
|
21
21
|
import "./chunk-B4H42WDA.mjs";
|
|
22
22
|
import "./chunk-VXUVNB76.mjs";
|
|
23
23
|
import {
|
|
@@ -46,14 +46,14 @@ import "./chunk-WBQAMGXK.mjs";
|
|
|
46
46
|
import "./chunk-UN3B7LBV.mjs";
|
|
47
47
|
import {
|
|
48
48
|
analyze
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-NXOOAAV5.mjs";
|
|
50
50
|
import {
|
|
51
51
|
swc
|
|
52
52
|
} from "./chunk-7YKXR5JJ.mjs";
|
|
53
53
|
import {
|
|
54
54
|
tsResolvePlugin
|
|
55
|
-
} from "./chunk-
|
|
56
|
-
import "./chunk-
|
|
55
|
+
} from "./chunk-W7UFCEAQ.mjs";
|
|
56
|
+
import "./chunk-NHOEBJLZ.mjs";
|
|
57
57
|
import {
|
|
58
58
|
typeDefinitions
|
|
59
59
|
} from "./chunk-VGLIZ2H3.mjs";
|
package/dist/plugins/analyze.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkGCMOLRPVjs = require('../chunk-GCMOLRPV.js');
|
|
4
|
+
require('../chunk-YMEL2Q4P.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.analyze =
|
|
7
|
+
exports.analyze = _chunkGCMOLRPVjs.analyze;
|
package/dist/plugins/analyze.mjs
CHANGED
package/dist/plugins/index.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-WPFIBCZT.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkGCMOLRPVjs = require('../chunk-GCMOLRPV.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkHQD5ZBIUjs = require('../chunk-HQD5ZBIU.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('../chunk-
|
|
10
|
+
var _chunkZW7ZNFGBjs = require('../chunk-ZW7ZNFGB.js');
|
|
11
|
+
require('../chunk-YMEL2Q4P.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkN7HP2YYEjs = require('../chunk-N7HP2YYE.js');
|
|
@@ -17,4 +17,4 @@ var _chunkN7HP2YYEjs = require('../chunk-N7HP2YYE.js');
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
exports.analyze =
|
|
20
|
+
exports.analyze = _chunkGCMOLRPVjs.analyze; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkZW7ZNFGBjs.tsResolvePlugin; exports.typeDefinitions = _chunkN7HP2YYEjs.typeDefinitions;
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "../chunk-UN3B7LBV.mjs";
|
|
2
2
|
import {
|
|
3
3
|
analyze
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-NXOOAAV5.mjs";
|
|
5
5
|
import {
|
|
6
6
|
swc
|
|
7
7
|
} from "../chunk-7YKXR5JJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
tsResolvePlugin
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-
|
|
10
|
+
} from "../chunk-W7UFCEAQ.mjs";
|
|
11
|
+
import "../chunk-NHOEBJLZ.mjs";
|
|
12
12
|
import {
|
|
13
13
|
typeDefinitions
|
|
14
14
|
} from "../chunk-VGLIZ2H3.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkZW7ZNFGBjs = require('../chunk-ZW7ZNFGB.js');
|
|
4
|
+
require('../chunk-YMEL2Q4P.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.tsResolvePlugin =
|
|
7
|
+
exports.tsResolvePlugin = _chunkZW7ZNFGBjs.tsResolvePlugin;
|
|
@@ -106,7 +106,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
106
106
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
107
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
108
108
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
|
|
109
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
110
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
111
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
112
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -125,7 +125,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
125
125
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
126
126
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
127
127
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
|
|
128
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
129
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
130
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
131
131
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -144,7 +144,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
144
144
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
145
145
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
146
146
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
-
|
|
147
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
148
148
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
149
149
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
150
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -163,7 +163,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
163
163
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
164
164
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
165
165
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
166
|
-
|
|
166
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
167
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
168
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
169
169
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -182,7 +182,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
182
182
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
183
183
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
184
184
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
|
|
185
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
186
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
187
187
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
188
188
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -201,7 +201,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
201
201
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
202
202
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
203
203
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
204
|
-
|
|
204
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
205
205
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
206
206
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
207
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -106,7 +106,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
106
106
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
107
107
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
108
108
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
|
-
|
|
109
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
110
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
111
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
112
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -125,7 +125,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
125
125
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
126
126
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
127
127
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
|
-
|
|
128
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
129
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
130
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
131
131
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -144,7 +144,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
144
144
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
145
145
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
146
146
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
-
|
|
147
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
148
148
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
149
149
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
150
150
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -163,7 +163,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
163
163
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
164
164
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
165
165
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
166
|
-
|
|
166
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
167
167
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
168
168
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
169
169
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -182,7 +182,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
182
182
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
183
183
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
184
184
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
185
|
-
|
|
185
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
186
186
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
187
187
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
188
188
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
@@ -201,7 +201,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
201
201
|
alternate: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
202
202
|
accent: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
203
203
|
link: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
204
|
-
|
|
204
|
+
discovery: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
205
205
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
206
206
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
207
207
|
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
package/dist/types.d.mts
CHANGED
package/dist/types.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkIIPLK6WUjs = require('../chunk-IIPLK6WU.js');
|
|
4
4
|
require('../chunk-I2YBUOU3.js');
|
|
5
|
-
require('../chunk-
|
|
5
|
+
require('../chunk-YMEL2Q4P.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.copyAssets =
|
|
8
|
+
exports.copyAssets = _chunkIIPLK6WUjs.copyAssets;
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkLDSD42AKjs = require('../chunk-LDSD42AK.js');
|
|
7
7
|
require('../chunk-BPRPYAQS.js');
|
|
8
8
|
require('../chunk-I2YBUOU3.js');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-YMEL2Q4P.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.addPackageDependencies =
|
|
15
|
+
exports.addPackageDependencies = _chunkLDSD42AKjs.addPackageDependencies; exports.addPackageJsonExport = _chunkLDSD42AKjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkLDSD42AKjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkLDSD42AKjs.addWorkspacePackageJsonFields;
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
addPackageJsonExport,
|
|
4
4
|
addPackageJsonExports,
|
|
5
5
|
addWorkspacePackageJsonFields
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-OSM34IQW.mjs";
|
|
7
7
|
import "../chunk-B4H42WDA.mjs";
|
|
8
8
|
import "../chunk-VXUVNB76.mjs";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-NHOEBJLZ.mjs";
|
|
10
10
|
export {
|
|
11
11
|
addPackageDependencies,
|
|
12
12
|
addPackageJsonExport,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkMG3J247Hjs = require('../chunk-MG3J247H.js');
|
|
4
4
|
require('../chunk-BPRPYAQS.js');
|
|
5
5
|
require('../chunk-I2YBUOU3.js');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-YMEL2Q4P.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.getEntryPoints =
|
|
9
|
+
exports.getEntryPoints = _chunkMG3J247Hjs.getEntryPoints;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getEntryPoints
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-UFGXOQSU.mjs";
|
|
4
4
|
import "../chunk-B4H42WDA.mjs";
|
|
5
5
|
import "../chunk-VXUVNB76.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-NHOEBJLZ.mjs";
|
|
7
7
|
export {
|
|
8
8
|
getEntryPoints
|
|
9
9
|
};
|
|
@@ -7,7 +7,7 @@ export { getOutExtension } from './get-out-extension.mjs';
|
|
|
7
7
|
export { getExternalDependencies, getExtraDependencies, getInternalDependencies } from './get-project-deps.mjs';
|
|
8
8
|
export { readNxConfig } from './read-nx-config.mjs';
|
|
9
9
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './task-graph.mjs';
|
|
10
|
-
import '../types-
|
|
10
|
+
import '../types-DVfwrFkh.mjs';
|
|
11
11
|
import 'zod';
|
|
12
12
|
import 'zod/v4/mini';
|
|
13
13
|
import '../types.mjs';
|
|
@@ -7,7 +7,7 @@ export { getOutExtension } from './get-out-extension.js';
|
|
|
7
7
|
export { getExternalDependencies, getExtraDependencies, getInternalDependencies } from './get-project-deps.js';
|
|
8
8
|
export { readNxConfig } from './read-nx-config.js';
|
|
9
9
|
export { createTaskId, getAllWorkspaceTaskGraphs } from './task-graph.js';
|
|
10
|
-
import '../types-
|
|
10
|
+
import '../types-DVfwrFkh.js';
|
|
11
11
|
import 'zod';
|
|
12
12
|
import 'zod/v4/mini';
|
|
13
13
|
import '../types.js';
|
package/dist/utilities/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkN74Q6NXPjs = require('../chunk-N74Q6NXP.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunkP3MQZA3Djs = require('../chunk-P3MQZA3D.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkIIPLK6WUjs = require('../chunk-IIPLK6WU.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkLDSD42AKjs = require('../chunk-LDSD42AK.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkMG3J247Hjs = require('../chunk-MG3J247H.js');
|
|
21
21
|
require('../chunk-BPRPYAQS.js');
|
|
22
22
|
require('../chunk-I2YBUOU3.js');
|
|
23
23
|
|
|
@@ -35,7 +35,7 @@ var _chunkA75DEKU5js = require('../chunk-A75DEKU5.js');
|
|
|
35
35
|
|
|
36
36
|
var _chunkWNMPQTPHjs = require('../chunk-WNMPQTPH.js');
|
|
37
37
|
require('../chunk-MEINUFJY.js');
|
|
38
|
-
require('../chunk-
|
|
38
|
+
require('../chunk-YMEL2Q4P.js');
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
@@ -52,4 +52,4 @@ require('../chunk-HBI3PDQC.js');
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
exports.addPackageDependencies =
|
|
55
|
+
exports.addPackageDependencies = _chunkLDSD42AKjs.addPackageDependencies; exports.addPackageJsonExport = _chunkLDSD42AKjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkLDSD42AKjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkLDSD42AKjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkIIPLK6WUjs.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkMG3J247Hjs.getEntryPoints; exports.getEnv = _chunkNUMEQYRDjs.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkN74Q6NXPjs.readNxConfig;
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import "../chunk-KVP3YMX6.mjs";
|
|
2
2
|
import {
|
|
3
3
|
readNxConfig
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-CXCEJKL3.mjs";
|
|
5
5
|
import {
|
|
6
6
|
createTaskId,
|
|
7
7
|
getAllWorkspaceTaskGraphs
|
|
8
8
|
} from "../chunk-JCFRYUYP.mjs";
|
|
9
9
|
import {
|
|
10
10
|
copyAssets
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-64VL4GSS.mjs";
|
|
12
12
|
import {
|
|
13
13
|
addPackageDependencies,
|
|
14
14
|
addPackageJsonExport,
|
|
15
15
|
addPackageJsonExports,
|
|
16
16
|
addWorkspacePackageJsonFields
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-OSM34IQW.mjs";
|
|
18
18
|
import {
|
|
19
19
|
getEntryPoints
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-UFGXOQSU.mjs";
|
|
21
21
|
import "../chunk-B4H42WDA.mjs";
|
|
22
22
|
import "../chunk-VXUVNB76.mjs";
|
|
23
23
|
import {
|
|
@@ -35,7 +35,7 @@ import {
|
|
|
35
35
|
getInternalDependencies
|
|
36
36
|
} from "../chunk-ODQKLK6L.mjs";
|
|
37
37
|
import "../chunk-TJ6NHBO5.mjs";
|
|
38
|
-
import "../chunk-
|
|
38
|
+
import "../chunk-NHOEBJLZ.mjs";
|
|
39
39
|
export {
|
|
40
40
|
addPackageDependencies,
|
|
41
41
|
addPackageJsonExport,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkN74Q6NXPjs = require('../chunk-N74Q6NXP.js');
|
|
4
4
|
require('../chunk-BPRPYAQS.js');
|
|
5
5
|
require('../chunk-I2YBUOU3.js');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-YMEL2Q4P.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.readNxConfig =
|
|
9
|
+
exports.readNxConfig = _chunkN74Q6NXPjs.readNxConfig;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.158.
|
|
3
|
+
"version": "0.158.224",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A comprehensive set of tools for building and managing projects within a Storm workspace. Includes builders such as rollup, rolldown, tsup, and unbuild, along with various utilities.",
|
|
6
6
|
"keywords": [
|
|
@@ -173,7 +173,7 @@
|
|
|
173
173
|
"glob": "^11.1.0",
|
|
174
174
|
"resolve": "1.22.12",
|
|
175
175
|
"resolve-from": "5.0.0",
|
|
176
|
-
"rollup": "^4.
|
|
176
|
+
"rollup": "^4.62.0"
|
|
177
177
|
},
|
|
178
178
|
"devDependencies": {
|
|
179
179
|
"@nx/devkit": "22.7.5",
|
|
@@ -196,5 +196,5 @@
|
|
|
196
196
|
"typescript": { "optional": false }
|
|
197
197
|
},
|
|
198
198
|
"publishConfig": { "access": "public" },
|
|
199
|
-
"gitHead": "
|
|
199
|
+
"gitHead": "058ac110e66970612f8f2498c7c1e1246ef4cd54"
|
|
200
200
|
}
|