@storm-software/build-tools 0.158.75 → 0.158.77
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/dist/{chunk-JB3U2RRA.mjs → chunk-4WOXE5KE.mjs} +1 -1
- package/dist/{chunk-JVUUAAFA.mjs → chunk-6QKIUVWK.mjs} +1 -1
- package/dist/{chunk-J5M6XHOM.mjs → chunk-7JIOTQJT.mjs} +4 -2
- package/dist/{chunk-RNJI24P4.mjs → chunk-7QNSO56B.mjs} +1 -1
- package/dist/{chunk-FCS3CQSP.js → chunk-ECHZKXDV.js} +8 -8
- package/dist/{chunk-HH7KOSB7.js → chunk-GILR2ZOL.js} +2 -2
- package/dist/{chunk-RWH23ZV7.mjs → chunk-KZBHIH6L.mjs} +16 -1
- package/dist/{chunk-MTM42ZOK.js → chunk-LTUONYIR.js} +3 -3
- package/dist/{chunk-KV776SOK.js → chunk-OZI3OJL6.js} +4 -4
- package/dist/{chunk-MFGWMX4P.js → chunk-Q2YUBJK7.js} +25 -10
- package/dist/{chunk-GNQ6P537.js → chunk-QJN3HYIW.js} +4 -2
- package/dist/{chunk-UCEEEQVX.mjs → chunk-TB5CG6WC.mjs} +1 -1
- package/dist/{chunk-ANNSP7FS.js → chunk-XKJINYOW.js} +3 -3
- package/dist/{chunk-XQQDAMER.mjs → chunk-YXBJP3GA.mjs} +1 -1
- 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-CPGhIn1G.d.ts → types-cZAStWve.d.mts} +7 -1
- package/dist/{types-CPGhIn1G.d.mts → types-cZAStWve.d.ts} +7 -1
- 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 +2 -2
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-VXUVNB76.mjs";
|
|
7
7
|
import {
|
|
8
8
|
writeTrace
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-7JIOTQJT.mjs";
|
|
10
10
|
|
|
11
11
|
// src/utilities/generate-package-json.ts
|
|
12
12
|
import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildable-libs-utils";
|
|
@@ -35,6 +35,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
35
35
|
help: "#5C4EE5",
|
|
36
36
|
success: "#087f5b",
|
|
37
37
|
info: "#0550ae",
|
|
38
|
+
debug: "#8afafc",
|
|
38
39
|
warning: "#e3b341",
|
|
39
40
|
danger: "#D8314A",
|
|
40
41
|
fatal: "#51070f",
|
|
@@ -51,6 +52,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
51
52
|
help: "#818cf8",
|
|
52
53
|
success: "#10b981",
|
|
53
54
|
info: "#58a6ff",
|
|
55
|
+
debug: "#8afafc",
|
|
54
56
|
warning: "#f3d371",
|
|
55
57
|
danger: "#D8314A",
|
|
56
58
|
fatal: "#a40e26",
|
|
@@ -231,7 +233,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
231
233
|
return (message) => {
|
|
232
234
|
console.debug(
|
|
233
235
|
`
|
|
234
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.
|
|
236
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
235
237
|
`
|
|
236
238
|
);
|
|
237
239
|
};
|
|
@@ -240,7 +242,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
|
|
|
240
242
|
return (message) => {
|
|
241
243
|
console.debug(
|
|
242
244
|
`
|
|
243
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
245
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
244
246
|
`
|
|
245
247
|
);
|
|
246
248
|
};
|
|
@@ -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 _chunkQJN3HYIWjs = require('./chunk-QJN3HYIW.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
|
+
_chunkQJN3HYIWjs.writeDebug.call(void 0, `ts-resolve - resolveId source: ${source}`);
|
|
30
|
+
_chunkQJN3HYIWjs.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
|
+
_chunkQJN3HYIWjs.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
|
+
_chunkQJN3HYIWjs.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
|
+
_chunkQJN3HYIWjs.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
|
+
_chunkQJN3HYIWjs.writeDebug.call(void 0, `ts-resolve - resolved ${source} to ${id}`);
|
|
85
85
|
return id;
|
|
86
86
|
}
|
|
87
|
-
|
|
87
|
+
_chunkQJN3HYIWjs.writeDebug.call(void 0, `ts-resolve - mark ${source} as external`);
|
|
88
88
|
return false;
|
|
89
89
|
}
|
|
90
90
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkQJN3HYIWjs = require('./chunk-QJN3HYIW.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
|
+
_chunkQJN3HYIWjs.writeInfo.call(void 0, ` - ${fileName} ${sourceBytes}`);
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
}
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
getLogLevelLabel,
|
|
13
13
|
writeTrace,
|
|
14
14
|
writeWarning
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-7JIOTQJT.mjs";
|
|
16
16
|
|
|
17
17
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
18
18
|
import { loadConfig } from "c12";
|
|
@@ -84,6 +84,10 @@ var infoColorSchema = z._default(colorSchema, "#38bdf8");
|
|
|
84
84
|
schemaRegistry.add(infoColorSchema, {
|
|
85
85
|
description: "The informational color of the workspace"
|
|
86
86
|
});
|
|
87
|
+
var debugColorSchema = z._default(colorSchema, "#8afafc");
|
|
88
|
+
schemaRegistry.add(debugColorSchema, {
|
|
89
|
+
description: "The debug color of the workspace"
|
|
90
|
+
});
|
|
87
91
|
var warningColorSchema = z._default(colorSchema, "#f3d371");
|
|
88
92
|
schemaRegistry.add(warningColorSchema, {
|
|
89
93
|
description: "The warning color of the workspace"
|
|
@@ -118,6 +122,7 @@ var darkColorsSchema = z.object({
|
|
|
118
122
|
help: helpColorSchema,
|
|
119
123
|
success: successColorSchema,
|
|
120
124
|
info: infoColorSchema,
|
|
125
|
+
debug: debugColorSchema,
|
|
121
126
|
warning: warningColorSchema,
|
|
122
127
|
danger: dangerColorSchema,
|
|
123
128
|
fatal: fatalColorSchema,
|
|
@@ -135,6 +140,7 @@ var lightColorsSchema = z.object({
|
|
|
135
140
|
help: helpColorSchema,
|
|
136
141
|
success: successColorSchema,
|
|
137
142
|
info: infoColorSchema,
|
|
143
|
+
debug: debugColorSchema,
|
|
138
144
|
warning: warningColorSchema,
|
|
139
145
|
danger: dangerColorSchema,
|
|
140
146
|
fatal: fatalColorSchema,
|
|
@@ -156,6 +162,7 @@ var singleColorsSchema = z.object({
|
|
|
156
162
|
help: helpColorSchema,
|
|
157
163
|
success: successColorSchema,
|
|
158
164
|
info: infoColorSchema,
|
|
165
|
+
debug: debugColorSchema,
|
|
159
166
|
warning: warningColorSchema,
|
|
160
167
|
danger: dangerColorSchema,
|
|
161
168
|
fatal: fatalColorSchema,
|
|
@@ -941,6 +948,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
941
948
|
help: process.env[`${prefix}HELP`],
|
|
942
949
|
success: process.env[`${prefix}SUCCESS`],
|
|
943
950
|
info: process.env[`${prefix}INFO`],
|
|
951
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
944
952
|
warning: process.env[`${prefix}WARNING`],
|
|
945
953
|
danger: process.env[`${prefix}DANGER`],
|
|
946
954
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -979,6 +987,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
979
987
|
help: process.env[`${prefix}HELP`],
|
|
980
988
|
success: process.env[`${prefix}SUCCESS`],
|
|
981
989
|
info: process.env[`${prefix}INFO`],
|
|
990
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
982
991
|
warning: process.env[`${prefix}WARNING`],
|
|
983
992
|
danger: process.env[`${prefix}DANGER`],
|
|
984
993
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -1280,6 +1289,9 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1280
1289
|
if (config.info) {
|
|
1281
1290
|
process.env[`${prefix}INFO`] = config.info;
|
|
1282
1291
|
}
|
|
1292
|
+
if (config.debug) {
|
|
1293
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1294
|
+
}
|
|
1283
1295
|
if (config.warning) {
|
|
1284
1296
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1285
1297
|
}
|
|
@@ -1335,6 +1347,9 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1335
1347
|
if (config.info) {
|
|
1336
1348
|
process.env[`${prefix}INFO`] = config.info;
|
|
1337
1349
|
}
|
|
1350
|
+
if (config.debug) {
|
|
1351
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1352
|
+
}
|
|
1338
1353
|
if (config.warning) {
|
|
1339
1354
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1340
1355
|
}
|
|
@@ -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 _chunkQJN3HYIWjs = require('./chunk-QJN3HYIW.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
|
+
_chunkQJN3HYIWjs.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
|
+
_chunkQJN3HYIWjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
116
116
|
}
|
|
117
117
|
return packageJson;
|
|
118
118
|
};
|
|
@@ -4,7 +4,7 @@ var _chunkI2YBUOU3js = require('./chunk-I2YBUOU3.js');
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkQJN3HYIWjs = require('./chunk-QJN3HYIW.js');
|
|
8
8
|
|
|
9
9
|
// src/utilities/copy-assets.ts
|
|
10
10
|
var _copyassetshandler = require('@nx/js/src/utils/assets/copy-assets-handler');
|
|
@@ -36,7 +36,7 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
36
36
|
output: "src/"
|
|
37
37
|
});
|
|
38
38
|
}
|
|
39
|
-
|
|
39
|
+
_chunkQJN3HYIWjs.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
|
+
_chunkQJN3HYIWjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
52
52
|
if (includeSrc === true) {
|
|
53
|
-
|
|
53
|
+
_chunkQJN3HYIWjs.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"
|
|
@@ -12,7 +12,7 @@ var _chunkI2YBUOU3js = require('./chunk-I2YBUOU3.js');
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
var
|
|
15
|
+
var _chunkQJN3HYIWjs = require('./chunk-QJN3HYIW.js');
|
|
16
16
|
|
|
17
17
|
// ../config-tools/src/config-file/get-config-file.ts
|
|
18
18
|
var _c12 = require('c12');
|
|
@@ -84,6 +84,10 @@ var infoColorSchema = z._default(colorSchema, "#38bdf8");
|
|
|
84
84
|
schemaRegistry.add(infoColorSchema, {
|
|
85
85
|
description: "The informational color of the workspace"
|
|
86
86
|
});
|
|
87
|
+
var debugColorSchema = z._default(colorSchema, "#8afafc");
|
|
88
|
+
schemaRegistry.add(debugColorSchema, {
|
|
89
|
+
description: "The debug color of the workspace"
|
|
90
|
+
});
|
|
87
91
|
var warningColorSchema = z._default(colorSchema, "#f3d371");
|
|
88
92
|
schemaRegistry.add(warningColorSchema, {
|
|
89
93
|
description: "The warning color of the workspace"
|
|
@@ -118,6 +122,7 @@ var darkColorsSchema = z.object({
|
|
|
118
122
|
help: helpColorSchema,
|
|
119
123
|
success: successColorSchema,
|
|
120
124
|
info: infoColorSchema,
|
|
125
|
+
debug: debugColorSchema,
|
|
121
126
|
warning: warningColorSchema,
|
|
122
127
|
danger: dangerColorSchema,
|
|
123
128
|
fatal: fatalColorSchema,
|
|
@@ -135,6 +140,7 @@ var lightColorsSchema = z.object({
|
|
|
135
140
|
help: helpColorSchema,
|
|
136
141
|
success: successColorSchema,
|
|
137
142
|
info: infoColorSchema,
|
|
143
|
+
debug: debugColorSchema,
|
|
138
144
|
warning: warningColorSchema,
|
|
139
145
|
danger: dangerColorSchema,
|
|
140
146
|
fatal: fatalColorSchema,
|
|
@@ -156,6 +162,7 @@ var singleColorsSchema = z.object({
|
|
|
156
162
|
help: helpColorSchema,
|
|
157
163
|
success: successColorSchema,
|
|
158
164
|
info: infoColorSchema,
|
|
165
|
+
debug: debugColorSchema,
|
|
159
166
|
warning: warningColorSchema,
|
|
160
167
|
danger: dangerColorSchema,
|
|
161
168
|
fatal: fatalColorSchema,
|
|
@@ -738,7 +745,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
738
745
|
let config = result.config;
|
|
739
746
|
const configFile = result.configFile;
|
|
740
747
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
741
|
-
|
|
748
|
+
_chunkQJN3HYIWjs.writeTrace.call(void 0,
|
|
742
749
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
743
750
|
{
|
|
744
751
|
logLevel: "all"
|
|
@@ -754,7 +761,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
754
761
|
for (const result2 of results) {
|
|
755
762
|
if (_optionalChain([result2, 'optionalAccess', _9 => _9.config]) && _optionalChain([result2, 'optionalAccess', _10 => _10.configFile]) && Object.keys(result2.config).length > 0) {
|
|
756
763
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
757
|
-
|
|
764
|
+
_chunkQJN3HYIWjs.writeTrace.call(void 0,
|
|
758
765
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
759
766
|
{
|
|
760
767
|
logLevel: "all"
|
|
@@ -870,7 +877,7 @@ var getConfigEnv = () => {
|
|
|
870
877
|
},
|
|
871
878
|
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
|
|
872
879
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
873
|
-
) ?
|
|
880
|
+
) ? _chunkQJN3HYIWjs.getLogLevelLabel.call(void 0,
|
|
874
881
|
Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
|
|
875
882
|
) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
876
883
|
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
@@ -941,6 +948,7 @@ var getSingleThemeColorsEnv = (prefix) => {
|
|
|
941
948
|
help: process.env[`${prefix}HELP`],
|
|
942
949
|
success: process.env[`${prefix}SUCCESS`],
|
|
943
950
|
info: process.env[`${prefix}INFO`],
|
|
951
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
944
952
|
warning: process.env[`${prefix}WARNING`],
|
|
945
953
|
danger: process.env[`${prefix}DANGER`],
|
|
946
954
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -979,6 +987,7 @@ var getBaseThemeColorsEnv = (prefix) => {
|
|
|
979
987
|
help: process.env[`${prefix}HELP`],
|
|
980
988
|
success: process.env[`${prefix}SUCCESS`],
|
|
981
989
|
info: process.env[`${prefix}INFO`],
|
|
990
|
+
debug: process.env[`${prefix}DEBUG`],
|
|
982
991
|
warning: process.env[`${prefix}WARNING`],
|
|
983
992
|
danger: process.env[`${prefix}DANGER`],
|
|
984
993
|
fatal: process.env[`${prefix}FATAL`],
|
|
@@ -1233,9 +1242,9 @@ var setConfigEnv = (config) => {
|
|
|
1233
1242
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
1234
1243
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
1235
1244
|
process.env.NX_VERBOSE_LOGGING = String(
|
|
1236
|
-
|
|
1245
|
+
_chunkQJN3HYIWjs.getLogLevel.call(void 0, config.logLevel) >= _chunkQJN3HYIWjs.LogLevel.DEBUG ? true : false
|
|
1237
1246
|
);
|
|
1238
|
-
process.env.RUST_BACKTRACE =
|
|
1247
|
+
process.env.RUST_BACKTRACE = _chunkQJN3HYIWjs.getLogLevel.call(void 0, config.logLevel) >= _chunkQJN3HYIWjs.LogLevel.DEBUG ? "full" : "none";
|
|
1239
1248
|
}
|
|
1240
1249
|
if (config.skipConfigLogging !== void 0) {
|
|
1241
1250
|
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
|
|
@@ -1280,6 +1289,9 @@ var setSingleThemeColorsEnv = (prefix, config) => {
|
|
|
1280
1289
|
if (config.info) {
|
|
1281
1290
|
process.env[`${prefix}INFO`] = config.info;
|
|
1282
1291
|
}
|
|
1292
|
+
if (config.debug) {
|
|
1293
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1294
|
+
}
|
|
1283
1295
|
if (config.warning) {
|
|
1284
1296
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1285
1297
|
}
|
|
@@ -1335,6 +1347,9 @@ var setBaseThemeColorsEnv = (prefix, config) => {
|
|
|
1335
1347
|
if (config.info) {
|
|
1336
1348
|
process.env[`${prefix}INFO`] = config.info;
|
|
1337
1349
|
}
|
|
1350
|
+
if (config.debug) {
|
|
1351
|
+
process.env[`${prefix}DEBUG`] = config.debug;
|
|
1352
|
+
}
|
|
1338
1353
|
if (config.warning) {
|
|
1339
1354
|
process.env[`${prefix}WARNING`] = config.warning;
|
|
1340
1355
|
}
|
|
@@ -1371,7 +1386,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1371
1386
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
1372
1387
|
if (!configFile) {
|
|
1373
1388
|
if (!skipLogs) {
|
|
1374
|
-
|
|
1389
|
+
_chunkQJN3HYIWjs.writeWarning.call(void 0,
|
|
1375
1390
|
"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",
|
|
1376
1391
|
{ logLevel: "all" }
|
|
1377
1392
|
);
|
|
@@ -1398,7 +1413,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1398
1413
|
throw new Error(
|
|
1399
1414
|
`Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _35 => _35.message]) ? `: ${error.message}` : ""}
|
|
1400
1415
|
|
|
1401
|
-
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${
|
|
1416
|
+
Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkQJN3HYIWjs.formatLogMessage.call(void 0,
|
|
1402
1417
|
configInput
|
|
1403
1418
|
)}`,
|
|
1404
1419
|
{
|
|
@@ -1443,9 +1458,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
|
|
|
1443
1458
|
);
|
|
1444
1459
|
setConfigEnv(config);
|
|
1445
1460
|
if (!skipLogs && !config.skipConfigLogging) {
|
|
1446
|
-
|
|
1461
|
+
_chunkQJN3HYIWjs.writeTrace.call(void 0,
|
|
1447
1462
|
`\u2699\uFE0F Using Storm Workspace configuration:
|
|
1448
|
-
${
|
|
1463
|
+
${_chunkQJN3HYIWjs.formatLogMessage.call(void 0, config)}`,
|
|
1449
1464
|
config
|
|
1450
1465
|
);
|
|
1451
1466
|
}
|
|
@@ -35,6 +35,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
35
35
|
help: "#5C4EE5",
|
|
36
36
|
success: "#087f5b",
|
|
37
37
|
info: "#0550ae",
|
|
38
|
+
debug: "#8afafc",
|
|
38
39
|
warning: "#e3b341",
|
|
39
40
|
danger: "#D8314A",
|
|
40
41
|
fatal: "#51070f",
|
|
@@ -51,6 +52,7 @@ var DEFAULT_COLOR_CONFIG = {
|
|
|
51
52
|
help: "#818cf8",
|
|
52
53
|
success: "#10b981",
|
|
53
54
|
info: "#58a6ff",
|
|
55
|
+
debug: "#8afafc",
|
|
54
56
|
warning: "#f3d371",
|
|
55
57
|
danger: "#D8314A",
|
|
56
58
|
fatal: "#a40e26",
|
|
@@ -231,7 +233,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
|
|
|
231
233
|
return (message) => {
|
|
232
234
|
console.debug(
|
|
233
235
|
`
|
|
234
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.
|
|
236
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
235
237
|
`
|
|
236
238
|
);
|
|
237
239
|
};
|
|
@@ -240,7 +242,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
|
|
|
240
242
|
return (message) => {
|
|
241
243
|
console.debug(
|
|
242
244
|
`
|
|
243
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
245
|
+
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
244
246
|
`
|
|
245
247
|
);
|
|
246
248
|
};
|
|
@@ -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 _chunkQJN3HYIWjs = require('./chunk-QJN3HYIW.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
|
+
_chunkQJN3HYIWjs.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
|
+
_chunkQJN3HYIWjs.writeDebug.call(void 0, `Trying to add entry point ${entryPoint}"`, config);
|
|
61
61
|
if (!paths.includes(entryPoint)) {
|
|
62
62
|
paths.push(entryPoint);
|
|
63
63
|
}
|
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-cZAStWve.mjs';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/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-cZAStWve.js';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import 'zod/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 _chunkQ2YUBJK7js = require('./chunk-Q2YUBJK7.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunkP3MQZA3Djs = require('./chunk-P3MQZA3D.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkOZI3OJL6js = require('./chunk-OZI3OJL6.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkLTUONYIRjs = require('./chunk-LTUONYIR.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkXKJINYOWjs = require('./chunk-XKJINYOW.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 _chunkGILR2ZOLjs = require('./chunk-GILR2ZOL.js');
|
|
50
50
|
|
|
51
51
|
|
|
52
52
|
var _chunkHQD5ZBIUjs = require('./chunk-HQD5ZBIU.js');
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
var
|
|
56
|
-
require('./chunk-
|
|
55
|
+
var _chunkECHZKXDVjs = require('./chunk-ECHZKXDV.js');
|
|
56
|
+
require('./chunk-QJN3HYIW.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 = _chunkDOCZKEDJjs.DEFAULT_CSS_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkDOCZKEDJjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_JS_BANNER = _chunkDOCZKEDJjs.DEFAULT_JS_BANNER; exports.DEFAULT_ORGANIZATION = _chunkDOCZKEDJjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkDOCZKEDJjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkDOCZKEDJjs.DEFAULT_TARGET; exports.addPackageDependencies =
|
|
86
|
+
exports.DEFAULT_CSS_BANNER = _chunkDOCZKEDJjs.DEFAULT_CSS_BANNER; exports.DEFAULT_ENVIRONMENT = _chunkDOCZKEDJjs.DEFAULT_ENVIRONMENT; exports.DEFAULT_JS_BANNER = _chunkDOCZKEDJjs.DEFAULT_JS_BANNER; exports.DEFAULT_ORGANIZATION = _chunkDOCZKEDJjs.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunkDOCZKEDJjs.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunkDOCZKEDJjs.DEFAULT_TARGET; exports.addPackageDependencies = _chunkLTUONYIRjs.addPackageDependencies; exports.addPackageJsonExport = _chunkLTUONYIRjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkLTUONYIRjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkLTUONYIRjs.addWorkspacePackageJsonFields; exports.analyze = _chunkGILR2ZOLjs.analyze; exports.copyAssets = _chunkOZI3OJL6js.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkXKJINYOWjs.getEntryPoints; exports.getEnv = _chunkXZVL6F47js.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkQ2YUBJK7js.readNxConfig; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkECHZKXDVjs.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-KZBHIH6L.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-TB5CG6WC.mjs";
|
|
12
12
|
import {
|
|
13
13
|
addPackageDependencies,
|
|
14
14
|
addPackageJsonExport,
|
|
15
15
|
addPackageJsonExports,
|
|
16
16
|
addWorkspacePackageJsonFields
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-4WOXE5KE.mjs";
|
|
18
18
|
import {
|
|
19
19
|
getEntryPoints
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-7QNSO56B.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-YXBJP3GA.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-6QKIUVWK.mjs";
|
|
56
|
+
import "./chunk-7JIOTQJT.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 _chunkGILR2ZOLjs = require('../chunk-GILR2ZOL.js');
|
|
4
|
+
require('../chunk-QJN3HYIW.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.analyze =
|
|
7
|
+
exports.analyze = _chunkGILR2ZOLjs.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 _chunkGILR2ZOLjs = require('../chunk-GILR2ZOL.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunkHQD5ZBIUjs = require('../chunk-HQD5ZBIU.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('../chunk-
|
|
10
|
+
var _chunkECHZKXDVjs = require('../chunk-ECHZKXDV.js');
|
|
11
|
+
require('../chunk-QJN3HYIW.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 = _chunkGILR2ZOLjs.analyze; exports.swc = _chunkHQD5ZBIUjs.swc; exports.tsResolvePlugin = _chunkECHZKXDVjs.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-YXBJP3GA.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-6QKIUVWK.mjs";
|
|
11
|
+
import "../chunk-7JIOTQJT.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 _chunkECHZKXDVjs = require('../chunk-ECHZKXDV.js');
|
|
4
|
+
require('../chunk-QJN3HYIW.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.tsResolvePlugin =
|
|
7
|
+
exports.tsResolvePlugin = _chunkECHZKXDVjs.tsResolvePlugin;
|
|
@@ -81,11 +81,11 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
81
81
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
82
82
|
success: "success";
|
|
83
83
|
info: "info";
|
|
84
|
+
debug: "debug";
|
|
84
85
|
fatal: "fatal";
|
|
85
86
|
silent: "silent";
|
|
86
87
|
error: "error";
|
|
87
88
|
warn: "warn";
|
|
88
|
-
debug: "debug";
|
|
89
89
|
trace: "trace";
|
|
90
90
|
all: "all";
|
|
91
91
|
}>>;
|
|
@@ -108,6 +108,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
108
108
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
109
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
110
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
112
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
113
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
113
114
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -125,6 +126,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
125
126
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
127
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
127
128
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
130
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
131
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
132
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -142,6 +144,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
142
144
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
145
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
146
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
148
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
149
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
150
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -159,6 +162,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
159
162
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
160
163
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
161
164
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
165
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
166
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
167
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
164
168
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -176,6 +180,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
176
180
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
181
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
178
182
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
183
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
179
184
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
185
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
186
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -193,6 +198,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
193
198
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
199
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
200
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
201
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
202
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
203
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
204
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -81,11 +81,11 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
81
81
|
logLevel: z.ZodMiniDefault<z.ZodMiniEnum<{
|
|
82
82
|
success: "success";
|
|
83
83
|
info: "info";
|
|
84
|
+
debug: "debug";
|
|
84
85
|
fatal: "fatal";
|
|
85
86
|
silent: "silent";
|
|
86
87
|
error: "error";
|
|
87
88
|
warn: "warn";
|
|
88
|
-
debug: "debug";
|
|
89
89
|
trace: "trace";
|
|
90
90
|
all: "all";
|
|
91
91
|
}>>;
|
|
@@ -108,6 +108,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
108
108
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
109
109
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
110
110
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
111
112
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
112
113
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
113
114
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -125,6 +126,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
125
126
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
126
127
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
127
128
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
128
130
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
129
131
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
130
132
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -142,6 +144,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
142
144
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
143
145
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
144
146
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
145
148
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
146
149
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
147
150
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -159,6 +162,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
159
162
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
160
163
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
161
164
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
165
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
162
166
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
163
167
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
164
168
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -176,6 +180,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
176
180
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
177
181
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
178
182
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
183
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
179
184
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
180
185
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
181
186
|
fatal: z.ZodMiniOptional<z.ZodMiniString<string>>;
|
|
@@ -193,6 +198,7 @@ declare const workspaceConfigSchema: z.ZodMiniObject<{
|
|
|
193
198
|
help: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
194
199
|
success: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
195
200
|
info: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
201
|
+
debug: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
196
202
|
warning: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
197
203
|
danger: z.ZodMiniDefault<z.ZodMiniString<string>>;
|
|
198
204
|
fatal: z.ZodMiniOptional<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 _chunkOZI3OJL6js = require('../chunk-OZI3OJL6.js');
|
|
4
4
|
require('../chunk-I2YBUOU3.js');
|
|
5
|
-
require('../chunk-
|
|
5
|
+
require('../chunk-QJN3HYIW.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.copyAssets =
|
|
8
|
+
exports.copyAssets = _chunkOZI3OJL6js.copyAssets;
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkLTUONYIRjs = require('../chunk-LTUONYIR.js');
|
|
7
7
|
require('../chunk-BPRPYAQS.js');
|
|
8
8
|
require('../chunk-I2YBUOU3.js');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-QJN3HYIW.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.addPackageDependencies =
|
|
15
|
+
exports.addPackageDependencies = _chunkLTUONYIRjs.addPackageDependencies; exports.addPackageJsonExport = _chunkLTUONYIRjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkLTUONYIRjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkLTUONYIRjs.addWorkspacePackageJsonFields;
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
addPackageJsonExport,
|
|
4
4
|
addPackageJsonExports,
|
|
5
5
|
addWorkspacePackageJsonFields
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-4WOXE5KE.mjs";
|
|
7
7
|
import "../chunk-B4H42WDA.mjs";
|
|
8
8
|
import "../chunk-VXUVNB76.mjs";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-7JIOTQJT.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 _chunkXKJINYOWjs = require('../chunk-XKJINYOW.js');
|
|
4
4
|
require('../chunk-BPRPYAQS.js');
|
|
5
5
|
require('../chunk-I2YBUOU3.js');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-QJN3HYIW.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.getEntryPoints =
|
|
9
|
+
exports.getEntryPoints = _chunkXKJINYOWjs.getEntryPoints;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getEntryPoints
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-7QNSO56B.mjs";
|
|
4
4
|
import "../chunk-B4H42WDA.mjs";
|
|
5
5
|
import "../chunk-VXUVNB76.mjs";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-7JIOTQJT.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-cZAStWve.mjs';
|
|
11
11
|
import 'zod';
|
|
12
12
|
import 'zod/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-cZAStWve.js';
|
|
11
11
|
import 'zod';
|
|
12
12
|
import 'zod/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 _chunkQ2YUBJK7js = require('../chunk-Q2YUBJK7.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
var _chunkP3MQZA3Djs = require('../chunk-P3MQZA3D.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkOZI3OJL6js = require('../chunk-OZI3OJL6.js');
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkLTUONYIRjs = require('../chunk-LTUONYIR.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkXKJINYOWjs = require('../chunk-XKJINYOW.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-DOCZKEDJ.js');
|
|
38
|
-
require('../chunk-
|
|
38
|
+
require('../chunk-QJN3HYIW.js');
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
|
|
@@ -52,4 +52,4 @@ require('../chunk-GNQ6P537.js');
|
|
|
52
52
|
|
|
53
53
|
|
|
54
54
|
|
|
55
|
-
exports.addPackageDependencies =
|
|
55
|
+
exports.addPackageDependencies = _chunkLTUONYIRjs.addPackageDependencies; exports.addPackageJsonExport = _chunkLTUONYIRjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkLTUONYIRjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkLTUONYIRjs.addWorkspacePackageJsonFields; exports.copyAssets = _chunkOZI3OJL6js.copyAssets; exports.createTaskId = _chunkP3MQZA3Djs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkP3MQZA3Djs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkXKJINYOWjs.getEntryPoints; exports.getEnv = _chunkXZVL6F47js.getEnv; exports.getExternalDependencies = _chunkWNMPQTPHjs.getExternalDependencies; exports.getExtraDependencies = _chunkWNMPQTPHjs.getExtraDependencies; exports.getFileBanner = _chunkUHJ5ACWHjs.getFileBanner; exports.getInternalDependencies = _chunkWNMPQTPHjs.getInternalDependencies; exports.getOutExtension = _chunkA75DEKU5js.getOutExtension; exports.readNxConfig = _chunkQ2YUBJK7js.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-KZBHIH6L.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-TB5CG6WC.mjs";
|
|
12
12
|
import {
|
|
13
13
|
addPackageDependencies,
|
|
14
14
|
addPackageJsonExport,
|
|
15
15
|
addPackageJsonExports,
|
|
16
16
|
addWorkspacePackageJsonFields
|
|
17
|
-
} from "../chunk-
|
|
17
|
+
} from "../chunk-4WOXE5KE.mjs";
|
|
18
18
|
import {
|
|
19
19
|
getEntryPoints
|
|
20
|
-
} from "../chunk-
|
|
20
|
+
} from "../chunk-7QNSO56B.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-5M6M27NH.mjs";
|
|
38
|
-
import "../chunk-
|
|
38
|
+
import "../chunk-7JIOTQJT.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 _chunkQ2YUBJK7js = require('../chunk-Q2YUBJK7.js');
|
|
4
4
|
require('../chunk-BPRPYAQS.js');
|
|
5
5
|
require('../chunk-I2YBUOU3.js');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-QJN3HYIW.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.readNxConfig =
|
|
9
|
+
exports.readNxConfig = _chunkQ2YUBJK7js.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.77",
|
|
4
4
|
"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.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -168,5 +168,5 @@
|
|
|
168
168
|
"typescript": "^5.9.3"
|
|
169
169
|
},
|
|
170
170
|
"publishConfig": { "access": "public" },
|
|
171
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "d07f74f1d50951459260d2738dea47586e194f7f"
|
|
172
172
|
}
|