@storm-software/config-tools 1.134.0 → 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.
- package/dist/{chunk-ORZJN6XC.js → chunk-6AYXKAF5.js} +2 -1
- package/dist/{chunk-LNLZS4DW.js → chunk-6YGTRWBL.js} +3 -3
- package/dist/{chunk-HQDBPM6Q.mjs → chunk-72XOK5QO.mjs} +2 -1
- package/dist/{chunk-AX56DLMV.js → chunk-ECOO5OEH.js} +9 -9
- package/dist/{chunk-W4ECC4CX.mjs → chunk-K4HDY4FW.mjs} +8 -8
- package/dist/{chunk-QX3BA2JR.mjs → chunk-NE7YN3QU.mjs} +2 -2
- package/dist/{chunk-UMLKUSGE.js → chunk-SSRF7DP6.js} +9 -9
- package/dist/{chunk-BQWJSIGF.js → chunk-TOFECHBM.js} +8 -8
- package/dist/{chunk-XBNEIBQ5.mjs → chunk-Y7RRG653.mjs} +1 -1
- package/dist/{chunk-KN4FWZ5M.mjs → chunk-ZRER4HVA.mjs} +1 -1
- package/dist/config-file/get-config-file.js +5 -5
- package/dist/config-file/get-config-file.mjs +4 -4
- package/dist/config-file/index.js +5 -5
- package/dist/config-file/index.mjs +4 -4
- package/dist/create-storm-config.js +6 -6
- package/dist/create-storm-config.mjs +5 -5
- package/dist/index.js +6 -6
- package/dist/index.mjs +5 -5
- package/dist/logger/console-icons.js +2 -2
- package/dist/logger/console-icons.mjs +1 -1
- package/dist/logger/console.js +3 -3
- package/dist/logger/console.mjs +2 -2
- package/dist/logger/index.js +3 -3
- package/dist/logger/index.mjs +2 -2
- package/dist/utilities/index.js +4 -4
- package/dist/utilities/index.mjs +3 -3
- package/dist/utilities/process-handler.js +4 -4
- package/dist/utilities/process-handler.mjs +3 -3
- package/package.json +1 -1
|
@@ -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("\
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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("\
|
|
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
|
|
4
|
+
var _chunk6YGTRWBLjs = require('./chunk-6YGTRWBL.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
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(
|
|
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
|
-
|
|
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
|
|
84
|
+
const configFile = await _chunk6YGTRWBLjs.getConfigFile.call(void 0, _workspaceRoot);
|
|
85
85
|
if (!configFile) {
|
|
86
|
-
|
|
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 =
|
|
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
|
-
|
|
93
|
-
${
|
|
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-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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-
|
|
4
|
+
} from "./chunk-ZRER4HVA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
formatLogMessage,
|
|
7
7
|
writeTrace,
|
|
8
8
|
writeWarning
|
|
9
|
-
} from "./chunk-
|
|
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
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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");
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk6YGTRWBLjs = require('../chunk-6YGTRWBL.js');
|
|
5
5
|
require('../chunk-22DJFJ62.js');
|
|
6
6
|
require('../chunk-7GSJ2YLJ.js');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-SSRF7DP6.js');
|
|
8
8
|
require('../chunk-Z5UYG3QU.js');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-TOFECHBM.js');
|
|
10
10
|
require('../chunk-UNJVNXY7.js');
|
|
11
11
|
require('../chunk-PYET3L7X.js');
|
|
12
|
-
require('../chunk-
|
|
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 =
|
|
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-
|
|
4
|
+
} from "../chunk-ZRER4HVA.mjs";
|
|
5
5
|
import "../chunk-LQGTS5ON.mjs";
|
|
6
6
|
import "../chunk-LJLITR54.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-Y7RRG653.mjs";
|
|
8
8
|
import "../chunk-2Z2NUZGO.mjs";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-K4HDY4FW.mjs";
|
|
10
10
|
import "../chunk-BDBWBTMW.mjs";
|
|
11
11
|
import "../chunk-VGI5MGGT.mjs";
|
|
12
|
-
import "../chunk-
|
|
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
|
|
5
|
+
var _chunk6YGTRWBLjs = require('../chunk-6YGTRWBL.js');
|
|
6
6
|
require('../chunk-22DJFJ62.js');
|
|
7
7
|
require('../chunk-7GSJ2YLJ.js');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-SSRF7DP6.js');
|
|
9
9
|
require('../chunk-Z5UYG3QU.js');
|
|
10
|
-
require('../chunk-
|
|
10
|
+
require('../chunk-TOFECHBM.js');
|
|
11
11
|
require('../chunk-UNJVNXY7.js');
|
|
12
12
|
require('../chunk-PYET3L7X.js');
|
|
13
|
-
require('../chunk-
|
|
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 =
|
|
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-
|
|
5
|
+
} from "../chunk-ZRER4HVA.mjs";
|
|
6
6
|
import "../chunk-LQGTS5ON.mjs";
|
|
7
7
|
import "../chunk-LJLITR54.mjs";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-Y7RRG653.mjs";
|
|
9
9
|
import "../chunk-2Z2NUZGO.mjs";
|
|
10
|
-
import "../chunk-
|
|
10
|
+
import "../chunk-K4HDY4FW.mjs";
|
|
11
11
|
import "../chunk-BDBWBTMW.mjs";
|
|
12
12
|
import "../chunk-VGI5MGGT.mjs";
|
|
13
|
-
import "../chunk-
|
|
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
|
|
7
|
-
require('./chunk-
|
|
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-
|
|
10
|
+
require('./chunk-SSRF7DP6.js');
|
|
11
11
|
require('./chunk-Z5UYG3QU.js');
|
|
12
|
-
require('./chunk-
|
|
12
|
+
require('./chunk-TOFECHBM.js');
|
|
13
13
|
require('./chunk-UNJVNXY7.js');
|
|
14
14
|
require('./chunk-PYET3L7X.js');
|
|
15
|
-
require('./chunk-
|
|
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 =
|
|
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-
|
|
7
|
-
import "./chunk-
|
|
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-
|
|
10
|
+
import "./chunk-Y7RRG653.mjs";
|
|
11
11
|
import "./chunk-2Z2NUZGO.mjs";
|
|
12
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-K4HDY4FW.mjs";
|
|
13
13
|
import "./chunk-BDBWBTMW.mjs";
|
|
14
14
|
import "./chunk-VGI5MGGT.mjs";
|
|
15
|
-
import "./chunk-
|
|
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
|
|
7
|
+
var _chunkECOO5OEHjs = require('./chunk-ECOO5OEH.js');
|
|
8
8
|
require('./chunk-OLORJVVT.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
var
|
|
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
|
|
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
|
|
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
|
|
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 =
|
|
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-
|
|
7
|
+
} from "./chunk-NE7YN3QU.mjs";
|
|
8
8
|
import "./chunk-5GHDZSSH.mjs";
|
|
9
9
|
import {
|
|
10
10
|
getConfigFile,
|
|
11
11
|
getConfigFileByName
|
|
12
|
-
} from "./chunk-
|
|
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-
|
|
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-
|
|
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-
|
|
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
|
|
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 =
|
|
9
|
+
exports.CONSOLE_ICONS = _chunk6AYXKAF5js.CONSOLE_ICONS;
|
package/dist/logger/console.js
CHANGED
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
var
|
|
13
|
+
var _chunkTOFECHBMjs = require('../chunk-TOFECHBM.js');
|
|
14
14
|
require('../chunk-UNJVNXY7.js');
|
|
15
15
|
require('../chunk-PYET3L7X.js');
|
|
16
|
-
require('../chunk-
|
|
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 =
|
|
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;
|
package/dist/logger/console.mjs
CHANGED
|
@@ -10,10 +10,10 @@ import {
|
|
|
10
10
|
writeSystem,
|
|
11
11
|
writeTrace,
|
|
12
12
|
writeWarning
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-K4HDY4FW.mjs";
|
|
14
14
|
import "../chunk-BDBWBTMW.mjs";
|
|
15
15
|
import "../chunk-VGI5MGGT.mjs";
|
|
16
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-72XOK5QO.mjs";
|
|
17
17
|
import "../chunk-DKTC7KUS.mjs";
|
|
18
18
|
import "../chunk-QOJMUMJR.mjs";
|
|
19
19
|
import "../chunk-36YIAZMD.mjs";
|
package/dist/logger/index.js
CHANGED
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
var
|
|
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
|
|
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 =
|
|
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;
|
package/dist/logger/index.mjs
CHANGED
|
@@ -11,14 +11,14 @@ import {
|
|
|
11
11
|
writeSystem,
|
|
12
12
|
writeTrace,
|
|
13
13
|
writeWarning
|
|
14
|
-
} from "../chunk-
|
|
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-
|
|
21
|
+
} from "../chunk-72XOK5QO.mjs";
|
|
22
22
|
import {
|
|
23
23
|
formatTimestamp
|
|
24
24
|
} from "../chunk-DKTC7KUS.mjs";
|
package/dist/utilities/index.js
CHANGED
|
@@ -7,19 +7,19 @@ var _chunk7GSJ2YLJjs = require('../chunk-7GSJ2YLJ.js');
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
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-
|
|
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-
|
|
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 =
|
|
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;
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -7,19 +7,19 @@ import {
|
|
|
7
7
|
exitWithError,
|
|
8
8
|
exitWithSuccess,
|
|
9
9
|
handleProcess
|
|
10
|
-
} from "../chunk-
|
|
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-
|
|
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-
|
|
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
|
|
6
|
-
require('../chunk-
|
|
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-
|
|
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 =
|
|
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-
|
|
6
|
-
import "../chunk-
|
|
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-
|
|
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.
|
|
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}
|