@storm-software/config-tools 1.133.4 → 1.135.0

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.
@@ -19,7 +19,8 @@ var CONSOLE_ICONS = {
19
19
  [_chunkOQLT27Y3js.LogLevelLabel.INFO]: useIcon("\u2139", "i"),
20
20
  [_chunkOQLT27Y3js.LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
21
21
  [_chunkOQLT27Y3js.LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
22
- [_chunkOQLT27Y3js.LogLevelLabel.TRACE]: useIcon("\u2709", "\u2192")
22
+ [_chunkOQLT27Y3js.LogLevelLabel.TRACE]: useIcon("\u{1F6E0}", "T"),
23
+ [_chunkOQLT27Y3js.LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
23
24
  };
24
25
 
25
26
 
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } 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 _chunkBQWJSIGFjs = require('./chunk-BQWJSIGF.js');
3
+ var _chunkTOFECHBMjs = require('./chunk-TOFECHBM.js');
4
4
 
5
5
 
6
6
  var _chunkT7WO327Sjs = require('./chunk-T7WO327S.js');
@@ -516,7 +516,7 @@ var getConfigFile = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, async (
516
516
  let config = result.config;
517
517
  const configFile = result.configFile;
518
518
  if (config && configFile && Object.keys(config).length > 0) {
519
- _chunkBQWJSIGFjs.writeSystem.call(void 0, `Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`, {
519
+ _chunkTOFECHBMjs.writeSystem.call(void 0, `Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`, {
520
520
  logLevel: "all"
521
521
  });
522
522
  }
@@ -524,7 +524,7 @@ var getConfigFile = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, async (
524
524
  const results = await Promise.all(additionalFileNames.map((fileName) => getConfigFileByName(fileName, workspacePath)));
525
525
  for (const result2 of results) {
526
526
  if (_optionalChain([result2, 'optionalAccess', _13 => _13.config]) && _optionalChain([result2, 'optionalAccess', _14 => _14.configFile]) && Object.keys(result2.config).length > 0) {
527
- _chunkBQWJSIGFjs.writeSystem.call(void 0, `Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`, {
527
+ _chunkTOFECHBMjs.writeSystem.call(void 0, `Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`, {
528
528
  logLevel: "all"
529
529
  });
530
530
  config = defu(_nullishCoalesce(result2.config, () => ( {})), _nullishCoalesce(config, () => ( {})));
@@ -19,7 +19,8 @@ var CONSOLE_ICONS = {
19
19
  [LogLevelLabel.INFO]: useIcon("\u2139", "i"),
20
20
  [LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
21
21
  [LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
22
- [LogLevelLabel.TRACE]: useIcon("\u2709", "\u2192")
22
+ [LogLevelLabel.TRACE]: useIcon("\u{1F6E0}", "T"),
23
+ [LogLevelLabel.ALL]: useIcon("\u2709", "\u2192")
23
24
  };
24
25
 
25
26
  export {
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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
3
 
4
- var _chunkLNLZS4DWjs = require('./chunk-LNLZS4DW.js');
4
+ var _chunk6YGTRWBLjs = require('./chunk-6YGTRWBL.js');
5
5
 
6
6
 
7
7
 
8
8
 
9
- var _chunkBQWJSIGFjs = require('./chunk-BQWJSIGF.js');
9
+ var _chunkTOFECHBMjs = require('./chunk-TOFECHBM.js');
10
10
 
11
11
 
12
12
  var _chunkUNJVNXY7js = require('./chunk-UNJVNXY7.js');
@@ -40,7 +40,7 @@ var createStormConfig = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (ex
40
40
  if (!_optionalChain([_static_cache, 'optionalAccess', _ => _.data]) || !_optionalChain([_static_cache, 'optionalAccess', _2 => _2.timestamp]) || _static_cache.timestamp < Date.now() - 3e4) {
41
41
  const config = _chunkAYVEVLX7js.getConfigEnv.call(void 0, );
42
42
  const defaultConfig = _chunkUNJVNXY7js.getDefaultConfig.call(void 0, workspaceRoot);
43
- result = _chunk7LUIP6PQjs.StormConfigSchema.parse(_chunkLNLZS4DWjs.defu.call(void 0, config, defaultConfig));
43
+ result = _chunk7LUIP6PQjs.StormConfigSchema.parse(_chunk6YGTRWBLjs.defu.call(void 0, config, defaultConfig));
44
44
  result.workspaceRoot ??= defaultConfig.workspaceRoot || _chunkT7WO327Sjs.findWorkspaceRoot.call(void 0, workspaceRoot);
45
45
  } else {
46
46
  result = _static_cache.data;
@@ -74,23 +74,23 @@ var createConfigExtension = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0,
74
74
  var loadStormConfig = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, async (workspaceRoot) => {
75
75
  let config = {};
76
76
  if (_optionalChain([_static_cache, 'optionalAccess', _3 => _3.data]) && _optionalChain([_static_cache, 'optionalAccess', _4 => _4.timestamp]) && _static_cache.timestamp >= Date.now() + 3e4) {
77
- _chunkBQWJSIGFjs.writeTrace.call(void 0, `Configuration cache hit - ${_static_cache.timestamp}`, _static_cache.data);
77
+ _chunkTOFECHBMjs.writeTrace.call(void 0, `Configuration cache hit - ${_static_cache.timestamp}`, _static_cache.data);
78
78
  return _static_cache.data;
79
79
  }
80
80
  let _workspaceRoot = workspaceRoot;
81
81
  if (!_workspaceRoot) {
82
82
  _workspaceRoot = _chunkT7WO327Sjs.findWorkspaceRoot.call(void 0, );
83
83
  }
84
- const configFile = await _chunkLNLZS4DWjs.getConfigFile.call(void 0, _workspaceRoot);
84
+ const configFile = await _chunk6YGTRWBLjs.getConfigFile.call(void 0, _workspaceRoot);
85
85
  if (!configFile) {
86
- _chunkBQWJSIGFjs.writeWarning.call(void 0, "No Storm config file found in the current workspace. Please ensure this is the expected behavior - you can add a `storm.json` file to the root of your workspace if it is not.\n", {
86
+ _chunkTOFECHBMjs.writeWarning.call(void 0, "No Storm config file found in the current workspace. Please ensure this is the expected behavior - you can add a `storm.json` file to the root of your workspace if it is not.\n", {
87
87
  logLevel: "all"
88
88
  });
89
89
  }
90
- config = _chunkLNLZS4DWjs.defu.call(void 0, _chunkAYVEVLX7js.getConfigEnv.call(void 0, ), configFile, _chunkUNJVNXY7js.getDefaultConfig.call(void 0, _workspaceRoot));
90
+ config = _chunk6YGTRWBLjs.defu.call(void 0, _chunkAYVEVLX7js.getConfigEnv.call(void 0, ), configFile, _chunkUNJVNXY7js.getDefaultConfig.call(void 0, _workspaceRoot));
91
91
  _chunkCO2NVYPRjs.setConfigEnv.call(void 0, config);
92
- _chunkBQWJSIGFjs.writeTrace.call(void 0, `\u2699\uFE0F Using Storm configuration:
93
- ${_chunkBQWJSIGFjs.formatLogMessage.call(void 0, config)}`, config);
92
+ _chunkTOFECHBMjs.writeTrace.call(void 0, `\u2699\uFE0F Using Storm configuration:
93
+ ${_chunkTOFECHBMjs.formatLogMessage.call(void 0, config)}`, config);
94
94
  return config;
95
95
  }, "loadStormConfig");
96
96
 
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-VGI5MGGT.mjs";
7
7
  import {
8
8
  CONSOLE_ICONS
9
- } from "./chunk-HQDBPM6Q.mjs";
9
+ } from "./chunk-72XOK5QO.mjs";
10
10
  import {
11
11
  formatTimestamp
12
12
  } from "./chunk-DKTC7KUS.mjs";
@@ -35,48 +35,48 @@ var getLogFn = /* @__PURE__ */ __name((logLevel = LogLevel.INFO, config = {}) =>
35
35
  if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel || typeof logLevel === "string" && LogLevel.FATAL >= getLogLevel(logLevel)) {
36
36
  return (message) => {
37
37
  console.error(`
38
- ${_chalk.gray(formatTimestamp())} ${_chalk.bold.hex(colors.fatal ?? "#7d1a1a")(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.hex(colors.fatal ?? "#7d1a1a")(formatLogMessage(message))}
38
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.fatal ?? "#7d1a1a")(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
39
39
  `);
40
40
  };
41
41
  }
42
42
  if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel || typeof logLevel === "string" && LogLevel.ERROR >= getLogLevel(logLevel)) {
43
43
  return (message) => {
44
44
  console.error(`
45
- ${_chalk.gray(formatTimestamp())} ${_chalk.bold.hex(colors.danger ?? "#f85149")(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)} ${_chalk.hex(colors.danger ?? "#f85149")(formatLogMessage(message))}
45
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.danger ?? "#f85149")(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
46
46
  `);
47
47
  };
48
48
  }
49
49
  if (typeof logLevel === "number" && LogLevel.WARN >= logLevel || typeof logLevel === "string" && LogLevel.WARN >= getLogLevel(logLevel)) {
50
50
  return (message) => {
51
51
  console.warn(`
52
- ${_chalk.gray(formatTimestamp())} ${_chalk.bold.hex(colors.warning ?? "#e3b341")(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)} ${_chalk.hex(colors.warning ?? "#e3b341")(formatLogMessage(message))}
52
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.warning ?? "#e3b341")(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
53
53
  `);
54
54
  };
55
55
  }
56
56
  if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel || typeof logLevel === "string" && LogLevel.SUCCESS >= getLogLevel(logLevel)) {
57
57
  return (message) => {
58
58
  console.info(`
59
- ${_chalk.gray(formatTimestamp())} ${_chalk.bold.hex(colors.success ?? "#56d364")(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.hex(colors.success ?? "#56d364")(formatLogMessage(message))}
59
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.success ?? "#56d364")(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
60
60
  `);
61
61
  };
62
62
  }
63
63
  if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
64
64
  return (message) => {
65
65
  console.info(`
66
- ${_chalk.gray(formatTimestamp())} ${_chalk.bold.hex(colors.info ?? "#58a6ff")(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)} ${_chalk.hex(colors.info ?? "#58a6ff")(formatLogMessage(message))}
66
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? "#58a6ff")(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
67
67
  `);
68
68
  };
69
69
  }
70
70
  if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel || typeof logLevel === "string" && LogLevel.TRACE >= getLogLevel(logLevel)) {
71
71
  return (message) => {
72
72
  console.debug(`
73
- ${_chalk.gray(formatTimestamp())} ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Debug]`)} ${_chalk.hex(colors.brand ?? "#1fb2a6")(formatLogMessage(message))}
73
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
74
74
  `);
75
75
  };
76
76
  }
77
77
  return (message) => {
78
78
  console.log(`
79
- ${_chalk.gray(formatTimestamp())} ${_chalk.bold.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System]`)} ${_chalk.hex(colors.brand ?? "#1fb2a6")(formatLogMessage(message))}
79
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
80
80
  `);
81
81
  };
82
82
  }, "getLogFn");
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  defu,
3
3
  getConfigFile
4
- } from "./chunk-KN4FWZ5M.mjs";
4
+ } from "./chunk-ZRER4HVA.mjs";
5
5
  import {
6
6
  formatLogMessage,
7
7
  writeTrace,
8
8
  writeWarning
9
- } from "./chunk-W4ECC4CX.mjs";
9
+ } from "./chunk-K4HDY4FW.mjs";
10
10
  import {
11
11
  getDefaultConfig
12
12
  } from "./chunk-BDBWBTMW.mjs";
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkBQWJSIGFjs = require('./chunk-BQWJSIGF.js');
6
+ var _chunkTOFECHBMjs = require('./chunk-TOFECHBM.js');
7
7
 
8
8
 
9
9
 
@@ -12,34 +12,34 @@ var _chunkRBSVNX4Wjs = require('./chunk-RBSVNX4W.js');
12
12
  // src/utilities/process-handler.ts
13
13
  _chunkRBSVNX4Wjs.init_cjs_shims.call(void 0, );
14
14
  var exitWithError = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (config) => {
15
- _chunkBQWJSIGFjs.writeFatal.call(void 0, "Exiting script with an error status...", config);
15
+ _chunkTOFECHBMjs.writeFatal.call(void 0, "Exiting script with an error status...", config);
16
16
  process.exit(1);
17
17
  }, "exitWithError");
18
18
  var exitWithSuccess = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (config) => {
19
- _chunkBQWJSIGFjs.writeSuccess.call(void 0, "Script completed successfully. Exiting...", config);
19
+ _chunkTOFECHBMjs.writeSuccess.call(void 0, "Script completed successfully. Exiting...", config);
20
20
  process.exit(0);
21
21
  }, "exitWithSuccess");
22
22
  var handleProcess = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (config) => {
23
- _chunkBQWJSIGFjs.writeTrace.call(void 0, `Using the following arguments to process the script: ${process.argv.join(", ")}`, config);
23
+ _chunkTOFECHBMjs.writeTrace.call(void 0, `Using the following arguments to process the script: ${process.argv.join(", ")}`, config);
24
24
  process.on("unhandledRejection", (error) => {
25
- _chunkBQWJSIGFjs.writeError.call(void 0, `An Unhandled Rejection occurred while running the program: ${error}`, config);
25
+ _chunkTOFECHBMjs.writeError.call(void 0, `An Unhandled Rejection occurred while running the program: ${error}`, config);
26
26
  exitWithError(config);
27
27
  });
28
28
  process.on("uncaughtException", (error) => {
29
- _chunkBQWJSIGFjs.writeError.call(void 0, `An Uncaught Exception occurred while running the program: ${error.message}
29
+ _chunkTOFECHBMjs.writeError.call(void 0, `An Uncaught Exception occurred while running the program: ${error.message}
30
30
  Stacktrace: ${error.stack}`, config);
31
31
  exitWithError(config);
32
32
  });
33
33
  process.on("SIGTERM", (signal) => {
34
- _chunkBQWJSIGFjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
34
+ _chunkTOFECHBMjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
35
35
  exitWithError(config);
36
36
  });
37
37
  process.on("SIGINT", (signal) => {
38
- _chunkBQWJSIGFjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
38
+ _chunkTOFECHBMjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
39
39
  exitWithError(config);
40
40
  });
41
41
  process.on("SIGHUP", (signal) => {
42
- _chunkBQWJSIGFjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
42
+ _chunkTOFECHBMjs.writeError.call(void 0, `The program terminated with signal code: ${signal}`, config);
43
43
  exitWithError(config);
44
44
  });
45
45
  }, "handleProcess");
@@ -6,7 +6,7 @@ var _chunkUNJVNXY7js = require('./chunk-UNJVNXY7.js');
6
6
  var _chunkPYET3L7Xjs = require('./chunk-PYET3L7X.js');
7
7
 
8
8
 
9
- var _chunkORZJN6XCjs = require('./chunk-ORZJN6XC.js');
9
+ var _chunk6AYXKAF5js = require('./chunk-6AYXKAF5.js');
10
10
 
11
11
 
12
12
  var _chunkPYKV5UE3js = require('./chunk-PYKV5UE3.js');
@@ -35,48 +35,48 @@ var getLogFn = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (logLevel =
35
35
  if (typeof logLevel === "number" && _chunkOQLT27Y3js.LogLevel.FATAL >= logLevel || typeof logLevel === "string" && _chunkOQLT27Y3js.LogLevel.FATAL >= _chunkT3JLYD7Fjs.getLogLevel.call(void 0, logLevel)) {
36
36
  return (message) => {
37
37
  console.error(`
38
- ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.bold.hex(_nullishCoalesce(colors.fatal, () => ( "#7d1a1a")))(`[${_chunkORZJN6XCjs.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.hex(_nullishCoalesce(colors.fatal, () => ( "#7d1a1a")))(formatLogMessage(message))}
38
+ ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.hex(_nullishCoalesce(colors.fatal, () => ( "#7d1a1a")))(`[${_chunk6AYXKAF5js.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
39
39
  `);
40
40
  };
41
41
  }
42
42
  if (typeof logLevel === "number" && _chunkOQLT27Y3js.LogLevel.ERROR >= logLevel || typeof logLevel === "string" && _chunkOQLT27Y3js.LogLevel.ERROR >= _chunkT3JLYD7Fjs.getLogLevel.call(void 0, logLevel)) {
43
43
  return (message) => {
44
44
  console.error(`
45
- ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.bold.hex(_nullishCoalesce(colors.danger, () => ( "#f85149")))(`[${_chunkORZJN6XCjs.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.ERROR]} Error]`)} ${_chalk.hex(_nullishCoalesce(colors.danger, () => ( "#f85149")))(formatLogMessage(message))}
45
+ ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.hex(_nullishCoalesce(colors.danger, () => ( "#f85149")))(`[${_chunk6AYXKAF5js.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.ERROR]} Error]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
46
46
  `);
47
47
  };
48
48
  }
49
49
  if (typeof logLevel === "number" && _chunkOQLT27Y3js.LogLevel.WARN >= logLevel || typeof logLevel === "string" && _chunkOQLT27Y3js.LogLevel.WARN >= _chunkT3JLYD7Fjs.getLogLevel.call(void 0, logLevel)) {
50
50
  return (message) => {
51
51
  console.warn(`
52
- ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.bold.hex(_nullishCoalesce(colors.warning, () => ( "#e3b341")))(`[${_chunkORZJN6XCjs.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.WARN]} Warn]`)} ${_chalk.hex(_nullishCoalesce(colors.warning, () => ( "#e3b341")))(formatLogMessage(message))}
52
+ ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.hex(_nullishCoalesce(colors.warning, () => ( "#e3b341")))(`[${_chunk6AYXKAF5js.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.WARN]} Warn]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
53
53
  `);
54
54
  };
55
55
  }
56
56
  if (typeof logLevel === "number" && _chunkOQLT27Y3js.LogLevel.SUCCESS >= logLevel || typeof logLevel === "string" && _chunkOQLT27Y3js.LogLevel.SUCCESS >= _chunkT3JLYD7Fjs.getLogLevel.call(void 0, logLevel)) {
57
57
  return (message) => {
58
58
  console.info(`
59
- ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.bold.hex(_nullishCoalesce(colors.success, () => ( "#56d364")))(`[${_chunkORZJN6XCjs.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.hex(_nullishCoalesce(colors.success, () => ( "#56d364")))(formatLogMessage(message))}
59
+ ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.hex(_nullishCoalesce(colors.success, () => ( "#56d364")))(`[${_chunk6AYXKAF5js.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
60
60
  `);
61
61
  };
62
62
  }
63
63
  if (typeof logLevel === "number" && _chunkOQLT27Y3js.LogLevel.INFO >= logLevel || typeof logLevel === "string" && _chunkOQLT27Y3js.LogLevel.INFO >= _chunkT3JLYD7Fjs.getLogLevel.call(void 0, logLevel)) {
64
64
  return (message) => {
65
65
  console.info(`
66
- ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.bold.hex(_nullishCoalesce(colors.info, () => ( "#58a6ff")))(`[${_chunkORZJN6XCjs.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.INFO]} Info]`)} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( "#58a6ff")))(formatLogMessage(message))}
66
+ ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( "#58a6ff")))(`[${_chunk6AYXKAF5js.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.INFO]} Info]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
67
67
  `);
68
68
  };
69
69
  }
70
70
  if (typeof logLevel === "number" && _chunkOQLT27Y3js.LogLevel.TRACE >= logLevel || typeof logLevel === "string" && _chunkOQLT27Y3js.LogLevel.TRACE >= _chunkT3JLYD7Fjs.getLogLevel.call(void 0, logLevel)) {
71
71
  return (message) => {
72
72
  console.debug(`
73
- ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.bold.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${_chunkORZJN6XCjs.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.TRACE]} Debug]`)} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(formatLogMessage(message))}
73
+ ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${_chunk6AYXKAF5js.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
74
74
  `);
75
75
  };
76
76
  }
77
77
  return (message) => {
78
78
  console.log(`
79
- ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.bold.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${_chunkORZJN6XCjs.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.ALL]} System]`)} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(formatLogMessage(message))}
79
+ ${_chalk.gray(_chunkPYKV5UE3js.formatTimestamp.call(void 0, ))} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${_chunk6AYXKAF5js.CONSOLE_ICONS[_chunkOQLT27Y3js.LogLevelLabel.ALL]} System]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
80
80
  `);
81
81
  };
82
82
  }, "getLogFn");
@@ -3,7 +3,7 @@ import {
3
3
  writeFatal,
4
4
  writeSuccess,
5
5
  writeTrace
6
- } from "./chunk-W4ECC4CX.mjs";
6
+ } from "./chunk-K4HDY4FW.mjs";
7
7
  import {
8
8
  __name,
9
9
  init_esm_shims
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  writeSystem
3
- } from "./chunk-W4ECC4CX.mjs";
3
+ } from "./chunk-K4HDY4FW.mjs";
4
4
  import {
5
5
  findWorkspaceRoot
6
6
  } from "./chunk-36YIAZMD.mjs";
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkLNLZS4DWjs = require('../chunk-LNLZS4DW.js');
4
+ var _chunk6YGTRWBLjs = require('../chunk-6YGTRWBL.js');
5
5
  require('../chunk-22DJFJ62.js');
6
6
  require('../chunk-7GSJ2YLJ.js');
7
- require('../chunk-UMLKUSGE.js');
7
+ require('../chunk-SSRF7DP6.js');
8
8
  require('../chunk-Z5UYG3QU.js');
9
- require('../chunk-BQWJSIGF.js');
9
+ require('../chunk-TOFECHBM.js');
10
10
  require('../chunk-UNJVNXY7.js');
11
11
  require('../chunk-PYET3L7X.js');
12
- require('../chunk-ORZJN6XC.js');
12
+ require('../chunk-6AYXKAF5.js');
13
13
  require('../chunk-PYKV5UE3.js');
14
14
  require('../chunk-SEQZA3NM.js');
15
15
  require('../chunk-VK6ZC6XP.js');
@@ -23,4 +23,4 @@ require('../chunk-RBSVNX4W.js');
23
23
 
24
24
 
25
25
 
26
- exports.getConfigFile = _chunkLNLZS4DWjs.getConfigFile; exports.getConfigFileByName = _chunkLNLZS4DWjs.getConfigFileByName;
26
+ exports.getConfigFile = _chunk6YGTRWBLjs.getConfigFile; exports.getConfigFileByName = _chunk6YGTRWBLjs.getConfigFileByName;
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  getConfigFile,
3
3
  getConfigFileByName
4
- } from "../chunk-KN4FWZ5M.mjs";
4
+ } from "../chunk-ZRER4HVA.mjs";
5
5
  import "../chunk-LQGTS5ON.mjs";
6
6
  import "../chunk-LJLITR54.mjs";
7
- import "../chunk-XBNEIBQ5.mjs";
7
+ import "../chunk-Y7RRG653.mjs";
8
8
  import "../chunk-2Z2NUZGO.mjs";
9
- import "../chunk-W4ECC4CX.mjs";
9
+ import "../chunk-K4HDY4FW.mjs";
10
10
  import "../chunk-BDBWBTMW.mjs";
11
11
  import "../chunk-VGI5MGGT.mjs";
12
- import "../chunk-HQDBPM6Q.mjs";
12
+ import "../chunk-72XOK5QO.mjs";
13
13
  import "../chunk-DKTC7KUS.mjs";
14
14
  import "../chunk-QOJMUMJR.mjs";
15
15
  import "../chunk-EG4OHTQF.mjs";
@@ -2,15 +2,15 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkLNLZS4DWjs = require('../chunk-LNLZS4DW.js');
5
+ var _chunk6YGTRWBLjs = require('../chunk-6YGTRWBL.js');
6
6
  require('../chunk-22DJFJ62.js');
7
7
  require('../chunk-7GSJ2YLJ.js');
8
- require('../chunk-UMLKUSGE.js');
8
+ require('../chunk-SSRF7DP6.js');
9
9
  require('../chunk-Z5UYG3QU.js');
10
- require('../chunk-BQWJSIGF.js');
10
+ require('../chunk-TOFECHBM.js');
11
11
  require('../chunk-UNJVNXY7.js');
12
12
  require('../chunk-PYET3L7X.js');
13
- require('../chunk-ORZJN6XC.js');
13
+ require('../chunk-6AYXKAF5.js');
14
14
  require('../chunk-PYKV5UE3.js');
15
15
  require('../chunk-SEQZA3NM.js');
16
16
  require('../chunk-VK6ZC6XP.js');
@@ -24,4 +24,4 @@ require('../chunk-RBSVNX4W.js');
24
24
 
25
25
 
26
26
 
27
- exports.getConfigFile = _chunkLNLZS4DWjs.getConfigFile; exports.getConfigFileByName = _chunkLNLZS4DWjs.getConfigFileByName;
27
+ exports.getConfigFile = _chunk6YGTRWBLjs.getConfigFile; exports.getConfigFileByName = _chunk6YGTRWBLjs.getConfigFileByName;
@@ -2,15 +2,15 @@ import "../chunk-5GHDZSSH.mjs";
2
2
  import {
3
3
  getConfigFile,
4
4
  getConfigFileByName
5
- } from "../chunk-KN4FWZ5M.mjs";
5
+ } from "../chunk-ZRER4HVA.mjs";
6
6
  import "../chunk-LQGTS5ON.mjs";
7
7
  import "../chunk-LJLITR54.mjs";
8
- import "../chunk-XBNEIBQ5.mjs";
8
+ import "../chunk-Y7RRG653.mjs";
9
9
  import "../chunk-2Z2NUZGO.mjs";
10
- import "../chunk-W4ECC4CX.mjs";
10
+ import "../chunk-K4HDY4FW.mjs";
11
11
  import "../chunk-BDBWBTMW.mjs";
12
12
  import "../chunk-VGI5MGGT.mjs";
13
- import "../chunk-HQDBPM6Q.mjs";
13
+ import "../chunk-72XOK5QO.mjs";
14
14
  import "../chunk-DKTC7KUS.mjs";
15
15
  import "../chunk-QOJMUMJR.mjs";
16
16
  import "../chunk-EG4OHTQF.mjs";
@@ -3,16 +3,16 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkAX56DLMVjs = require('./chunk-AX56DLMV.js');
7
- require('./chunk-LNLZS4DW.js');
6
+ var _chunkECOO5OEHjs = require('./chunk-ECOO5OEH.js');
7
+ require('./chunk-6YGTRWBL.js');
8
8
  require('./chunk-22DJFJ62.js');
9
9
  require('./chunk-7GSJ2YLJ.js');
10
- require('./chunk-UMLKUSGE.js');
10
+ require('./chunk-SSRF7DP6.js');
11
11
  require('./chunk-Z5UYG3QU.js');
12
- require('./chunk-BQWJSIGF.js');
12
+ require('./chunk-TOFECHBM.js');
13
13
  require('./chunk-UNJVNXY7.js');
14
14
  require('./chunk-PYET3L7X.js');
15
- require('./chunk-ORZJN6XC.js');
15
+ require('./chunk-6AYXKAF5.js');
16
16
  require('./chunk-PYKV5UE3.js');
17
17
  require('./chunk-SEQZA3NM.js');
18
18
  require('./chunk-VK6ZC6XP.js');
@@ -30,4 +30,4 @@ require('./chunk-RBSVNX4W.js');
30
30
 
31
31
 
32
32
 
33
- exports.createConfig = _chunkAX56DLMVjs.createConfig; exports.createConfigExtension = _chunkAX56DLMVjs.createConfigExtension; exports.createStormConfig = _chunkAX56DLMVjs.createStormConfig; exports.loadStormConfig = _chunkAX56DLMVjs.loadStormConfig;
33
+ exports.createConfig = _chunkECOO5OEHjs.createConfig; exports.createConfigExtension = _chunkECOO5OEHjs.createConfigExtension; exports.createStormConfig = _chunkECOO5OEHjs.createStormConfig; exports.loadStormConfig = _chunkECOO5OEHjs.loadStormConfig;
@@ -3,16 +3,16 @@ import {
3
3
  createConfigExtension,
4
4
  createStormConfig,
5
5
  loadStormConfig
6
- } from "./chunk-QX3BA2JR.mjs";
7
- import "./chunk-KN4FWZ5M.mjs";
6
+ } from "./chunk-NE7YN3QU.mjs";
7
+ import "./chunk-ZRER4HVA.mjs";
8
8
  import "./chunk-LQGTS5ON.mjs";
9
9
  import "./chunk-LJLITR54.mjs";
10
- import "./chunk-XBNEIBQ5.mjs";
10
+ import "./chunk-Y7RRG653.mjs";
11
11
  import "./chunk-2Z2NUZGO.mjs";
12
- import "./chunk-W4ECC4CX.mjs";
12
+ import "./chunk-K4HDY4FW.mjs";
13
13
  import "./chunk-BDBWBTMW.mjs";
14
14
  import "./chunk-VGI5MGGT.mjs";
15
- import "./chunk-HQDBPM6Q.mjs";
15
+ import "./chunk-72XOK5QO.mjs";
16
16
  import "./chunk-DKTC7KUS.mjs";
17
17
  import "./chunk-QOJMUMJR.mjs";
18
18
  import "./chunk-EG4OHTQF.mjs";
package/dist/index.js CHANGED
@@ -4,12 +4,12 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkAX56DLMVjs = require('./chunk-AX56DLMV.js');
7
+ var _chunkECOO5OEHjs = require('./chunk-ECOO5OEH.js');
8
8
  require('./chunk-OLORJVVT.js');
9
9
 
10
10
 
11
11
 
12
- var _chunkLNLZS4DWjs = require('./chunk-LNLZS4DW.js');
12
+ var _chunk6YGTRWBLjs = require('./chunk-6YGTRWBL.js');
13
13
  require('./chunk-22DJFJ62.js');
14
14
 
15
15
 
@@ -19,7 +19,7 @@ var _chunk7GSJ2YLJjs = require('./chunk-7GSJ2YLJ.js');
19
19
 
20
20
 
21
21
 
22
- var _chunkUMLKUSGEjs = require('./chunk-UMLKUSGE.js');
22
+ var _chunkSSRF7DP6js = require('./chunk-SSRF7DP6.js');
23
23
 
24
24
 
25
25
 
@@ -37,7 +37,7 @@ var _chunkZ5UYG3QUjs = require('./chunk-Z5UYG3QU.js');
37
37
 
38
38
 
39
39
 
40
- var _chunkBQWJSIGFjs = require('./chunk-BQWJSIGF.js');
40
+ var _chunkTOFECHBMjs = require('./chunk-TOFECHBM.js');
41
41
 
42
42
 
43
43
 
@@ -47,7 +47,7 @@ var _chunkUNJVNXY7js = require('./chunk-UNJVNXY7.js');
47
47
  var _chunkPYET3L7Xjs = require('./chunk-PYET3L7X.js');
48
48
 
49
49
 
50
- var _chunkORZJN6XCjs = require('./chunk-ORZJN6XC.js');
50
+ var _chunk6AYXKAF5js = require('./chunk-6AYXKAF5.js');
51
51
 
52
52
 
53
53
  var _chunkPYKV5UE3js = require('./chunk-PYKV5UE3.js');
@@ -141,4 +141,4 @@ _chunkRBSVNX4Wjs.init_cjs_shims.call(void 0, );
141
141
 
142
142
 
143
143
 
144
- exports.CONSOLE_ICONS = _chunkORZJN6XCjs.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkUNJVNXY7js.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunkZ5UYG3QUjs.LARGE_BUFFER; exports.LogLevel = _chunkOQLT27Y3js.LogLevel; exports.LogLevelLabel = _chunkOQLT27Y3js.LogLevelLabel; exports.applyWorkspaceBaseTokens = _chunkVK6ZC6XPjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkVK6ZC6XPjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkVK6ZC6XPjs.applyWorkspaceTokens; exports.correctPaths = _chunkJYGRRNZPjs.correctPaths; exports.createConfig = _chunkAX56DLMVjs.createConfig; exports.createConfigExtension = _chunkAX56DLMVjs.createConfigExtension; exports.createStormConfig = _chunkAX56DLMVjs.createStormConfig; exports.exitWithError = _chunkUMLKUSGEjs.exitWithError; exports.exitWithSuccess = _chunkUMLKUSGEjs.exitWithSuccess; exports.findFileName = _chunk7GSJ2YLJjs.findFileName; exports.findWorkspaceRoot = _chunkT7WO327Sjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunkT7WO327Sjs.findWorkspaceRootSafe; exports.formatLogMessage = _chunkBQWJSIGFjs.formatLogMessage; exports.formatTimestamp = _chunkPYKV5UE3js.formatTimestamp; exports.getChalk = _chunkPYET3L7Xjs.getChalk; exports.getConfigEnv = _chunkAYVEVLX7js.getConfigEnv; exports.getConfigFile = _chunkLNLZS4DWjs.getConfigFile; exports.getConfigFileByName = _chunkLNLZS4DWjs.getConfigFileByName; exports.getDefaultConfig = _chunkUNJVNXY7js.getDefaultConfig; exports.getExtensionEnv = _chunkAYVEVLX7js.getExtensionEnv; exports.getLogFn = _chunkBQWJSIGFjs.getLogFn; exports.getLogLevel = _chunkT3JLYD7Fjs.getLogLevel; exports.getLogLevelLabel = _chunkT3JLYD7Fjs.getLogLevelLabel; exports.getStopwatch = _chunkBQWJSIGFjs.getStopwatch; exports.handleProcess = _chunkUMLKUSGEjs.handleProcess; exports.isUnicodeSupported = _chunkSEQZA3NMjs.isUnicodeSupported; exports.isVerbose = _chunkT3JLYD7Fjs.isVerbose; exports.joinPaths = _chunkJYGRRNZPjs.joinPaths; exports.loadStormConfig = _chunkAX56DLMVjs.loadStormConfig; exports.removeExtension = _chunk7GSJ2YLJjs.removeExtension; exports.run = _chunkZ5UYG3QUjs.run; exports.runAsync = _chunkZ5UYG3QUjs.runAsync; exports.setConfigEnv = _chunkCO2NVYPRjs.setConfigEnv; exports.setExtensionEnv = _chunkCO2NVYPRjs.setExtensionEnv; exports.writeDebug = _chunkBQWJSIGFjs.writeDebug; exports.writeError = _chunkBQWJSIGFjs.writeError; exports.writeFatal = _chunkBQWJSIGFjs.writeFatal; exports.writeInfo = _chunkBQWJSIGFjs.writeInfo; exports.writeSuccess = _chunkBQWJSIGFjs.writeSuccess; exports.writeSystem = _chunkBQWJSIGFjs.writeSystem; exports.writeTrace = _chunkBQWJSIGFjs.writeTrace; exports.writeWarning = _chunkBQWJSIGFjs.writeWarning;
144
+ exports.CONSOLE_ICONS = _chunk6AYXKAF5js.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkUNJVNXY7js.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunkZ5UYG3QUjs.LARGE_BUFFER; exports.LogLevel = _chunkOQLT27Y3js.LogLevel; exports.LogLevelLabel = _chunkOQLT27Y3js.LogLevelLabel; exports.applyWorkspaceBaseTokens = _chunkVK6ZC6XPjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkVK6ZC6XPjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkVK6ZC6XPjs.applyWorkspaceTokens; exports.correctPaths = _chunkJYGRRNZPjs.correctPaths; exports.createConfig = _chunkECOO5OEHjs.createConfig; exports.createConfigExtension = _chunkECOO5OEHjs.createConfigExtension; exports.createStormConfig = _chunkECOO5OEHjs.createStormConfig; exports.exitWithError = _chunkSSRF7DP6js.exitWithError; exports.exitWithSuccess = _chunkSSRF7DP6js.exitWithSuccess; exports.findFileName = _chunk7GSJ2YLJjs.findFileName; exports.findWorkspaceRoot = _chunkT7WO327Sjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunkT7WO327Sjs.findWorkspaceRootSafe; exports.formatLogMessage = _chunkTOFECHBMjs.formatLogMessage; exports.formatTimestamp = _chunkPYKV5UE3js.formatTimestamp; exports.getChalk = _chunkPYET3L7Xjs.getChalk; exports.getConfigEnv = _chunkAYVEVLX7js.getConfigEnv; exports.getConfigFile = _chunk6YGTRWBLjs.getConfigFile; exports.getConfigFileByName = _chunk6YGTRWBLjs.getConfigFileByName; exports.getDefaultConfig = _chunkUNJVNXY7js.getDefaultConfig; exports.getExtensionEnv = _chunkAYVEVLX7js.getExtensionEnv; exports.getLogFn = _chunkTOFECHBMjs.getLogFn; exports.getLogLevel = _chunkT3JLYD7Fjs.getLogLevel; exports.getLogLevelLabel = _chunkT3JLYD7Fjs.getLogLevelLabel; exports.getStopwatch = _chunkTOFECHBMjs.getStopwatch; exports.handleProcess = _chunkSSRF7DP6js.handleProcess; exports.isUnicodeSupported = _chunkSEQZA3NMjs.isUnicodeSupported; exports.isVerbose = _chunkT3JLYD7Fjs.isVerbose; exports.joinPaths = _chunkJYGRRNZPjs.joinPaths; exports.loadStormConfig = _chunkECOO5OEHjs.loadStormConfig; exports.removeExtension = _chunk7GSJ2YLJjs.removeExtension; exports.run = _chunkZ5UYG3QUjs.run; exports.runAsync = _chunkZ5UYG3QUjs.runAsync; exports.setConfigEnv = _chunkCO2NVYPRjs.setConfigEnv; exports.setExtensionEnv = _chunkCO2NVYPRjs.setExtensionEnv; exports.writeDebug = _chunkTOFECHBMjs.writeDebug; exports.writeError = _chunkTOFECHBMjs.writeError; exports.writeFatal = _chunkTOFECHBMjs.writeFatal; exports.writeInfo = _chunkTOFECHBMjs.writeInfo; exports.writeSuccess = _chunkTOFECHBMjs.writeSuccess; exports.writeSystem = _chunkTOFECHBMjs.writeSystem; exports.writeTrace = _chunkTOFECHBMjs.writeTrace; exports.writeWarning = _chunkTOFECHBMjs.writeWarning;
package/dist/index.mjs CHANGED
@@ -4,12 +4,12 @@ import {
4
4
  createConfigExtension,
5
5
  createStormConfig,
6
6
  loadStormConfig
7
- } from "./chunk-QX3BA2JR.mjs";
7
+ } from "./chunk-NE7YN3QU.mjs";
8
8
  import "./chunk-5GHDZSSH.mjs";
9
9
  import {
10
10
  getConfigFile,
11
11
  getConfigFileByName
12
- } from "./chunk-KN4FWZ5M.mjs";
12
+ } from "./chunk-ZRER4HVA.mjs";
13
13
  import "./chunk-LQGTS5ON.mjs";
14
14
  import {
15
15
  findFileName,
@@ -19,7 +19,7 @@ import {
19
19
  exitWithError,
20
20
  exitWithSuccess,
21
21
  handleProcess
22
- } from "./chunk-XBNEIBQ5.mjs";
22
+ } from "./chunk-Y7RRG653.mjs";
23
23
  import {
24
24
  LARGE_BUFFER,
25
25
  run,
@@ -37,7 +37,7 @@ import {
37
37
  writeSystem,
38
38
  writeTrace,
39
39
  writeWarning
40
- } from "./chunk-W4ECC4CX.mjs";
40
+ } from "./chunk-K4HDY4FW.mjs";
41
41
  import {
42
42
  DEFAULT_COLOR_CONFIG,
43
43
  getDefaultConfig
@@ -47,7 +47,7 @@ import {
47
47
  } from "./chunk-VGI5MGGT.mjs";
48
48
  import {
49
49
  CONSOLE_ICONS
50
- } from "./chunk-HQDBPM6Q.mjs";
50
+ } from "./chunk-72XOK5QO.mjs";
51
51
  import {
52
52
  formatTimestamp
53
53
  } from "./chunk-DKTC7KUS.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkORZJN6XCjs = require('../chunk-ORZJN6XC.js');
3
+ var _chunk6AYXKAF5js = require('../chunk-6AYXKAF5.js');
4
4
  require('../chunk-SEQZA3NM.js');
5
5
  require('../chunk-OQLT27Y3.js');
6
6
  require('../chunk-RBSVNX4W.js');
7
7
 
8
8
 
9
- exports.CONSOLE_ICONS = _chunkORZJN6XCjs.CONSOLE_ICONS;
9
+ exports.CONSOLE_ICONS = _chunk6AYXKAF5js.CONSOLE_ICONS;
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  CONSOLE_ICONS
3
- } from "../chunk-HQDBPM6Q.mjs";
3
+ } from "../chunk-72XOK5QO.mjs";
4
4
  import "../chunk-QOJMUMJR.mjs";
5
5
  import "../chunk-MJS5XRE6.mjs";
6
6
  import "../chunk-EVEP57Q3.mjs";
@@ -10,10 +10,10 @@
10
10
 
11
11
 
12
12
 
13
- var _chunkBQWJSIGFjs = require('../chunk-BQWJSIGF.js');
13
+ var _chunkTOFECHBMjs = require('../chunk-TOFECHBM.js');
14
14
  require('../chunk-UNJVNXY7.js');
15
15
  require('../chunk-PYET3L7X.js');
16
- require('../chunk-ORZJN6XC.js');
16
+ require('../chunk-6AYXKAF5.js');
17
17
  require('../chunk-PYKV5UE3.js');
18
18
  require('../chunk-SEQZA3NM.js');
19
19
  require('../chunk-T7WO327S.js');
@@ -35,4 +35,4 @@ require('../chunk-RBSVNX4W.js');
35
35
 
36
36
 
37
37
 
38
- exports.formatLogMessage = _chunkBQWJSIGFjs.formatLogMessage; exports.getLogFn = _chunkBQWJSIGFjs.getLogFn; exports.getStopwatch = _chunkBQWJSIGFjs.getStopwatch; exports.writeDebug = _chunkBQWJSIGFjs.writeDebug; exports.writeError = _chunkBQWJSIGFjs.writeError; exports.writeFatal = _chunkBQWJSIGFjs.writeFatal; exports.writeInfo = _chunkBQWJSIGFjs.writeInfo; exports.writeSuccess = _chunkBQWJSIGFjs.writeSuccess; exports.writeSystem = _chunkBQWJSIGFjs.writeSystem; exports.writeTrace = _chunkBQWJSIGFjs.writeTrace; exports.writeWarning = _chunkBQWJSIGFjs.writeWarning;
38
+ exports.formatLogMessage = _chunkTOFECHBMjs.formatLogMessage; exports.getLogFn = _chunkTOFECHBMjs.getLogFn; exports.getStopwatch = _chunkTOFECHBMjs.getStopwatch; exports.writeDebug = _chunkTOFECHBMjs.writeDebug; exports.writeError = _chunkTOFECHBMjs.writeError; exports.writeFatal = _chunkTOFECHBMjs.writeFatal; exports.writeInfo = _chunkTOFECHBMjs.writeInfo; exports.writeSuccess = _chunkTOFECHBMjs.writeSuccess; exports.writeSystem = _chunkTOFECHBMjs.writeSystem; exports.writeTrace = _chunkTOFECHBMjs.writeTrace; exports.writeWarning = _chunkTOFECHBMjs.writeWarning;
@@ -10,10 +10,10 @@ import {
10
10
  writeSystem,
11
11
  writeTrace,
12
12
  writeWarning
13
- } from "../chunk-W4ECC4CX.mjs";
13
+ } from "../chunk-K4HDY4FW.mjs";
14
14
  import "../chunk-BDBWBTMW.mjs";
15
15
  import "../chunk-VGI5MGGT.mjs";
16
- import "../chunk-HQDBPM6Q.mjs";
16
+ import "../chunk-72XOK5QO.mjs";
17
17
  import "../chunk-DKTC7KUS.mjs";
18
18
  import "../chunk-QOJMUMJR.mjs";
19
19
  import "../chunk-36YIAZMD.mjs";
@@ -11,14 +11,14 @@
11
11
 
12
12
 
13
13
 
14
- var _chunkBQWJSIGFjs = require('../chunk-BQWJSIGF.js');
14
+ var _chunkTOFECHBMjs = require('../chunk-TOFECHBM.js');
15
15
  require('../chunk-UNJVNXY7.js');
16
16
 
17
17
 
18
18
  var _chunkPYET3L7Xjs = require('../chunk-PYET3L7X.js');
19
19
 
20
20
 
21
- var _chunkORZJN6XCjs = require('../chunk-ORZJN6XC.js');
21
+ var _chunk6AYXKAF5js = require('../chunk-6AYXKAF5.js');
22
22
 
23
23
 
24
24
  var _chunkPYKV5UE3js = require('../chunk-PYKV5UE3.js');
@@ -55,4 +55,4 @@ require('../chunk-RBSVNX4W.js');
55
55
 
56
56
 
57
57
 
58
- exports.CONSOLE_ICONS = _chunkORZJN6XCjs.CONSOLE_ICONS; exports.formatLogMessage = _chunkBQWJSIGFjs.formatLogMessage; exports.formatTimestamp = _chunkPYKV5UE3js.formatTimestamp; exports.getChalk = _chunkPYET3L7Xjs.getChalk; exports.getLogFn = _chunkBQWJSIGFjs.getLogFn; exports.getLogLevel = _chunkT3JLYD7Fjs.getLogLevel; exports.getLogLevelLabel = _chunkT3JLYD7Fjs.getLogLevelLabel; exports.getStopwatch = _chunkBQWJSIGFjs.getStopwatch; exports.isUnicodeSupported = _chunkSEQZA3NMjs.isUnicodeSupported; exports.isVerbose = _chunkT3JLYD7Fjs.isVerbose; exports.writeDebug = _chunkBQWJSIGFjs.writeDebug; exports.writeError = _chunkBQWJSIGFjs.writeError; exports.writeFatal = _chunkBQWJSIGFjs.writeFatal; exports.writeInfo = _chunkBQWJSIGFjs.writeInfo; exports.writeSuccess = _chunkBQWJSIGFjs.writeSuccess; exports.writeSystem = _chunkBQWJSIGFjs.writeSystem; exports.writeTrace = _chunkBQWJSIGFjs.writeTrace; exports.writeWarning = _chunkBQWJSIGFjs.writeWarning;
58
+ exports.CONSOLE_ICONS = _chunk6AYXKAF5js.CONSOLE_ICONS; exports.formatLogMessage = _chunkTOFECHBMjs.formatLogMessage; exports.formatTimestamp = _chunkPYKV5UE3js.formatTimestamp; exports.getChalk = _chunkPYET3L7Xjs.getChalk; exports.getLogFn = _chunkTOFECHBMjs.getLogFn; exports.getLogLevel = _chunkT3JLYD7Fjs.getLogLevel; exports.getLogLevelLabel = _chunkT3JLYD7Fjs.getLogLevelLabel; exports.getStopwatch = _chunkTOFECHBMjs.getStopwatch; exports.isUnicodeSupported = _chunkSEQZA3NMjs.isUnicodeSupported; exports.isVerbose = _chunkT3JLYD7Fjs.isVerbose; exports.writeDebug = _chunkTOFECHBMjs.writeDebug; exports.writeError = _chunkTOFECHBMjs.writeError; exports.writeFatal = _chunkTOFECHBMjs.writeFatal; exports.writeInfo = _chunkTOFECHBMjs.writeInfo; exports.writeSuccess = _chunkTOFECHBMjs.writeSuccess; exports.writeSystem = _chunkTOFECHBMjs.writeSystem; exports.writeTrace = _chunkTOFECHBMjs.writeTrace; exports.writeWarning = _chunkTOFECHBMjs.writeWarning;
@@ -11,14 +11,14 @@ import {
11
11
  writeSystem,
12
12
  writeTrace,
13
13
  writeWarning
14
- } from "../chunk-W4ECC4CX.mjs";
14
+ } from "../chunk-K4HDY4FW.mjs";
15
15
  import "../chunk-BDBWBTMW.mjs";
16
16
  import {
17
17
  getChalk
18
18
  } from "../chunk-VGI5MGGT.mjs";
19
19
  import {
20
20
  CONSOLE_ICONS
21
- } from "../chunk-HQDBPM6Q.mjs";
21
+ } from "../chunk-72XOK5QO.mjs";
22
22
  import {
23
23
  formatTimestamp
24
24
  } from "../chunk-DKTC7KUS.mjs";
@@ -7,19 +7,19 @@ var _chunk7GSJ2YLJjs = require('../chunk-7GSJ2YLJ.js');
7
7
 
8
8
 
9
9
 
10
- var _chunkUMLKUSGEjs = require('../chunk-UMLKUSGE.js');
10
+ var _chunkSSRF7DP6js = require('../chunk-SSRF7DP6.js');
11
11
 
12
12
 
13
13
 
14
14
 
15
15
  var _chunkZ5UYG3QUjs = require('../chunk-Z5UYG3QU.js');
16
- require('../chunk-BQWJSIGF.js');
16
+ require('../chunk-TOFECHBM.js');
17
17
 
18
18
 
19
19
 
20
20
  var _chunkUNJVNXY7js = require('../chunk-UNJVNXY7.js');
21
21
  require('../chunk-PYET3L7X.js');
22
- require('../chunk-ORZJN6XC.js');
22
+ require('../chunk-6AYXKAF5.js');
23
23
  require('../chunk-PYKV5UE3.js');
24
24
  require('../chunk-SEQZA3NM.js');
25
25
 
@@ -58,4 +58,4 @@ require('../chunk-RBSVNX4W.js');
58
58
 
59
59
 
60
60
 
61
- exports.DEFAULT_COLOR_CONFIG = _chunkUNJVNXY7js.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunkZ5UYG3QUjs.LARGE_BUFFER; exports.applyWorkspaceBaseTokens = _chunkVK6ZC6XPjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkVK6ZC6XPjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkVK6ZC6XPjs.applyWorkspaceTokens; exports.correctPaths = _chunkJYGRRNZPjs.correctPaths; exports.exitWithError = _chunkUMLKUSGEjs.exitWithError; exports.exitWithSuccess = _chunkUMLKUSGEjs.exitWithSuccess; exports.findFileName = _chunk7GSJ2YLJjs.findFileName; exports.findWorkspaceRoot = _chunkT7WO327Sjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunkT7WO327Sjs.findWorkspaceRootSafe; exports.getDefaultConfig = _chunkUNJVNXY7js.getDefaultConfig; exports.handleProcess = _chunkUMLKUSGEjs.handleProcess; exports.joinPaths = _chunkJYGRRNZPjs.joinPaths; exports.removeExtension = _chunk7GSJ2YLJjs.removeExtension; exports.run = _chunkZ5UYG3QUjs.run; exports.runAsync = _chunkZ5UYG3QUjs.runAsync;
61
+ exports.DEFAULT_COLOR_CONFIG = _chunkUNJVNXY7js.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunkZ5UYG3QUjs.LARGE_BUFFER; exports.applyWorkspaceBaseTokens = _chunkVK6ZC6XPjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkVK6ZC6XPjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkVK6ZC6XPjs.applyWorkspaceTokens; exports.correctPaths = _chunkJYGRRNZPjs.correctPaths; exports.exitWithError = _chunkSSRF7DP6js.exitWithError; exports.exitWithSuccess = _chunkSSRF7DP6js.exitWithSuccess; exports.findFileName = _chunk7GSJ2YLJjs.findFileName; exports.findWorkspaceRoot = _chunkT7WO327Sjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunkT7WO327Sjs.findWorkspaceRootSafe; exports.getDefaultConfig = _chunkUNJVNXY7js.getDefaultConfig; exports.handleProcess = _chunkSSRF7DP6js.handleProcess; exports.joinPaths = _chunkJYGRRNZPjs.joinPaths; exports.removeExtension = _chunk7GSJ2YLJjs.removeExtension; exports.run = _chunkZ5UYG3QUjs.run; exports.runAsync = _chunkZ5UYG3QUjs.runAsync;
@@ -7,19 +7,19 @@ import {
7
7
  exitWithError,
8
8
  exitWithSuccess,
9
9
  handleProcess
10
- } from "../chunk-XBNEIBQ5.mjs";
10
+ } from "../chunk-Y7RRG653.mjs";
11
11
  import {
12
12
  LARGE_BUFFER,
13
13
  run,
14
14
  runAsync
15
15
  } from "../chunk-2Z2NUZGO.mjs";
16
- import "../chunk-W4ECC4CX.mjs";
16
+ import "../chunk-K4HDY4FW.mjs";
17
17
  import {
18
18
  DEFAULT_COLOR_CONFIG,
19
19
  getDefaultConfig
20
20
  } from "../chunk-BDBWBTMW.mjs";
21
21
  import "../chunk-VGI5MGGT.mjs";
22
- import "../chunk-HQDBPM6Q.mjs";
22
+ import "../chunk-72XOK5QO.mjs";
23
23
  import "../chunk-DKTC7KUS.mjs";
24
24
  import "../chunk-QOJMUMJR.mjs";
25
25
  import {
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkUMLKUSGEjs = require('../chunk-UMLKUSGE.js');
6
- require('../chunk-BQWJSIGF.js');
5
+ var _chunkSSRF7DP6js = require('../chunk-SSRF7DP6.js');
6
+ require('../chunk-TOFECHBM.js');
7
7
  require('../chunk-UNJVNXY7.js');
8
8
  require('../chunk-PYET3L7X.js');
9
- require('../chunk-ORZJN6XC.js');
9
+ require('../chunk-6AYXKAF5.js');
10
10
  require('../chunk-PYKV5UE3.js');
11
11
  require('../chunk-SEQZA3NM.js');
12
12
  require('../chunk-T7WO327S.js');
@@ -20,4 +20,4 @@ require('../chunk-RBSVNX4W.js');
20
20
 
21
21
 
22
22
 
23
- exports.exitWithError = _chunkUMLKUSGEjs.exitWithError; exports.exitWithSuccess = _chunkUMLKUSGEjs.exitWithSuccess; exports.handleProcess = _chunkUMLKUSGEjs.handleProcess;
23
+ exports.exitWithError = _chunkSSRF7DP6js.exitWithError; exports.exitWithSuccess = _chunkSSRF7DP6js.exitWithSuccess; exports.handleProcess = _chunkSSRF7DP6js.handleProcess;
@@ -2,11 +2,11 @@ import {
2
2
  exitWithError,
3
3
  exitWithSuccess,
4
4
  handleProcess
5
- } from "../chunk-XBNEIBQ5.mjs";
6
- import "../chunk-W4ECC4CX.mjs";
5
+ } from "../chunk-Y7RRG653.mjs";
6
+ import "../chunk-K4HDY4FW.mjs";
7
7
  import "../chunk-BDBWBTMW.mjs";
8
8
  import "../chunk-VGI5MGGT.mjs";
9
- import "../chunk-HQDBPM6Q.mjs";
9
+ import "../chunk-72XOK5QO.mjs";
10
10
  import "../chunk-DKTC7KUS.mjs";
11
11
  import "../chunk-QOJMUMJR.mjs";
12
12
  import "../chunk-36YIAZMD.mjs";
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@storm-software/config-tools","version":"1.133.4","description":"⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/config-tools"},"homepage":"https://stormsoftware.com","bugs":{"url":"https://stormsoftware.com/support","email":"support@stormsoftware.com"},"author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"contributors":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"}],"funding":{"type":"github","url":"https://github.com/sponsors/storm-software"},"license":"Apache-2.0","private":false,"main":"./dist/index.js","module":"./dist/index.mjs","exports":{"./package.json":"./package.json","./types":{"import":{"types":"./dist/types.d.mts","default":"./dist/types.mjs"},"require":{"types":"./dist/types.d.ts","default":"./dist/types.js"},"default":{"types":"./dist/types.d.ts","default":"./dist/types.js"}},"./index":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},".":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./create-storm-config":{"import":{"types":"./dist/create-storm-config.d.mts","default":"./dist/create-storm-config.mjs"},"require":{"types":"./dist/create-storm-config.d.ts","default":"./dist/create-storm-config.js"},"default":{"types":"./dist/create-storm-config.d.ts","default":"./dist/create-storm-config.js"}},"./config-file":{"import":{"types":"./dist/config-file/index.d.mts","default":"./dist/config-file/index.mjs"},"require":{"types":"./dist/config-file/index.d.ts","default":"./dist/config-file/index.js"},"default":{"types":"./dist/config-file/index.d.ts","default":"./dist/config-file/index.js"}},"./config-file/*":{"import":{"types":"./dist/config-file/*.d.mts","default":"./dist/config-file/*.mjs"},"require":{"types":"./dist/config-file/*.d.ts","default":"./dist/config-file/*.js"},"default":{"types":"./dist/config-file/*.d.ts","default":"./dist/config-file/*.js"}},"./env":{"import":{"types":"./dist/env/index.d.mts","default":"./dist/env/index.mjs"},"require":{"types":"./dist/env/index.d.ts","default":"./dist/env/index.js"},"default":{"types":"./dist/env/index.d.ts","default":"./dist/env/index.js"}},"./env/*":{"import":{"types":"./dist/env/*.d.mts","default":"./dist/env/*.mjs"},"require":{"types":"./dist/env/*.d.ts","default":"./dist/env/*.js"},"default":{"types":"./dist/env/*.d.ts","default":"./dist/env/*.js"}},"./logger":{"import":{"types":"./dist/logger/index.d.mts","default":"./dist/logger/index.mjs"},"require":{"types":"./dist/logger/index.d.ts","default":"./dist/logger/index.js"},"default":{"types":"./dist/logger/index.d.ts","default":"./dist/logger/index.js"}},"./logger/*":{"import":{"types":"./dist/logger/*.d.mts","default":"./dist/logger/*.mjs"},"require":{"types":"./dist/logger/*.d.ts","default":"./dist/logger/*.js"},"default":{"types":"./dist/logger/*.d.ts","default":"./dist/logger/*.js"}},"./utilities":{"import":{"types":"./dist/utilities/index.d.mts","default":"./dist/utilities/index.mjs"},"require":{"types":"./dist/utilities/index.d.ts","default":"./dist/utilities/index.js"},"default":{"types":"./dist/utilities/index.d.ts","default":"./dist/utilities/index.js"}},"./utilities/*":{"import":{"types":"./dist/utilities/*.d.mts","default":"./dist/utilities/*.mjs"},"require":{"types":"./dist/utilities/*.d.ts","default":"./dist/utilities/*.js"},"default":{"types":"./dist/utilities/*.d.ts","default":"./dist/utilities/*.js"}}},"types":"./dist/index.d.ts","files":["dist/**/*"],"keywords":["storm-stack","storm-software","storm","stormstack","storm-ops","acidic","acidic-lang","acidic-model","cyclone-ui","nextjs","prisma","graphql","sullivanpj","monorepo"],"dependencies":{"zod":"^3.24.0"},"devDependencies":{"@types/node":"^22.10.2","c12":"^2.0.0-beta.2","chalk":"^4.1.2","defu":"6.1.4","tsup":"8.3.5"},"publishConfig":{"access":"public"},"sideEffects":false}
1
+ {"name":"@storm-software/config-tools","version":"1.135.0","description":"⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/config-tools"},"homepage":"https://stormsoftware.com","bugs":{"url":"https://stormsoftware.com/support","email":"support@stormsoftware.com"},"author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"contributors":[{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"}],"funding":{"type":"github","url":"https://github.com/sponsors/storm-software"},"license":"Apache-2.0","private":false,"main":"./dist/index.js","module":"./dist/index.mjs","exports":{"./package.json":"./package.json","./types":{"import":{"types":"./dist/types.d.mts","default":"./dist/types.mjs"},"require":{"types":"./dist/types.d.ts","default":"./dist/types.js"},"default":{"types":"./dist/types.d.ts","default":"./dist/types.js"}},"./index":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},".":{"import":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"require":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"default":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"./create-storm-config":{"import":{"types":"./dist/create-storm-config.d.mts","default":"./dist/create-storm-config.mjs"},"require":{"types":"./dist/create-storm-config.d.ts","default":"./dist/create-storm-config.js"},"default":{"types":"./dist/create-storm-config.d.ts","default":"./dist/create-storm-config.js"}},"./config-file":{"import":{"types":"./dist/config-file/index.d.mts","default":"./dist/config-file/index.mjs"},"require":{"types":"./dist/config-file/index.d.ts","default":"./dist/config-file/index.js"},"default":{"types":"./dist/config-file/index.d.ts","default":"./dist/config-file/index.js"}},"./config-file/*":{"import":{"types":"./dist/config-file/*.d.mts","default":"./dist/config-file/*.mjs"},"require":{"types":"./dist/config-file/*.d.ts","default":"./dist/config-file/*.js"},"default":{"types":"./dist/config-file/*.d.ts","default":"./dist/config-file/*.js"}},"./env":{"import":{"types":"./dist/env/index.d.mts","default":"./dist/env/index.mjs"},"require":{"types":"./dist/env/index.d.ts","default":"./dist/env/index.js"},"default":{"types":"./dist/env/index.d.ts","default":"./dist/env/index.js"}},"./env/*":{"import":{"types":"./dist/env/*.d.mts","default":"./dist/env/*.mjs"},"require":{"types":"./dist/env/*.d.ts","default":"./dist/env/*.js"},"default":{"types":"./dist/env/*.d.ts","default":"./dist/env/*.js"}},"./logger":{"import":{"types":"./dist/logger/index.d.mts","default":"./dist/logger/index.mjs"},"require":{"types":"./dist/logger/index.d.ts","default":"./dist/logger/index.js"},"default":{"types":"./dist/logger/index.d.ts","default":"./dist/logger/index.js"}},"./logger/*":{"import":{"types":"./dist/logger/*.d.mts","default":"./dist/logger/*.mjs"},"require":{"types":"./dist/logger/*.d.ts","default":"./dist/logger/*.js"},"default":{"types":"./dist/logger/*.d.ts","default":"./dist/logger/*.js"}},"./utilities":{"import":{"types":"./dist/utilities/index.d.mts","default":"./dist/utilities/index.mjs"},"require":{"types":"./dist/utilities/index.d.ts","default":"./dist/utilities/index.js"},"default":{"types":"./dist/utilities/index.d.ts","default":"./dist/utilities/index.js"}},"./utilities/*":{"import":{"types":"./dist/utilities/*.d.mts","default":"./dist/utilities/*.mjs"},"require":{"types":"./dist/utilities/*.d.ts","default":"./dist/utilities/*.js"},"default":{"types":"./dist/utilities/*.d.ts","default":"./dist/utilities/*.js"}}},"types":"./dist/index.d.ts","files":["dist/**/*"],"keywords":["storm-stack","storm-software","storm","stormstack","storm-ops","acidic","acidic-lang","acidic-model","cyclone-ui","nextjs","prisma","graphql","sullivanpj","monorepo"],"dependencies":{"zod":"^3.24.0"},"devDependencies":{"@types/node":"^22.10.2","c12":"^2.0.0-beta.2","chalk":"^4.1.2","defu":"6.1.4","tsup":"8.3.5"},"publishConfig":{"access":"public"},"sideEffects":false}