@storm-software/build-tools 0.138.4 → 0.138.6
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-NQMCGFF4.mjs → chunk-7WOTDB5Q.mjs} +26 -15
- package/dist/{chunk-ELVC2LRB.mjs → chunk-DB7ZNRK7.mjs} +1 -1
- package/dist/{chunk-ZAPXFKYH.js → chunk-EGSEQ3GU.js} +8 -8
- package/dist/{chunk-GB3YOGNY.js → chunk-F6IJ6ZDH.js} +26 -15
- package/dist/{chunk-FHPOA3EV.mjs → chunk-FW5U7EWZ.mjs} +1 -1
- package/dist/{chunk-JE2JDOPY.mjs → chunk-IXLEVTYJ.mjs} +1 -1
- package/dist/{chunk-NUZNCYWN.js → chunk-MEOUZRHF.js} +2 -2
- package/dist/{chunk-XUMVVPIR.js → chunk-MGLY7SRH.js} +5 -5
- package/dist/{chunk-XI75QFWK.js → chunk-MWCW3ZXD.js} +8 -8
- package/dist/{chunk-D5GFMWKZ.mjs → chunk-O32NMIXL.mjs} +1 -1
- package/dist/{chunk-RUYHATAR.js → chunk-RJYSEK26.js} +8 -8
- package/dist/{chunk-NOHS4IZC.mjs → chunk-WVVOMB45.mjs} +1 -1
- package/dist/{chunk-BMUAGPU5.js → chunk-XI3IAFGC.js} +53 -47
- package/dist/{chunk-BTS6RV2K.mjs → chunk-YZFCFBMW.mjs} +16 -10
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +18 -18
- package/dist/index.mjs +29 -29
- package/dist/plugins/analyze.js +3 -3
- package/dist/plugins/analyze.mjs +2 -2
- package/dist/plugins/index.js +6 -6
- package/dist/plugins/index.mjs +8 -8
- package/dist/plugins/ts-resolve.js +3 -3
- package/dist/plugins/ts-resolve.mjs +2 -2
- package/dist/{types-CoHX-Wvh.d.ts → types-ChXrBJOT.d.mts} +3 -0
- package/dist/{types-CoHX-Wvh.d.mts → types-ChXrBJOT.d.ts} +3 -0
- 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 +12 -12
- package/dist/utilities/index.mjs +14 -14
- package/dist/utilities/read-nx-config.js +3 -3
- package/dist/utilities/read-nx-config.mjs +2 -2
- package/package.json +1 -1
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
var
|
|
17
|
+
var _chunkF6IJ6ZDHjs = require('./chunk-F6IJ6ZDH.js');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
var _chunkSHUYVCIDjs = require('./chunk-SHUYVCID.js');
|
|
@@ -23,7 +23,7 @@ var _chunkSHUYVCIDjs = require('./chunk-SHUYVCID.js');
|
|
|
23
23
|
var _c12 = require('c12');
|
|
24
24
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
25
25
|
var getConfigFileByName = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (fileName, filePath, options = {}) => {
|
|
26
|
-
const workspacePath = filePath ||
|
|
26
|
+
const workspacePath = filePath || _chunkF6IJ6ZDHjs.findWorkspaceRoot.call(void 0, filePath);
|
|
27
27
|
const configs = await Promise.all([
|
|
28
28
|
_c12.loadConfig.call(void 0, {
|
|
29
29
|
cwd: workspacePath,
|
|
@@ -32,7 +32,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, a
|
|
|
32
32
|
envName: _optionalChain([fileName, 'optionalAccess', _ => _.toUpperCase, 'call', _2 => _2()]),
|
|
33
33
|
jitiOptions: {
|
|
34
34
|
debug: false,
|
|
35
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
35
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkF6IJ6ZDHjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
36
36
|
},
|
|
37
37
|
...options
|
|
38
38
|
}),
|
|
@@ -43,7 +43,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, a
|
|
|
43
43
|
envName: _optionalChain([fileName, 'optionalAccess', _3 => _3.toUpperCase, 'call', _4 => _4()]),
|
|
44
44
|
jitiOptions: {
|
|
45
45
|
debug: false,
|
|
46
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false :
|
|
46
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkF6IJ6ZDHjs.joinPaths.call(void 0, process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
47
47
|
},
|
|
48
48
|
configFile: fileName,
|
|
49
49
|
...options
|
|
@@ -52,12 +52,12 @@ var getConfigFileByName = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, a
|
|
|
52
52
|
return _defu2.default.call(void 0, _nullishCoalesce(configs[0], () => ( {})), _nullishCoalesce(configs[1], () => ( {})));
|
|
53
53
|
}, "getConfigFileByName");
|
|
54
54
|
var getConfigFile = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (filePath, additionalFileNames = []) => {
|
|
55
|
-
const workspacePath = filePath ? filePath :
|
|
56
|
-
const result = await getConfigFileByName("storm", workspacePath);
|
|
55
|
+
const workspacePath = filePath ? filePath : _chunkF6IJ6ZDHjs.findWorkspaceRoot.call(void 0, filePath);
|
|
56
|
+
const result = await getConfigFileByName("storm-workspace", workspacePath);
|
|
57
57
|
let config = result.config;
|
|
58
58
|
const configFile = result.configFile;
|
|
59
|
-
if (config && configFile && Object.keys(config).length > 0) {
|
|
60
|
-
|
|
59
|
+
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
60
|
+
_chunkF6IJ6ZDHjs.writeTrace.call(void 0, `Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`, {
|
|
61
61
|
logLevel: "all"
|
|
62
62
|
});
|
|
63
63
|
}
|
|
@@ -65,9 +65,11 @@ var getConfigFile = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (
|
|
|
65
65
|
const results = await Promise.all(additionalFileNames.map((fileName) => getConfigFileByName(fileName, workspacePath)));
|
|
66
66
|
for (const result2 of results) {
|
|
67
67
|
if (_optionalChain([result2, 'optionalAccess', _5 => _5.config]) && _optionalChain([result2, 'optionalAccess', _6 => _6.configFile]) && Object.keys(result2.config).length > 0) {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
69
|
+
_chunkF6IJ6ZDHjs.writeTrace.call(void 0, `Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`, {
|
|
70
|
+
logLevel: "all"
|
|
71
|
+
});
|
|
72
|
+
}
|
|
71
73
|
config = _defu2.default.call(void 0, _nullishCoalesce(result2.config, () => ( {})), _nullishCoalesce(config, () => ( {})));
|
|
72
74
|
}
|
|
73
75
|
}
|
|
@@ -112,15 +114,15 @@ var getConfigEnv = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, () => {
|
|
|
112
114
|
licensing: process.env[`${prefix}LICENSING`] || void 0,
|
|
113
115
|
timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
|
|
114
116
|
locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
|
|
115
|
-
configFile: process.env[`${prefix}CONFIG_FILE`] ?
|
|
116
|
-
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ?
|
|
117
|
+
configFile: process.env[`${prefix}CONFIG_FILE`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_FILE`]) : void 0,
|
|
118
|
+
workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
|
|
117
119
|
directories: {
|
|
118
|
-
cache: process.env[`${prefix}CACHE_DIR`] ?
|
|
119
|
-
data: process.env[`${prefix}DATA_DIR`] ?
|
|
120
|
-
config: process.env[`${prefix}CONFIG_DIR`] ?
|
|
121
|
-
temp: process.env[`${prefix}TEMP_DIR`] ?
|
|
122
|
-
log: process.env[`${prefix}LOG_DIR`] ?
|
|
123
|
-
build: process.env[`${prefix}BUILD_DIR`] ?
|
|
120
|
+
cache: process.env[`${prefix}CACHE_DIR`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : void 0,
|
|
121
|
+
data: process.env[`${prefix}DATA_DIR`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : void 0,
|
|
122
|
+
config: process.env[`${prefix}CONFIG_DIR`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : void 0,
|
|
123
|
+
temp: process.env[`${prefix}TEMP_DIR`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : void 0,
|
|
124
|
+
log: process.env[`${prefix}LOG_DIR`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : void 0,
|
|
125
|
+
build: process.env[`${prefix}BUILD_DIR`] ? _chunkF6IJ6ZDHjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : void 0
|
|
124
126
|
},
|
|
125
127
|
skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
|
|
126
128
|
env: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}ENV`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
|
|
@@ -143,23 +145,24 @@ var getConfigEnv = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, () => {
|
|
|
143
145
|
cyclone: process.env[`${prefix}REGISTRY_CYCLONE`] || void 0,
|
|
144
146
|
container: process.env[`${prefix}REGISTRY_CONTAINER`] || void 0
|
|
145
147
|
},
|
|
146
|
-
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(Number.parseInt(process.env[`${prefix}LOG_LEVEL`])) ?
|
|
148
|
+
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(Number.parseInt(process.env[`${prefix}LOG_LEVEL`])) ? _chunkF6IJ6ZDHjs.getLogLevelLabel.call(void 0, Number.parseInt(process.env[`${prefix}LOG_LEVEL`])) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
149
|
+
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
147
150
|
};
|
|
148
|
-
const themeNames = Object.keys(process.env).filter((envKey) => envKey.startsWith(`${prefix}COLOR_`) &&
|
|
151
|
+
const themeNames = Object.keys(process.env).filter((envKey) => envKey.startsWith(`${prefix}COLOR_`) && _chunkF6IJ6ZDHjs.COLOR_KEYS.every((colorKey) => !envKey.startsWith(`${prefix}COLOR_LIGHT_${colorKey}`) && !envKey.startsWith(`${prefix}COLOR_DARK_${colorKey}`)));
|
|
149
152
|
config.colors = themeNames.length > 0 ? themeNames.reduce((ret, themeName) => {
|
|
150
153
|
ret[themeName] = getThemeColorConfigEnv(prefix, themeName);
|
|
151
154
|
return ret;
|
|
152
155
|
}, {}) : getThemeColorConfigEnv(prefix);
|
|
153
|
-
if (config.docs ===
|
|
154
|
-
if (config.homepage ===
|
|
155
|
-
config.docs = `${
|
|
156
|
+
if (config.docs === _chunkF6IJ6ZDHjs.STORM_DEFAULT_DOCS) {
|
|
157
|
+
if (config.homepage === _chunkF6IJ6ZDHjs.STORM_DEFAULT_HOMEPAGE) {
|
|
158
|
+
config.docs = `${_chunkF6IJ6ZDHjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/docs`;
|
|
156
159
|
} else {
|
|
157
160
|
config.docs = `${config.homepage}/docs`;
|
|
158
161
|
}
|
|
159
162
|
}
|
|
160
|
-
if (config.licensing ===
|
|
161
|
-
if (config.homepage ===
|
|
162
|
-
config.licensing = `${
|
|
163
|
+
if (config.licensing === _chunkF6IJ6ZDHjs.STORM_DEFAULT_LICENSING) {
|
|
164
|
+
if (config.homepage === _chunkF6IJ6ZDHjs.STORM_DEFAULT_HOMEPAGE) {
|
|
165
|
+
config.licensing = `${_chunkF6IJ6ZDHjs.STORM_DEFAULT_HOMEPAGE}/projects/${config.name}/licensing`;
|
|
163
166
|
} else {
|
|
164
167
|
config.licensing = `${config.homepage}/docs`;
|
|
165
168
|
}
|
|
@@ -297,31 +300,31 @@ var setConfigEnv = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, (config)
|
|
|
297
300
|
process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
|
|
298
301
|
}
|
|
299
302
|
if (config.configFile) {
|
|
300
|
-
process.env[`${prefix}CONFIG_FILE`] =
|
|
303
|
+
process.env[`${prefix}CONFIG_FILE`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.configFile);
|
|
301
304
|
}
|
|
302
305
|
if (config.workspaceRoot) {
|
|
303
|
-
process.env[`${prefix}WORKSPACE_ROOT`] =
|
|
304
|
-
process.env.NX_WORKSPACE_ROOT =
|
|
305
|
-
process.env.NX_WORKSPACE_ROOT_PATH =
|
|
306
|
+
process.env[`${prefix}WORKSPACE_ROOT`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
307
|
+
process.env.NX_WORKSPACE_ROOT = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
308
|
+
process.env.NX_WORKSPACE_ROOT_PATH = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.workspaceRoot);
|
|
306
309
|
}
|
|
307
310
|
if (config.directories) {
|
|
308
311
|
if (!config.skipCache && config.directories.cache) {
|
|
309
|
-
process.env[`${prefix}CACHE_DIR`] =
|
|
312
|
+
process.env[`${prefix}CACHE_DIR`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.directories.cache);
|
|
310
313
|
}
|
|
311
314
|
if (config.directories.data) {
|
|
312
|
-
process.env[`${prefix}DATA_DIR`] =
|
|
315
|
+
process.env[`${prefix}DATA_DIR`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.directories.data);
|
|
313
316
|
}
|
|
314
317
|
if (config.directories.config) {
|
|
315
|
-
process.env[`${prefix}CONFIG_DIR`] =
|
|
318
|
+
process.env[`${prefix}CONFIG_DIR`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.directories.config);
|
|
316
319
|
}
|
|
317
320
|
if (config.directories.temp) {
|
|
318
|
-
process.env[`${prefix}TEMP_DIR`] =
|
|
321
|
+
process.env[`${prefix}TEMP_DIR`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.directories.temp);
|
|
319
322
|
}
|
|
320
323
|
if (config.directories.log) {
|
|
321
|
-
process.env[`${prefix}LOG_DIR`] =
|
|
324
|
+
process.env[`${prefix}LOG_DIR`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.directories.log);
|
|
322
325
|
}
|
|
323
326
|
if (config.directories.build) {
|
|
324
|
-
process.env[`${prefix}BUILD_DIR`] =
|
|
327
|
+
process.env[`${prefix}BUILD_DIR`] = _chunkF6IJ6ZDHjs.correctPaths.call(void 0, config.directories.build);
|
|
325
328
|
}
|
|
326
329
|
}
|
|
327
330
|
if (config.skipCache !== void 0) {
|
|
@@ -375,8 +378,11 @@ var setConfigEnv = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, (config)
|
|
|
375
378
|
if (config.logLevel) {
|
|
376
379
|
process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
|
|
377
380
|
process.env.LOG_LEVEL = String(config.logLevel);
|
|
378
|
-
process.env.NX_VERBOSE_LOGGING = String(
|
|
379
|
-
process.env.RUST_BACKTRACE =
|
|
381
|
+
process.env.NX_VERBOSE_LOGGING = String(_chunkF6IJ6ZDHjs.getLogLevel.call(void 0, config.logLevel) >= _chunkF6IJ6ZDHjs.LogLevel.DEBUG ? true : false);
|
|
382
|
+
process.env.RUST_BACKTRACE = _chunkF6IJ6ZDHjs.getLogLevel.call(void 0, config.logLevel) >= _chunkF6IJ6ZDHjs.LogLevel.DEBUG ? "full" : "none";
|
|
383
|
+
}
|
|
384
|
+
if (config.skipConfigLogging !== void 0) {
|
|
385
|
+
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(config.skipConfigLogging);
|
|
380
386
|
}
|
|
381
387
|
process.env[`${prefix}CONFIG`] = JSON.stringify(config);
|
|
382
388
|
for (const key of Object.keys(_nullishCoalesce(config.extensions, () => ( {})))) {
|
|
@@ -489,17 +495,17 @@ var createStormConfig = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, asy
|
|
|
489
495
|
if (!_optionalChain([_static_cache, 'optionalAccess', _29 => _29.data]) || !_optionalChain([_static_cache, 'optionalAccess', _30 => _30.timestamp]) || _static_cache.timestamp < Date.now() - 8e3) {
|
|
490
496
|
let _workspaceRoot = workspaceRoot;
|
|
491
497
|
if (!_workspaceRoot) {
|
|
492
|
-
_workspaceRoot =
|
|
498
|
+
_workspaceRoot = _chunkF6IJ6ZDHjs.findWorkspaceRoot.call(void 0, );
|
|
493
499
|
}
|
|
494
500
|
const configEnv = getConfigEnv();
|
|
495
|
-
const defaultConfig = await
|
|
501
|
+
const defaultConfig = await _chunkF6IJ6ZDHjs.getDefaultConfig.call(void 0, _workspaceRoot);
|
|
496
502
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
497
503
|
if (!configFile && !skipLogs) {
|
|
498
|
-
|
|
504
|
+
_chunkF6IJ6ZDHjs.writeWarning.call(void 0, "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", {
|
|
499
505
|
logLevel: "all"
|
|
500
506
|
});
|
|
501
507
|
}
|
|
502
|
-
result = await
|
|
508
|
+
result = await _chunkF6IJ6ZDHjs.StormConfigSchema.parseAsync(_defu2.default.call(void 0, configEnv, configFile, defaultConfig));
|
|
503
509
|
result.workspaceRoot ??= _workspaceRoot;
|
|
504
510
|
} else {
|
|
505
511
|
result = _static_cache.data;
|
|
@@ -533,9 +539,9 @@ var createConfigExtension = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0,
|
|
|
533
539
|
var loadStormConfig = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (workspaceRoot, skipLogs = false) => {
|
|
534
540
|
const config = await createStormConfig(void 0, void 0, workspaceRoot, skipLogs);
|
|
535
541
|
setConfigEnv(config);
|
|
536
|
-
if (!skipLogs) {
|
|
537
|
-
|
|
538
|
-
${
|
|
542
|
+
if (!skipLogs && !config.skipConfigLogging) {
|
|
543
|
+
_chunkF6IJ6ZDHjs.writeTrace.call(void 0, `\u2699\uFE0F Using Storm Workspace configuration:
|
|
544
|
+
${_chunkF6IJ6ZDHjs.formatLogMessage.call(void 0, config)}`, config);
|
|
539
545
|
}
|
|
540
546
|
return config;
|
|
541
547
|
}, "loadStormConfig");
|
|
@@ -554,7 +560,7 @@ var readNxConfig = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (w
|
|
|
554
560
|
const config = await getConfig();
|
|
555
561
|
rootDir = config.workspaceRoot;
|
|
556
562
|
}
|
|
557
|
-
const nxJsonPath =
|
|
563
|
+
const nxJsonPath = _chunkF6IJ6ZDHjs.joinPaths.call(void 0, rootDir, "nx.json");
|
|
558
564
|
if (!_fs.existsSync.call(void 0, nxJsonPath)) {
|
|
559
565
|
throw new Error("Cannot find project.json configuration");
|
|
560
566
|
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
joinPaths,
|
|
15
15
|
writeTrace,
|
|
16
16
|
writeWarning
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-7WOTDB5Q.mjs";
|
|
18
18
|
import {
|
|
19
19
|
__name
|
|
20
20
|
} from "./chunk-O6YSETKJ.mjs";
|
|
@@ -53,10 +53,10 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
53
53
|
}, "getConfigFileByName");
|
|
54
54
|
var getConfigFile = /* @__PURE__ */ __name(async (filePath, additionalFileNames = []) => {
|
|
55
55
|
const workspacePath = filePath ? filePath : findWorkspaceRoot(filePath);
|
|
56
|
-
const result = await getConfigFileByName("storm", workspacePath);
|
|
56
|
+
const result = await getConfigFileByName("storm-workspace", workspacePath);
|
|
57
57
|
let config = result.config;
|
|
58
58
|
const configFile = result.configFile;
|
|
59
|
-
if (config && configFile && Object.keys(config).length > 0) {
|
|
59
|
+
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
60
60
|
writeTrace(`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`, {
|
|
61
61
|
logLevel: "all"
|
|
62
62
|
});
|
|
@@ -65,9 +65,11 @@ var getConfigFile = /* @__PURE__ */ __name(async (filePath, additionalFileNames
|
|
|
65
65
|
const results = await Promise.all(additionalFileNames.map((fileName) => getConfigFileByName(fileName, workspacePath)));
|
|
66
66
|
for (const result2 of results) {
|
|
67
67
|
if (result2?.config && result2?.configFile && Object.keys(result2.config).length > 0) {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
68
|
+
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
69
|
+
writeTrace(`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`, {
|
|
70
|
+
logLevel: "all"
|
|
71
|
+
});
|
|
72
|
+
}
|
|
71
73
|
config = defu(result2.config ?? {}, config ?? {});
|
|
72
74
|
}
|
|
73
75
|
}
|
|
@@ -143,7 +145,8 @@ var getConfigEnv = /* @__PURE__ */ __name(() => {
|
|
|
143
145
|
cyclone: process.env[`${prefix}REGISTRY_CYCLONE`] || void 0,
|
|
144
146
|
container: process.env[`${prefix}REGISTRY_CONTAINER`] || void 0
|
|
145
147
|
},
|
|
146
|
-
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(Number.parseInt(process.env[`${prefix}LOG_LEVEL`])) ? getLogLevelLabel(Number.parseInt(process.env[`${prefix}LOG_LEVEL`])) : process.env[`${prefix}LOG_LEVEL`] : void 0
|
|
148
|
+
logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(Number.parseInt(process.env[`${prefix}LOG_LEVEL`])) ? getLogLevelLabel(Number.parseInt(process.env[`${prefix}LOG_LEVEL`])) : process.env[`${prefix}LOG_LEVEL`] : void 0,
|
|
149
|
+
skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
|
|
147
150
|
};
|
|
148
151
|
const themeNames = Object.keys(process.env).filter((envKey) => envKey.startsWith(`${prefix}COLOR_`) && COLOR_KEYS.every((colorKey) => !envKey.startsWith(`${prefix}COLOR_LIGHT_${colorKey}`) && !envKey.startsWith(`${prefix}COLOR_DARK_${colorKey}`)));
|
|
149
152
|
config.colors = themeNames.length > 0 ? themeNames.reduce((ret, themeName) => {
|
|
@@ -378,6 +381,9 @@ var setConfigEnv = /* @__PURE__ */ __name((config) => {
|
|
|
378
381
|
process.env.NX_VERBOSE_LOGGING = String(getLogLevel(config.logLevel) >= LogLevel.DEBUG ? true : false);
|
|
379
382
|
process.env.RUST_BACKTRACE = getLogLevel(config.logLevel) >= LogLevel.DEBUG ? "full" : "none";
|
|
380
383
|
}
|
|
384
|
+
if (config.skipConfigLogging !== void 0) {
|
|
385
|
+
process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(config.skipConfigLogging);
|
|
386
|
+
}
|
|
381
387
|
process.env[`${prefix}CONFIG`] = JSON.stringify(config);
|
|
382
388
|
for (const key of Object.keys(config.extensions ?? {})) {
|
|
383
389
|
config.extensions[key] && Object.keys(config.extensions[key]) && setExtensionEnv(key, config.extensions[key]);
|
|
@@ -495,7 +501,7 @@ var createStormConfig = /* @__PURE__ */ __name(async (extensionName, schema, wor
|
|
|
495
501
|
const defaultConfig = await getDefaultConfig(_workspaceRoot);
|
|
496
502
|
const configFile = await getConfigFile(_workspaceRoot);
|
|
497
503
|
if (!configFile && !skipLogs) {
|
|
498
|
-
writeWarning("No Storm
|
|
504
|
+
writeWarning("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", {
|
|
499
505
|
logLevel: "all"
|
|
500
506
|
});
|
|
501
507
|
}
|
|
@@ -533,8 +539,8 @@ var createConfigExtension = /* @__PURE__ */ __name((extensionName, schema) => {
|
|
|
533
539
|
var loadStormConfig = /* @__PURE__ */ __name(async (workspaceRoot, skipLogs = false) => {
|
|
534
540
|
const config = await createStormConfig(void 0, void 0, workspaceRoot, skipLogs);
|
|
535
541
|
setConfigEnv(config);
|
|
536
|
-
if (!skipLogs) {
|
|
537
|
-
writeTrace(`\u2699\uFE0F Using Storm configuration:
|
|
542
|
+
if (!skipLogs && !config.skipConfigLogging) {
|
|
543
|
+
writeTrace(`\u2699\uFE0F Using Storm Workspace configuration:
|
|
538
544
|
${formatLogMessage(config)}`, config);
|
|
539
545
|
}
|
|
540
546
|
return config;
|
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-ChXrBJOT.mjs';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import '@nx/devkit';
|
|
20
20
|
import '@nx/js/src/utils/buildable-libs-utils';
|
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-ChXrBJOT.js';
|
|
18
18
|
import 'zod';
|
|
19
19
|
import '@nx/devkit';
|
|
20
20
|
import '@nx/js/src/utils/buildable-libs-utils';
|
package/dist/index.js
CHANGED
|
@@ -1,59 +1,59 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-65HIHTHN.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkTWCCJQYFjs = require('./chunk-TWCCJQYF.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var _chunkJP4YIUPAjs = require('./chunk-JP4YIUPA.js');
|
|
9
8
|
|
|
9
|
+
var _chunkVSAQXEXDjs = require('./chunk-VSAQXEXD.js');
|
|
10
10
|
|
|
11
|
-
var _chunkZAPXFKYHjs = require('./chunk-ZAPXFKYH.js');
|
|
12
11
|
|
|
12
|
+
var _chunkXI3IAFGCjs = require('./chunk-XI3IAFGC.js');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
var _chunkJP4YIUPAjs = require('./chunk-JP4YIUPA.js');
|
|
17
|
+
require('./chunk-WPFIBCZT.js');
|
|
16
18
|
|
|
17
|
-
var _chunkRUYHATARjs = require('./chunk-RUYHATAR.js');
|
|
18
19
|
|
|
20
|
+
var _chunkMWCW3ZXDjs = require('./chunk-MWCW3ZXD.js');
|
|
19
21
|
|
|
20
|
-
var _chunkXUMVVPIRjs = require('./chunk-XUMVVPIR.js');
|
|
21
22
|
|
|
23
|
+
var _chunkY3HRAWPUjs = require('./chunk-Y3HRAWPU.js');
|
|
22
24
|
|
|
23
|
-
var _chunkIZKGYT3Djs = require('./chunk-IZKGYT3D.js');
|
|
24
25
|
|
|
26
|
+
var _chunkMEOUZRHFjs = require('./chunk-MEOUZRHF.js');
|
|
25
27
|
|
|
26
|
-
var _chunkPBTSVWXLjs = require('./chunk-PBTSVWXL.js');
|
|
27
28
|
|
|
29
|
+
var _chunk2TV7ZJSKjs = require('./chunk-2TV7ZJSK.js');
|
|
30
|
+
require('./chunk-GGNOJ77I.js');
|
|
28
31
|
|
|
29
|
-
var _chunkTWCCJQYFjs = require('./chunk-TWCCJQYF.js');
|
|
30
32
|
|
|
33
|
+
var _chunkEGSEQ3GUjs = require('./chunk-EGSEQ3GU.js');
|
|
31
34
|
|
|
32
35
|
|
|
33
36
|
|
|
34
|
-
var _chunkVSAQXEXDjs = require('./chunk-VSAQXEXD.js');
|
|
35
37
|
|
|
36
38
|
|
|
39
|
+
var _chunkRJYSEK26js = require('./chunk-RJYSEK26.js');
|
|
37
40
|
|
|
38
41
|
|
|
42
|
+
var _chunkMGLY7SRHjs = require('./chunk-MGLY7SRH.js');
|
|
43
|
+
require('./chunk-F6IJ6ZDH.js');
|
|
39
44
|
|
|
40
45
|
|
|
41
|
-
var
|
|
42
|
-
require('./chunk-GGNOJ77I.js');
|
|
43
|
-
require('./chunk-WPFIBCZT.js');
|
|
46
|
+
var _chunkIZKGYT3Djs = require('./chunk-IZKGYT3D.js');
|
|
44
47
|
|
|
45
48
|
|
|
46
|
-
var _chunkNUZNCYWNjs = require('./chunk-NUZNCYWN.js');
|
|
47
49
|
|
|
48
50
|
|
|
49
|
-
var _chunk2TV7ZJSKjs = require('./chunk-2TV7ZJSK.js');
|
|
50
51
|
|
|
51
52
|
|
|
52
|
-
var
|
|
53
|
-
require('./chunk-GB3YOGNY.js');
|
|
53
|
+
var _chunk2KEW5JJ7js = require('./chunk-2KEW5JJ7.js');
|
|
54
54
|
|
|
55
55
|
|
|
56
|
-
var
|
|
56
|
+
var _chunkPBTSVWXLjs = require('./chunk-PBTSVWXL.js');
|
|
57
57
|
require('./chunk-SHUYVCID.js');
|
|
58
58
|
|
|
59
59
|
|
|
@@ -80,4 +80,4 @@ require('./chunk-SHUYVCID.js');
|
|
|
80
80
|
|
|
81
81
|
|
|
82
82
|
|
|
83
|
-
exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies =
|
|
83
|
+
exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunkRJYSEK26js.addPackageDependencies; exports.addPackageJsonExport = _chunkRJYSEK26js.addPackageJsonExport; exports.addPackageJsonExports = _chunkRJYSEK26js.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkRJYSEK26js.addWorkspacePackageJsonFields; exports.analyze = _chunkMEOUZRHFjs.analyze; exports.copyAssets = _chunkEGSEQ3GUjs.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkMGLY7SRHjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkXI3IAFGCjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkMWCW3ZXDjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
|
package/dist/index.mjs
CHANGED
|
@@ -1,37 +1,49 @@
|
|
|
1
1
|
import "./chunk-KVP3YMX6.mjs";
|
|
2
|
+
import {
|
|
3
|
+
getOutExtension
|
|
4
|
+
} from "./chunk-IF25LEHS.mjs";
|
|
5
|
+
import {
|
|
6
|
+
getExternalDependencies,
|
|
7
|
+
getExtraDependencies,
|
|
8
|
+
getInternalDependencies
|
|
9
|
+
} from "./chunk-ZW5JWBA4.mjs";
|
|
2
10
|
import {
|
|
3
11
|
readNxConfig
|
|
4
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-YZFCFBMW.mjs";
|
|
5
13
|
import {
|
|
6
14
|
createTaskId,
|
|
7
15
|
getAllWorkspaceTaskGraphs
|
|
8
16
|
} from "./chunk-67VZRCF5.mjs";
|
|
17
|
+
import "./chunk-UN3B7LBV.mjs";
|
|
18
|
+
import {
|
|
19
|
+
tsResolvePlugin
|
|
20
|
+
} from "./chunk-O32NMIXL.mjs";
|
|
21
|
+
import {
|
|
22
|
+
typeDefinitions
|
|
23
|
+
} from "./chunk-VQUREEMI.mjs";
|
|
24
|
+
import {
|
|
25
|
+
analyze
|
|
26
|
+
} from "./chunk-IXLEVTYJ.mjs";
|
|
27
|
+
import {
|
|
28
|
+
swc
|
|
29
|
+
} from "./chunk-LCPSDCDB.mjs";
|
|
30
|
+
import "./chunk-WAXGOBY2.mjs";
|
|
9
31
|
import {
|
|
10
32
|
copyAssets
|
|
11
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-DB7ZNRK7.mjs";
|
|
12
34
|
import {
|
|
13
35
|
addPackageDependencies,
|
|
14
36
|
addPackageJsonExport,
|
|
15
37
|
addPackageJsonExports,
|
|
16
38
|
addWorkspacePackageJsonFields
|
|
17
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-WVVOMB45.mjs";
|
|
18
40
|
import {
|
|
19
41
|
getEntryPoints
|
|
20
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-FW5U7EWZ.mjs";
|
|
43
|
+
import "./chunk-7WOTDB5Q.mjs";
|
|
21
44
|
import {
|
|
22
45
|
getEnv
|
|
23
46
|
} from "./chunk-ZLC5KVQE.mjs";
|
|
24
|
-
import {
|
|
25
|
-
getFileBanner
|
|
26
|
-
} from "./chunk-CNURHK3D.mjs";
|
|
27
|
-
import {
|
|
28
|
-
getOutExtension
|
|
29
|
-
} from "./chunk-IF25LEHS.mjs";
|
|
30
|
-
import {
|
|
31
|
-
getExternalDependencies,
|
|
32
|
-
getExtraDependencies,
|
|
33
|
-
getInternalDependencies
|
|
34
|
-
} from "./chunk-ZW5JWBA4.mjs";
|
|
35
47
|
import {
|
|
36
48
|
DEFAULT_COMPILED_BANNER,
|
|
37
49
|
DEFAULT_ENVIRONMENT,
|
|
@@ -39,21 +51,9 @@ import {
|
|
|
39
51
|
DEFAULT_PLATFORM,
|
|
40
52
|
DEFAULT_TARGET
|
|
41
53
|
} from "./chunk-YGULBW26.mjs";
|
|
42
|
-
import "./chunk-WAXGOBY2.mjs";
|
|
43
|
-
import "./chunk-UN3B7LBV.mjs";
|
|
44
54
|
import {
|
|
45
|
-
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import {
|
|
48
|
-
swc
|
|
49
|
-
} from "./chunk-LCPSDCDB.mjs";
|
|
50
|
-
import {
|
|
51
|
-
tsResolvePlugin
|
|
52
|
-
} from "./chunk-D5GFMWKZ.mjs";
|
|
53
|
-
import "./chunk-NQMCGFF4.mjs";
|
|
54
|
-
import {
|
|
55
|
-
typeDefinitions
|
|
56
|
-
} from "./chunk-VQUREEMI.mjs";
|
|
55
|
+
getFileBanner
|
|
56
|
+
} from "./chunk-CNURHK3D.mjs";
|
|
57
57
|
import "./chunk-O6YSETKJ.mjs";
|
|
58
58
|
export {
|
|
59
59
|
DEFAULT_COMPILED_BANNER,
|
package/dist/plugins/analyze.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkMEOUZRHFjs = require('../chunk-MEOUZRHF.js');
|
|
4
|
+
require('../chunk-F6IJ6ZDH.js');
|
|
5
5
|
require('../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.analyze =
|
|
8
|
+
exports.analyze = _chunkMEOUZRHFjs.analyze;
|
package/dist/plugins/analyze.mjs
CHANGED
package/dist/plugins/index.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-WPFIBCZT.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkMWCW3ZXDjs = require('../chunk-MWCW3ZXD.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
7
|
+
var _chunkY3HRAWPUjs = require('../chunk-Y3HRAWPU.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
11
|
-
require('../chunk-GB3YOGNY.js');
|
|
10
|
+
var _chunkMEOUZRHFjs = require('../chunk-MEOUZRHF.js');
|
|
12
11
|
|
|
13
12
|
|
|
14
|
-
var
|
|
13
|
+
var _chunk2TV7ZJSKjs = require('../chunk-2TV7ZJSK.js');
|
|
14
|
+
require('../chunk-F6IJ6ZDH.js');
|
|
15
15
|
require('../chunk-SHUYVCID.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
exports.analyze =
|
|
21
|
+
exports.analyze = _chunkMEOUZRHFjs.analyze; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunkMWCW3ZXDjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
|
package/dist/plugins/index.mjs
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import "../chunk-UN3B7LBV.mjs";
|
|
2
|
-
import {
|
|
3
|
-
analyze
|
|
4
|
-
} from "../chunk-JE2JDOPY.mjs";
|
|
5
|
-
import {
|
|
6
|
-
swc
|
|
7
|
-
} from "../chunk-LCPSDCDB.mjs";
|
|
8
2
|
import {
|
|
9
3
|
tsResolvePlugin
|
|
10
|
-
} from "../chunk-
|
|
11
|
-
import "../chunk-NQMCGFF4.mjs";
|
|
4
|
+
} from "../chunk-O32NMIXL.mjs";
|
|
12
5
|
import {
|
|
13
6
|
typeDefinitions
|
|
14
7
|
} from "../chunk-VQUREEMI.mjs";
|
|
8
|
+
import {
|
|
9
|
+
analyze
|
|
10
|
+
} from "../chunk-IXLEVTYJ.mjs";
|
|
11
|
+
import {
|
|
12
|
+
swc
|
|
13
|
+
} from "../chunk-LCPSDCDB.mjs";
|
|
14
|
+
import "../chunk-7WOTDB5Q.mjs";
|
|
15
15
|
import "../chunk-O6YSETKJ.mjs";
|
|
16
16
|
export {
|
|
17
17
|
analyze,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../chunk-
|
|
3
|
+
var _chunkMWCW3ZXDjs = require('../chunk-MWCW3ZXD.js');
|
|
4
|
+
require('../chunk-F6IJ6ZDH.js');
|
|
5
5
|
require('../chunk-SHUYVCID.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.tsResolvePlugin =
|
|
8
|
+
exports.tsResolvePlugin = _chunkMWCW3ZXDjs.tsResolvePlugin;
|
|
@@ -57,6 +57,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
57
57
|
timezone: z.ZodDefault<z.ZodString>;
|
|
58
58
|
locale: z.ZodDefault<z.ZodString>;
|
|
59
59
|
logLevel: z.ZodDefault<z.ZodEnum<["silent", "fatal", "error", "warn", "success", "info", "debug", "trace", "all"]>>;
|
|
60
|
+
skipConfigLogging: z.ZodOptional<z.ZodBoolean>;
|
|
60
61
|
registry: z.ZodDefault<z.ZodObject<{
|
|
61
62
|
github: z.ZodOptional<z.ZodString>;
|
|
62
63
|
npm: z.ZodOptional<z.ZodString>;
|
|
@@ -983,6 +984,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
983
984
|
namespace?: string | undefined;
|
|
984
985
|
repository?: string | undefined;
|
|
985
986
|
preid?: string | undefined;
|
|
987
|
+
skipConfigLogging?: boolean | undefined;
|
|
986
988
|
}, {
|
|
987
989
|
bot: {
|
|
988
990
|
name?: string | undefined;
|
|
@@ -1164,6 +1166,7 @@ declare const StormConfigSchema: z.ZodObject<{
|
|
|
1164
1166
|
timezone?: string | undefined;
|
|
1165
1167
|
locale?: string | undefined;
|
|
1166
1168
|
logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
|
|
1169
|
+
skipConfigLogging?: boolean | undefined;
|
|
1167
1170
|
registry?: {
|
|
1168
1171
|
github?: string | undefined;
|
|
1169
1172
|
npm?: string | undefined;
|