@storm-software/config-tools 1.189.77 → 1.190.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/README.md +1 -1
- package/bin/config.cjs +17 -28
- package/bin/config.js +17 -28
- package/dist/{chunk-Q4XFXQVF.cjs → chunk-6IBSNO2S.cjs} +9 -9
- package/dist/{chunk-X6AAQM4H.js → chunk-7KE7OYDW.js} +9 -9
- package/dist/{chunk-DTC27IVR.js → chunk-CZGO7WY3.js} +1 -1
- package/dist/{chunk-DLJF3QQS.cjs → chunk-DZS54O6N.cjs} +16 -27
- package/dist/{chunk-MN5CJYWO.cjs → chunk-EEPODKNE.cjs} +10 -10
- package/dist/{chunk-KJJNDXDT.cjs → chunk-HUQ5Y2QK.cjs} +2 -2
- package/dist/chunk-JZAYHDV3.js +8 -0
- package/dist/{chunk-RLO6OMCM.js → chunk-KLUNEHDC.js} +1 -1
- package/dist/{chunk-TVLYWDEI.cjs → chunk-KOSKDPTM.cjs} +3 -3
- package/dist/{chunk-JLQZPWQ2.js → chunk-KVDT6KNS.js} +2 -2
- package/dist/{chunk-G4FBFCNL.js → chunk-ORVHSCSN.js} +1 -1
- package/dist/{chunk-PWT57ER4.cjs → chunk-PAQH5U2F.cjs} +3 -3
- package/dist/{chunk-JWLOTPPR.js → chunk-PN7H7GUE.js} +1 -1
- package/dist/chunk-S22A75II.cjs +35 -0
- package/dist/{chunk-XHJNCOIU.js → chunk-TOMKPXJE.js} +16 -27
- package/dist/chunk-WQJYIPSL.cjs +8 -0
- package/dist/config-file/get-config-file.cjs +7 -7
- package/dist/config-file/get-config-file.js +6 -6
- package/dist/config-file/index.cjs +7 -7
- package/dist/config-file/index.js +6 -6
- package/dist/create-storm-config.cjs +8 -8
- package/dist/create-storm-config.js +7 -7
- package/dist/get-config.cjs +9 -9
- package/dist/get-config.js +8 -8
- package/dist/index.cjs +9 -9
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8 -8
- package/dist/logger/console.cjs +3 -3
- package/dist/logger/console.d.cts +20 -2
- package/dist/logger/console.d.ts +20 -2
- package/dist/logger/console.js +2 -2
- package/dist/logger/create-logger.cjs +4 -4
- package/dist/logger/create-logger.js +3 -3
- package/dist/logger/format-timestamp.cjs +2 -2
- package/dist/logger/format-timestamp.d.cts +2 -1
- package/dist/logger/format-timestamp.d.ts +2 -1
- package/dist/logger/format-timestamp.js +1 -1
- package/dist/logger/index.cjs +4 -4
- package/dist/logger/index.d.cts +1 -1
- package/dist/logger/index.d.ts +1 -1
- package/dist/logger/index.js +3 -3
- package/dist/utilities/index.cjs +6 -6
- package/dist/utilities/index.js +5 -5
- package/dist/utilities/process-handler.cjs +4 -4
- package/dist/utilities/process-handler.js +3 -3
- package/dist/utilities/toml.cjs +5 -5
- package/dist/utilities/toml.js +4 -4
- package/package.json +3 -3
- package/dist/chunk-BN6MEGGY.cjs +0 -8
- package/dist/chunk-CZ4IE2QN.js +0 -8
- package/dist/chunk-YWMI5JWG.cjs +0 -35
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
var _chunk3CNCDDWZcjs = require('./chunk-3CNCDDWZ.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkDZS54O6Ncjs = require('./chunk-DZS54O6N.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunkBDATZ3UBcjs = require('./chunk-BDATZ3UB.cjs');
|
|
@@ -52,7 +52,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
52
52
|
let config = result.config;
|
|
53
53
|
const configFile = result.configFile;
|
|
54
54
|
if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
|
|
55
|
-
|
|
55
|
+
_chunkDZS54O6Ncjs.writeTrace.call(void 0,
|
|
56
56
|
`Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
|
|
57
57
|
{
|
|
58
58
|
logLevel: "all"
|
|
@@ -68,7 +68,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
68
68
|
for (const result2 of results) {
|
|
69
69
|
if (_optionalChain([result2, 'optionalAccess', _5 => _5.config]) && _optionalChain([result2, 'optionalAccess', _6 => _6.configFile]) && Object.keys(result2.config).length > 0) {
|
|
70
70
|
if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
|
|
71
|
-
|
|
71
|
+
_chunkDZS54O6Ncjs.writeTrace.call(void 0,
|
|
72
72
|
`Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
|
|
73
73
|
{
|
|
74
74
|
logLevel: "all"
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkDZS54O6Ncjs = require('./chunk-DZS54O6N.cjs');
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
var _chunk7QBTVNMRcjs = require('./chunk-7QBTVNMR.cjs');
|
|
8
|
+
|
|
9
|
+
// src/logger/create-logger.ts
|
|
10
|
+
var _chalk = require('chalk'); var _chalk2 = _interopRequireDefault(_chalk);
|
|
11
|
+
async function createLogger(config) {
|
|
12
|
+
const writeFatal = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.FATAL, config, { chalk: _chalk2.default });
|
|
13
|
+
const writeError = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.ERROR, config, { chalk: _chalk2.default });
|
|
14
|
+
const writeWarning = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.WARN, config, { chalk: _chalk2.default });
|
|
15
|
+
const writeInfo = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.INFO, config, { chalk: _chalk2.default });
|
|
16
|
+
const writeSuccess = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.SUCCESS, config, { chalk: _chalk2.default });
|
|
17
|
+
const writeDebug = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.DEBUG, config, { chalk: _chalk2.default });
|
|
18
|
+
const writePerformance = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.PERFORMANCE, config, { chalk: _chalk2.default });
|
|
19
|
+
const writeTrace = _chunkDZS54O6Ncjs.getLogFn.call(void 0, _chunk7QBTVNMRcjs.LogLevel.TRACE, config, { chalk: _chalk2.default });
|
|
20
|
+
return {
|
|
21
|
+
fatal: writeFatal,
|
|
22
|
+
error: writeError,
|
|
23
|
+
warning: writeWarning,
|
|
24
|
+
info: writeInfo,
|
|
25
|
+
success: writeSuccess,
|
|
26
|
+
performance: writePerformance,
|
|
27
|
+
debug: writeDebug,
|
|
28
|
+
trace: writeTrace,
|
|
29
|
+
getStopwatch: _chunkDZS54O6Ncjs.getStopwatch
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
exports.createLogger = createLogger;
|
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
} from "./chunk-ZFNAUMQS.js";
|
|
11
11
|
import {
|
|
12
12
|
formatTimestamp
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-JZAYHDV3.js";
|
|
14
14
|
import {
|
|
15
15
|
getLogLevel
|
|
16
16
|
} from "./chunk-SXPH7ILL.js";
|
|
@@ -760,7 +760,12 @@ function formatDistanceToNow(date, options) {
|
|
|
760
760
|
}
|
|
761
761
|
|
|
762
762
|
// src/logger/console.ts
|
|
763
|
-
var getLogFn = (logLevel = LogLevel.INFO, config = {},
|
|
763
|
+
var getLogFn = (logLevel = LogLevel.INFO, config = {}, options = {}) => {
|
|
764
|
+
const {
|
|
765
|
+
chalk: _chalk = getChalk(),
|
|
766
|
+
fullDateTime = false,
|
|
767
|
+
hideDateTime = false
|
|
768
|
+
} = options;
|
|
764
769
|
const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
|
|
765
770
|
const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
|
|
766
771
|
if (logLevel > getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT || getLogLevel(configLogLevel) <= LogLevel.SILENT) {
|
|
@@ -771,9 +776,7 @@ var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
|
|
|
771
776
|
return (message) => {
|
|
772
777
|
console.error(
|
|
773
778
|
`
|
|
774
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
775
|
-
colors.fatal ?? DEFAULT_COLOR_CONFIG.dark.fatal
|
|
776
|
-
)(
|
|
779
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.fatal ?? DEFAULT_COLOR_CONFIG.dark.fatal)(
|
|
777
780
|
`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal] `
|
|
778
781
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
779
782
|
`
|
|
@@ -784,9 +787,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
784
787
|
return (message) => {
|
|
785
788
|
console.error(
|
|
786
789
|
`
|
|
787
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
788
|
-
colors.danger ?? DEFAULT_COLOR_CONFIG.dark.danger
|
|
789
|
-
)(
|
|
790
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.danger ?? DEFAULT_COLOR_CONFIG.dark.danger)(
|
|
790
791
|
`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error] `
|
|
791
792
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
792
793
|
`
|
|
@@ -797,9 +798,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
797
798
|
return (message) => {
|
|
798
799
|
console.warn(
|
|
799
800
|
`
|
|
800
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
801
|
-
colors.warning ?? DEFAULT_COLOR_CONFIG.dark.warning
|
|
802
|
-
)(
|
|
801
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.warning ?? DEFAULT_COLOR_CONFIG.dark.warning)(
|
|
803
802
|
`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn] `
|
|
804
803
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
805
804
|
`
|
|
@@ -810,9 +809,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
810
809
|
return (message) => {
|
|
811
810
|
console.info(
|
|
812
811
|
`
|
|
813
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
814
|
-
colors.success ?? DEFAULT_COLOR_CONFIG.dark.success
|
|
815
|
-
)(
|
|
812
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.success ?? DEFAULT_COLOR_CONFIG.dark.success)(
|
|
816
813
|
`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success] `
|
|
817
814
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
818
815
|
`
|
|
@@ -823,9 +820,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
823
820
|
return (message) => {
|
|
824
821
|
console.info(
|
|
825
822
|
`
|
|
826
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
827
|
-
colors.info ?? DEFAULT_COLOR_CONFIG.dark.info
|
|
828
|
-
)(
|
|
823
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONFIG.dark.info)(
|
|
829
824
|
`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `
|
|
830
825
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
831
826
|
`
|
|
@@ -836,9 +831,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
836
831
|
return (message) => {
|
|
837
832
|
console.debug(
|
|
838
833
|
`
|
|
839
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
840
|
-
colors.performance ?? DEFAULT_COLOR_CONFIG.dark.performance
|
|
841
|
-
)(
|
|
834
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.performance ?? DEFAULT_COLOR_CONFIG.dark.performance)(
|
|
842
835
|
`[${CONSOLE_ICONS[LogLevelLabel.PERFORMANCE]} Performance] `
|
|
843
836
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
844
837
|
`
|
|
@@ -849,9 +842,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
849
842
|
return (message) => {
|
|
850
843
|
console.debug(
|
|
851
844
|
`
|
|
852
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
853
|
-
colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug
|
|
854
|
-
)(
|
|
845
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(
|
|
855
846
|
`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `
|
|
856
847
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
857
848
|
`
|
|
@@ -862,7 +853,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
|
862
853
|
return (message) => {
|
|
863
854
|
console.debug(
|
|
864
855
|
`
|
|
865
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(
|
|
856
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex("#bbbbbb")(
|
|
866
857
|
`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `
|
|
867
858
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
868
859
|
`
|
|
@@ -872,9 +863,7 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(
|
|
|
872
863
|
return (message) => {
|
|
873
864
|
console.log(
|
|
874
865
|
`
|
|
875
|
-
${_chalk.gray(formatTimestamp())} ${_chalk.hex(
|
|
876
|
-
colors.brand ?? DEFAULT_COLOR_CONFIG.dark.brand
|
|
877
|
-
)(
|
|
866
|
+
${hideDateTime ? "" : `${_chalk.gray(formatTimestamp(fullDateTime))} `}${_chalk.hex(colors.brand ?? DEFAULT_COLOR_CONFIG.dark.brand)(
|
|
878
867
|
`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System] `
|
|
879
868
|
)}${_chalk.bold.whiteBright(formatLogMessage(message))}
|
|
880
869
|
`
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});// src/logger/format-timestamp.ts
|
|
2
|
+
var formatTimestamp = (fullDateTime = false, date = /* @__PURE__ */ new Date()) => {
|
|
3
|
+
return fullDateTime ? `${date.toLocaleDateString()} ${date.toLocaleTimeString()}` : `${date.toLocaleTimeString()}`;
|
|
4
|
+
};
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
exports.formatTimestamp = formatTimestamp;
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkPAQH5U2Fcjs = require('../chunk-PAQH5U2F.cjs');
|
|
5
5
|
require('../chunk-3COHMHPU.cjs');
|
|
6
|
-
require('../chunk-
|
|
6
|
+
require('../chunk-6IBSNO2S.cjs');
|
|
7
7
|
require('../chunk-6Y623TCS.cjs');
|
|
8
|
-
require('../chunk-
|
|
8
|
+
require('../chunk-HUQ5Y2QK.cjs');
|
|
9
9
|
require('../chunk-EMO3BY53.cjs');
|
|
10
10
|
require('../chunk-2WBD2G3E.cjs');
|
|
11
11
|
require('../chunk-CFXT4ZAW.cjs');
|
|
12
12
|
require('../chunk-3CNCDDWZ.cjs');
|
|
13
13
|
require('../chunk-NJFLUTGH.cjs');
|
|
14
14
|
require('../chunk-7PV6L7I7.cjs');
|
|
15
|
-
require('../chunk-
|
|
16
|
-
require('../chunk-
|
|
15
|
+
require('../chunk-S22A75II.cjs');
|
|
16
|
+
require('../chunk-DZS54O6N.cjs');
|
|
17
17
|
require('../chunk-L4YHJZ6Q.cjs');
|
|
18
18
|
require('../chunk-LOY6ICHZ.cjs');
|
|
19
19
|
require('../chunk-EC2KPWRG.cjs');
|
|
20
20
|
require('../chunk-DTGT4OI3.cjs');
|
|
21
|
-
require('../chunk-
|
|
21
|
+
require('../chunk-WQJYIPSL.cjs');
|
|
22
22
|
require('../chunk-BDATZ3UB.cjs');
|
|
23
23
|
require('../chunk-JWLDCEBZ.cjs');
|
|
24
24
|
require('../chunk-7QBTVNMR.cjs');
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
exports.getConfigFile =
|
|
28
|
+
exports.getConfigFile = _chunkPAQH5U2Fcjs.getConfigFile; exports.getConfigFileByName = _chunkPAQH5U2Fcjs.getConfigFileByName;
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import {
|
|
2
2
|
getConfigFile,
|
|
3
3
|
getConfigFileByName
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-ORVHSCSN.js";
|
|
5
5
|
import "../chunk-UKGRDKIH.js";
|
|
6
|
-
import "../chunk-
|
|
6
|
+
import "../chunk-PN7H7GUE.js";
|
|
7
7
|
import "../chunk-EENQN6N2.js";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-KLUNEHDC.js";
|
|
9
9
|
import "../chunk-XEHBJ73S.js";
|
|
10
10
|
import "../chunk-KSMN3HSC.js";
|
|
11
11
|
import "../chunk-RGET2UQV.js";
|
|
12
12
|
import "../chunk-LF3SAK2O.js";
|
|
13
13
|
import "../chunk-RUKM6FCF.js";
|
|
14
14
|
import "../chunk-RRKB32OH.js";
|
|
15
|
-
import "../chunk-
|
|
16
|
-
import "../chunk-
|
|
15
|
+
import "../chunk-7KE7OYDW.js";
|
|
16
|
+
import "../chunk-TOMKPXJE.js";
|
|
17
17
|
import "../chunk-5DQF4GNF.js";
|
|
18
18
|
import "../chunk-HVVJHTFS.js";
|
|
19
19
|
import "../chunk-ZFNAUMQS.js";
|
|
20
20
|
import "../chunk-G2MK47WL.js";
|
|
21
|
-
import "../chunk-
|
|
21
|
+
import "../chunk-JZAYHDV3.js";
|
|
22
22
|
import "../chunk-V3GMJ4TX.js";
|
|
23
23
|
import "../chunk-SXPH7ILL.js";
|
|
24
24
|
import "../chunk-RALMUN5C.js";
|
|
@@ -2,28 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkPAQH5U2Fcjs = require('../chunk-PAQH5U2F.cjs');
|
|
6
6
|
require('../chunk-3COHMHPU.cjs');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-6IBSNO2S.cjs');
|
|
8
8
|
require('../chunk-6Y623TCS.cjs');
|
|
9
|
-
require('../chunk-
|
|
9
|
+
require('../chunk-HUQ5Y2QK.cjs');
|
|
10
10
|
require('../chunk-EMO3BY53.cjs');
|
|
11
11
|
require('../chunk-2WBD2G3E.cjs');
|
|
12
12
|
require('../chunk-CFXT4ZAW.cjs');
|
|
13
13
|
require('../chunk-3CNCDDWZ.cjs');
|
|
14
14
|
require('../chunk-NJFLUTGH.cjs');
|
|
15
15
|
require('../chunk-7PV6L7I7.cjs');
|
|
16
|
-
require('../chunk-
|
|
17
|
-
require('../chunk-
|
|
16
|
+
require('../chunk-S22A75II.cjs');
|
|
17
|
+
require('../chunk-DZS54O6N.cjs');
|
|
18
18
|
require('../chunk-L4YHJZ6Q.cjs');
|
|
19
19
|
require('../chunk-LOY6ICHZ.cjs');
|
|
20
20
|
require('../chunk-EC2KPWRG.cjs');
|
|
21
21
|
require('../chunk-DTGT4OI3.cjs');
|
|
22
|
-
require('../chunk-
|
|
22
|
+
require('../chunk-WQJYIPSL.cjs');
|
|
23
23
|
require('../chunk-BDATZ3UB.cjs');
|
|
24
24
|
require('../chunk-JWLDCEBZ.cjs');
|
|
25
25
|
require('../chunk-7QBTVNMR.cjs');
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
exports.getConfigFile =
|
|
29
|
+
exports.getConfigFile = _chunkPAQH5U2Fcjs.getConfigFile; exports.getConfigFileByName = _chunkPAQH5U2Fcjs.getConfigFileByName;
|
|
@@ -2,24 +2,24 @@ import "../chunk-2AVLCXLT.js";
|
|
|
2
2
|
import {
|
|
3
3
|
getConfigFile,
|
|
4
4
|
getConfigFileByName
|
|
5
|
-
} from "../chunk-
|
|
5
|
+
} from "../chunk-ORVHSCSN.js";
|
|
6
6
|
import "../chunk-UKGRDKIH.js";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-PN7H7GUE.js";
|
|
8
8
|
import "../chunk-EENQN6N2.js";
|
|
9
|
-
import "../chunk-
|
|
9
|
+
import "../chunk-KLUNEHDC.js";
|
|
10
10
|
import "../chunk-XEHBJ73S.js";
|
|
11
11
|
import "../chunk-KSMN3HSC.js";
|
|
12
12
|
import "../chunk-RGET2UQV.js";
|
|
13
13
|
import "../chunk-LF3SAK2O.js";
|
|
14
14
|
import "../chunk-RUKM6FCF.js";
|
|
15
15
|
import "../chunk-RRKB32OH.js";
|
|
16
|
-
import "../chunk-
|
|
17
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-7KE7OYDW.js";
|
|
17
|
+
import "../chunk-TOMKPXJE.js";
|
|
18
18
|
import "../chunk-5DQF4GNF.js";
|
|
19
19
|
import "../chunk-HVVJHTFS.js";
|
|
20
20
|
import "../chunk-ZFNAUMQS.js";
|
|
21
21
|
import "../chunk-G2MK47WL.js";
|
|
22
|
-
import "../chunk-
|
|
22
|
+
import "../chunk-JZAYHDV3.js";
|
|
23
23
|
import "../chunk-V3GMJ4TX.js";
|
|
24
24
|
import "../chunk-SXPH7ILL.js";
|
|
25
25
|
import "../chunk-RALMUN5C.js";
|
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
7
|
-
require('./chunk-
|
|
6
|
+
var _chunkEEPODKNEcjs = require('./chunk-EEPODKNE.cjs');
|
|
7
|
+
require('./chunk-PAQH5U2F.cjs');
|
|
8
8
|
require('./chunk-3COHMHPU.cjs');
|
|
9
|
-
require('./chunk-
|
|
9
|
+
require('./chunk-6IBSNO2S.cjs');
|
|
10
10
|
require('./chunk-6Y623TCS.cjs');
|
|
11
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-HUQ5Y2QK.cjs');
|
|
12
12
|
require('./chunk-EMO3BY53.cjs');
|
|
13
13
|
require('./chunk-2WBD2G3E.cjs');
|
|
14
14
|
require('./chunk-CFXT4ZAW.cjs');
|
|
15
15
|
require('./chunk-3CNCDDWZ.cjs');
|
|
16
16
|
require('./chunk-NJFLUTGH.cjs');
|
|
17
17
|
require('./chunk-7PV6L7I7.cjs');
|
|
18
|
-
require('./chunk-
|
|
19
|
-
require('./chunk-
|
|
18
|
+
require('./chunk-S22A75II.cjs');
|
|
19
|
+
require('./chunk-DZS54O6N.cjs');
|
|
20
20
|
require('./chunk-L4YHJZ6Q.cjs');
|
|
21
21
|
require('./chunk-LOY6ICHZ.cjs');
|
|
22
22
|
require('./chunk-EC2KPWRG.cjs');
|
|
23
23
|
require('./chunk-DTGT4OI3.cjs');
|
|
24
|
-
require('./chunk-
|
|
24
|
+
require('./chunk-WQJYIPSL.cjs');
|
|
25
25
|
require('./chunk-B2CQPVVL.cjs');
|
|
26
26
|
require('./chunk-NHILCONI.cjs');
|
|
27
27
|
require('./chunk-BDATZ3UB.cjs');
|
|
@@ -32,4 +32,4 @@ require('./chunk-7QBTVNMR.cjs');
|
|
|
32
32
|
|
|
33
33
|
|
|
34
34
|
|
|
35
|
-
exports.createConfigExtension =
|
|
35
|
+
exports.createConfigExtension = _chunkEEPODKNEcjs.createConfigExtension; exports.createStormWorkspaceConfig = _chunkEEPODKNEcjs.createStormWorkspaceConfig; exports.loadStormWorkspaceConfig = _chunkEEPODKNEcjs.loadStormWorkspaceConfig; exports.tryLoadStormWorkspaceConfig = _chunkEEPODKNEcjs.tryLoadStormWorkspaceConfig;
|
|
@@ -3,25 +3,25 @@ import {
|
|
|
3
3
|
createStormWorkspaceConfig,
|
|
4
4
|
loadStormWorkspaceConfig,
|
|
5
5
|
tryLoadStormWorkspaceConfig
|
|
6
|
-
} from "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
} from "./chunk-KVDT6KNS.js";
|
|
7
|
+
import "./chunk-ORVHSCSN.js";
|
|
8
8
|
import "./chunk-UKGRDKIH.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-PN7H7GUE.js";
|
|
10
10
|
import "./chunk-EENQN6N2.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-KLUNEHDC.js";
|
|
12
12
|
import "./chunk-XEHBJ73S.js";
|
|
13
13
|
import "./chunk-KSMN3HSC.js";
|
|
14
14
|
import "./chunk-RGET2UQV.js";
|
|
15
15
|
import "./chunk-LF3SAK2O.js";
|
|
16
16
|
import "./chunk-RUKM6FCF.js";
|
|
17
17
|
import "./chunk-RRKB32OH.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-7KE7OYDW.js";
|
|
19
|
+
import "./chunk-TOMKPXJE.js";
|
|
20
20
|
import "./chunk-5DQF4GNF.js";
|
|
21
21
|
import "./chunk-HVVJHTFS.js";
|
|
22
22
|
import "./chunk-ZFNAUMQS.js";
|
|
23
23
|
import "./chunk-G2MK47WL.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-JZAYHDV3.js";
|
|
25
25
|
import "./chunk-SDSQ2HHF.js";
|
|
26
26
|
import "./chunk-A5JXMY6X.js";
|
|
27
27
|
import "./chunk-V3GMJ4TX.js";
|
package/dist/get-config.cjs
CHANGED
|
@@ -2,26 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
5
|
+
var _chunkKOSKDPTMcjs = require('./chunk-KOSKDPTM.cjs');
|
|
6
|
+
require('./chunk-EEPODKNE.cjs');
|
|
7
|
+
require('./chunk-PAQH5U2F.cjs');
|
|
8
8
|
require('./chunk-3COHMHPU.cjs');
|
|
9
|
-
require('./chunk-
|
|
9
|
+
require('./chunk-6IBSNO2S.cjs');
|
|
10
10
|
require('./chunk-6Y623TCS.cjs');
|
|
11
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-HUQ5Y2QK.cjs');
|
|
12
12
|
require('./chunk-EMO3BY53.cjs');
|
|
13
13
|
require('./chunk-2WBD2G3E.cjs');
|
|
14
14
|
require('./chunk-CFXT4ZAW.cjs');
|
|
15
15
|
require('./chunk-3CNCDDWZ.cjs');
|
|
16
16
|
require('./chunk-NJFLUTGH.cjs');
|
|
17
17
|
require('./chunk-7PV6L7I7.cjs');
|
|
18
|
-
require('./chunk-
|
|
19
|
-
require('./chunk-
|
|
18
|
+
require('./chunk-S22A75II.cjs');
|
|
19
|
+
require('./chunk-DZS54O6N.cjs');
|
|
20
20
|
require('./chunk-L4YHJZ6Q.cjs');
|
|
21
21
|
require('./chunk-LOY6ICHZ.cjs');
|
|
22
22
|
require('./chunk-EC2KPWRG.cjs');
|
|
23
23
|
require('./chunk-DTGT4OI3.cjs');
|
|
24
|
-
require('./chunk-
|
|
24
|
+
require('./chunk-WQJYIPSL.cjs');
|
|
25
25
|
require('./chunk-B2CQPVVL.cjs');
|
|
26
26
|
require('./chunk-NHILCONI.cjs');
|
|
27
27
|
require('./chunk-BDATZ3UB.cjs');
|
|
@@ -31,4 +31,4 @@ require('./chunk-7QBTVNMR.cjs');
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
exports.getConfig =
|
|
34
|
+
exports.getConfig = _chunkKOSKDPTMcjs.getConfig; exports.getWorkspaceConfig = _chunkKOSKDPTMcjs.getWorkspaceConfig; exports.tryGetWorkspaceConfig = _chunkKOSKDPTMcjs.tryGetWorkspaceConfig;
|
package/dist/get-config.js
CHANGED
|
@@ -2,26 +2,26 @@ import {
|
|
|
2
2
|
getConfig,
|
|
3
3
|
getWorkspaceConfig,
|
|
4
4
|
tryGetWorkspaceConfig
|
|
5
|
-
} from "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
5
|
+
} from "./chunk-CZGO7WY3.js";
|
|
6
|
+
import "./chunk-KVDT6KNS.js";
|
|
7
|
+
import "./chunk-ORVHSCSN.js";
|
|
8
8
|
import "./chunk-UKGRDKIH.js";
|
|
9
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-PN7H7GUE.js";
|
|
10
10
|
import "./chunk-EENQN6N2.js";
|
|
11
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-KLUNEHDC.js";
|
|
12
12
|
import "./chunk-XEHBJ73S.js";
|
|
13
13
|
import "./chunk-KSMN3HSC.js";
|
|
14
14
|
import "./chunk-RGET2UQV.js";
|
|
15
15
|
import "./chunk-LF3SAK2O.js";
|
|
16
16
|
import "./chunk-RUKM6FCF.js";
|
|
17
17
|
import "./chunk-RRKB32OH.js";
|
|
18
|
-
import "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-7KE7OYDW.js";
|
|
19
|
+
import "./chunk-TOMKPXJE.js";
|
|
20
20
|
import "./chunk-5DQF4GNF.js";
|
|
21
21
|
import "./chunk-HVVJHTFS.js";
|
|
22
22
|
import "./chunk-ZFNAUMQS.js";
|
|
23
23
|
import "./chunk-G2MK47WL.js";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-JZAYHDV3.js";
|
|
25
25
|
import "./chunk-SDSQ2HHF.js";
|
|
26
26
|
import "./chunk-A5JXMY6X.js";
|
|
27
27
|
import "./chunk-V3GMJ4TX.js";
|
package/dist/index.cjs
CHANGED
|
@@ -2,24 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkKOSKDPTMcjs = require('./chunk-KOSKDPTM.cjs');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
var
|
|
11
|
+
var _chunkEEPODKNEcjs = require('./chunk-EEPODKNE.cjs');
|
|
12
12
|
require('./chunk-IWD6YQKX.cjs');
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
16
|
+
var _chunkPAQH5U2Fcjs = require('./chunk-PAQH5U2F.cjs');
|
|
17
17
|
require('./chunk-3COHMHPU.cjs');
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
var
|
|
22
|
+
var _chunk6IBSNO2Scjs = require('./chunk-6IBSNO2S.cjs');
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
@@ -31,7 +31,7 @@ var _chunk6Y623TCScjs = require('./chunk-6Y623TCS.cjs');
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
var
|
|
34
|
+
var _chunkHUQ5Y2QKcjs = require('./chunk-HUQ5Y2QK.cjs');
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
@@ -54,7 +54,7 @@ require('./chunk-NJFLUTGH.cjs');
|
|
|
54
54
|
require('./chunk-7PV6L7I7.cjs');
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
var
|
|
57
|
+
var _chunkS22A75IIcjs = require('./chunk-S22A75II.cjs');
|
|
58
58
|
|
|
59
59
|
|
|
60
60
|
|
|
@@ -69,7 +69,7 @@ var _chunkYWMI5JWGcjs = require('./chunk-YWMI5JWG.cjs');
|
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
var
|
|
72
|
+
var _chunkDZS54O6Ncjs = require('./chunk-DZS54O6N.cjs');
|
|
73
73
|
|
|
74
74
|
|
|
75
75
|
|
|
@@ -87,7 +87,7 @@ var _chunkEC2KPWRGcjs = require('./chunk-EC2KPWRG.cjs');
|
|
|
87
87
|
var _chunkDTGT4OI3cjs = require('./chunk-DTGT4OI3.cjs');
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
var
|
|
90
|
+
var _chunkWQJYIPSLcjs = require('./chunk-WQJYIPSL.cjs');
|
|
91
91
|
require('./chunk-65SWKEHV.cjs');
|
|
92
92
|
|
|
93
93
|
|
|
@@ -198,4 +198,4 @@ var _chunk7QBTVNMRcjs = require('./chunk-7QBTVNMR.cjs');
|
|
|
198
198
|
|
|
199
199
|
|
|
200
200
|
|
|
201
|
-
exports.CONSOLE_ICONS = _chunkEC2KPWRGcjs.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkL4YHJZ6Qcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.LogLevel = _chunk7QBTVNMRcjs.LogLevel; exports.LogLevelLabel = _chunk7QBTVNMRcjs.LogLevelLabel; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.brandIcon =
|
|
201
|
+
exports.CONSOLE_ICONS = _chunkEC2KPWRGcjs.CONSOLE_ICONS; exports.DEFAULT_COLOR_CONFIG = _chunkL4YHJZ6Qcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.LogLevel = _chunk7QBTVNMRcjs.LogLevel; exports.LogLevelLabel = _chunk7QBTVNMRcjs.LogLevelLabel; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.brandIcon = _chunkDZS54O6Ncjs.brandIcon; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.createConfigExtension = _chunkEEPODKNEcjs.createConfigExtension; exports.createLogger = _chunkS22A75IIcjs.createLogger; exports.createStormWorkspaceConfig = _chunkEEPODKNEcjs.createStormWorkspaceConfig; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError = _chunk6IBSNO2Scjs.exitWithError; exports.exitWithSuccess = _chunk6IBSNO2Scjs.exitWithSuccess; exports.extname = _chunkBDATZ3UBcjs.extname; exports.findFileName = _chunk2WBD2G3Ecjs.findFileName; exports.findFilePath = _chunk2WBD2G3Ecjs.findFilePath; exports.findWorkspaceRoot = _chunk3CNCDDWZcjs.findWorkspaceRoot; exports.findWorkspaceRootSafe = _chunk3CNCDDWZcjs.findWorkspaceRootSafe; exports.format = _chunkBDATZ3UBcjs.format; exports.formatLogMessage = _chunkDZS54O6Ncjs.formatLogMessage; exports.formatTimestamp = _chunkWQJYIPSLcjs.formatTimestamp; exports.getChalk = _chunkLOY6ICHZcjs.getChalk; exports.getColor = _chunkL4YHJZ6Qcjs.getColor; exports.getColors = _chunkL4YHJZ6Qcjs.getColors; exports.getConfig = _chunkKOSKDPTMcjs.getConfig; exports.getConfigEnv = _chunkNHILCONIcjs.getConfigEnv; exports.getConfigFile = _chunkPAQH5U2Fcjs.getConfigFile; exports.getConfigFileByName = _chunkPAQH5U2Fcjs.getConfigFileByName; exports.getExtensionEnv = _chunkNHILCONIcjs.getExtensionEnv; exports.getGradient = _chunkL4YHJZ6Qcjs.getGradient; exports.getLogFn = _chunkDZS54O6Ncjs.getLogFn; exports.getLogLevel = _chunkJWLDCEBZcjs.getLogLevel; exports.getLogLevelLabel = _chunkJWLDCEBZcjs.getLogLevelLabel; exports.getPackageJsonConfig = _chunkCFXT4ZAWcjs.getPackageJsonConfig; exports.getStopwatch = _chunkDZS54O6Ncjs.getStopwatch; exports.getWorkspaceConfig = _chunkKOSKDPTMcjs.getWorkspaceConfig; exports.handleProcess = _chunk6IBSNO2Scjs.handleProcess; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.isUnicodeSupported = _chunkDTGT4OI3cjs.isUnicodeSupported; exports.isVerbose = _chunkJWLDCEBZcjs.isVerbose; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.loadStormWorkspaceConfig = _chunkEEPODKNEcjs.loadStormWorkspaceConfig; exports.modifyCargoNestedTable = _chunkHUQ5Y2QKcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkHUQ5Y2QKcjs.modifyCargoTable; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.parseCargoToml = _chunkHUQ5Y2QKcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkHUQ5Y2QKcjs.parseCargoTomlWithTree; exports.relative = _chunkBDATZ3UBcjs.relative; exports.removeExtension = _chunk2WBD2G3Ecjs.removeExtension; exports.resolve = _chunkBDATZ3UBcjs.resolve; exports.run = _chunk6Y623TCScjs.run; exports.runAsync = _chunk6Y623TCScjs.runAsync; exports.sep = _chunkBDATZ3UBcjs.sep; exports.setConfigEnv = _chunkB2CQPVVLcjs.setConfigEnv; exports.setExtensionEnv = _chunkB2CQPVVLcjs.setExtensionEnv; exports.stringifyCargoToml = _chunkHUQ5Y2QKcjs.stringifyCargoToml; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath; exports.tryGetWorkspaceConfig = _chunkKOSKDPTMcjs.tryGetWorkspaceConfig; exports.tryLoadStormWorkspaceConfig = _chunkEEPODKNEcjs.tryLoadStormWorkspaceConfig; exports.writeDebug = _chunkDZS54O6Ncjs.writeDebug; exports.writeError = _chunkDZS54O6Ncjs.writeError; exports.writeFatal = _chunkDZS54O6Ncjs.writeFatal; exports.writeInfo = _chunkDZS54O6Ncjs.writeInfo; exports.writePerformance = _chunkDZS54O6Ncjs.writePerformance; exports.writeSuccess = _chunkDZS54O6Ncjs.writeSuccess; exports.writeSystem = _chunkDZS54O6Ncjs.writeSystem; exports.writeTrace = _chunkDZS54O6Ncjs.writeTrace; exports.writeWarning = _chunkDZS54O6Ncjs.writeWarning;
|
package/dist/index.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ export { getConfigEnv, getExtensionEnv } from './env/get-env.cjs';
|
|
|
4
4
|
export { setConfigEnv, setExtensionEnv } from './env/set-env.cjs';
|
|
5
5
|
export { GetWorkspaceConfigOptions, getConfig, getWorkspaceConfig, tryGetWorkspaceConfig } from './get-config.cjs';
|
|
6
6
|
export { GetChalkReturn, getChalk } from './logger/chalk.cjs';
|
|
7
|
-
export { FormatLogMessageOptions, brandIcon, formatLogMessage, getLogFn, getStopwatch, writeDebug, writeError, writeFatal, writeInfo, writePerformance, writeSuccess, writeSystem, writeTrace, writeWarning } from './logger/console.cjs';
|
|
7
|
+
export { FormatLogMessageOptions, GetLogFnOptions, brandIcon, formatLogMessage, getLogFn, getStopwatch, writeDebug, writeError, writeFatal, writeInfo, writePerformance, writeSuccess, writeSystem, writeTrace, writeWarning } from './logger/console.cjs';
|
|
8
8
|
export { CONSOLE_ICONS } from './logger/console-icons.cjs';
|
|
9
9
|
export { createLogger } from './logger/create-logger.cjs';
|
|
10
10
|
export { formatTimestamp } from './logger/format-timestamp.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export { getConfigEnv, getExtensionEnv } from './env/get-env.js';
|
|
|
4
4
|
export { setConfigEnv, setExtensionEnv } from './env/set-env.js';
|
|
5
5
|
export { GetWorkspaceConfigOptions, getConfig, getWorkspaceConfig, tryGetWorkspaceConfig } from './get-config.js';
|
|
6
6
|
export { GetChalkReturn, getChalk } from './logger/chalk.js';
|
|
7
|
-
export { FormatLogMessageOptions, brandIcon, formatLogMessage, getLogFn, getStopwatch, writeDebug, writeError, writeFatal, writeInfo, writePerformance, writeSuccess, writeSystem, writeTrace, writeWarning } from './logger/console.js';
|
|
7
|
+
export { FormatLogMessageOptions, GetLogFnOptions, brandIcon, formatLogMessage, getLogFn, getStopwatch, writeDebug, writeError, writeFatal, writeInfo, writePerformance, writeSuccess, writeSystem, writeTrace, writeWarning } from './logger/console.js';
|
|
8
8
|
export { CONSOLE_ICONS } from './logger/console-icons.js';
|
|
9
9
|
export { createLogger } from './logger/create-logger.js';
|
|
10
10
|
export { formatTimestamp } from './logger/format-timestamp.js';
|