@storm-software/config-tools 1.133.2 → 1.133.4
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 -2
- package/dist/{chunk-HB72CIXB.js → chunk-7LUIP6PQ.js} +1 -0
- package/dist/{chunk-4I3VB7B4.js → chunk-AX56DLMV.js} +17 -17
- package/dist/{chunk-Z6KGUYVE.js → chunk-AYVEVLX7.js} +10 -10
- package/dist/{chunk-KX62XKXR.mjs → chunk-BDBWBTMW.mjs} +1 -1
- package/dist/{chunk-MW3ECYT3.js → chunk-BQWJSIGF.js} +43 -30
- package/dist/{chunk-4MBJSEBS.js → chunk-CO2NVYPR.js} +4 -4
- package/dist/chunk-DKTC7KUS.mjs +14 -0
- package/dist/{chunk-GORCQQGS.mjs → chunk-GQAPQGTR.mjs} +2 -2
- package/dist/chunk-HQDBPM6Q.mjs +27 -0
- package/dist/{chunk-WSK3J3XQ.mjs → chunk-ITHOTGIJ.mjs} +2 -2
- package/dist/{chunk-5FVCBU6R.mjs → chunk-KN4FWZ5M.mjs} +1 -1
- package/dist/{chunk-KNCWTODF.js → chunk-LNLZS4DW.js} +3 -3
- package/dist/{chunk-MJJ7UOJ7.mjs → chunk-MJS5XRE6.mjs} +1 -0
- package/dist/{chunk-ZJOTERLI.mjs → chunk-OONRDTMT.mjs} +1 -0
- package/dist/{chunk-WLOD7C6O.js → chunk-OQLT27Y3.js} +1 -0
- package/dist/chunk-ORZJN6XC.js +27 -0
- package/dist/{chunk-QQ2ANR5T.js → chunk-PYET3L7X.js} +5 -0
- package/dist/chunk-PYKV5UE3.js +14 -0
- package/dist/chunk-QOJMUMJR.mjs +24 -0
- package/dist/{chunk-I6PX575K.mjs → chunk-QX3BA2JR.mjs} +6 -6
- package/dist/chunk-SEQZA3NM.js +24 -0
- package/dist/chunk-T3JLYD7F.js +70 -0
- package/dist/{chunk-K44Z36LS.js → chunk-UMLKUSGE.js} +9 -9
- package/dist/{chunk-25WKQUCS.js → chunk-UNJVNXY7.js} +5 -5
- package/dist/{chunk-KFTO4V5W.mjs → chunk-VGI5MGGT.mjs} +5 -0
- package/dist/{chunk-XOVQCXWL.mjs → chunk-W4ECC4CX.mjs} +24 -11
- package/dist/{chunk-PPRH5US5.mjs → chunk-XBNEIBQ5.mjs} +1 -1
- package/dist/{chunk-GKEOM3CA.mjs → chunk-ZHN5GXW7.mjs} +2 -2
- package/dist/config-file/get-config-file.d.mts +1 -1
- package/dist/config-file/get-config-file.d.ts +1 -1
- package/dist/config-file/get-config-file.js +13 -10
- package/dist/config-file/get-config-file.mjs +12 -9
- package/dist/config-file/index.d.mts +1 -1
- package/dist/config-file/index.d.ts +1 -1
- package/dist/config-file/index.js +13 -10
- package/dist/config-file/index.mjs +12 -9
- package/dist/create-storm-config.d.mts +1 -1
- package/dist/create-storm-config.d.ts +1 -1
- package/dist/create-storm-config.js +16 -13
- package/dist/create-storm-config.mjs +15 -12
- package/dist/env/get-env.d.mts +1 -1
- package/dist/env/get-env.d.ts +1 -1
- package/dist/env/get-env.js +5 -5
- package/dist/env/get-env.mjs +4 -4
- package/dist/env/index.d.mts +1 -1
- package/dist/env/index.d.ts +1 -1
- package/dist/env/index.js +6 -6
- package/dist/env/index.mjs +5 -5
- package/dist/env/set-env.d.mts +1 -1
- package/dist/env/set-env.d.ts +1 -1
- package/dist/env/set-env.js +4 -4
- package/dist/env/set-env.mjs +3 -3
- package/dist/index.d.mts +4 -1
- package/dist/index.d.ts +4 -1
- package/dist/index.js +28 -16
- package/dist/index.mjs +28 -16
- package/dist/logger/chalk.d.mts +5 -0
- package/dist/logger/chalk.d.ts +5 -0
- package/dist/logger/chalk.js +2 -2
- package/dist/logger/chalk.mjs +1 -1
- package/dist/logger/console-icons.d.mts +9 -0
- package/dist/logger/console-icons.d.ts +9 -0
- package/dist/logger/console-icons.js +9 -0
- package/dist/logger/console-icons.mjs +9 -0
- package/dist/logger/console.d.mts +1 -1
- package/dist/logger/console.d.ts +1 -1
- package/dist/logger/console.js +10 -7
- package/dist/logger/console.mjs +9 -6
- package/dist/logger/format-timestamp.d.mts +9 -0
- package/dist/logger/format-timestamp.d.ts +9 -0
- package/dist/logger/format-timestamp.js +7 -0
- package/dist/logger/format-timestamp.mjs +7 -0
- package/dist/logger/get-log-level.d.mts +1 -1
- package/dist/logger/get-log-level.d.ts +1 -1
- package/dist/logger/get-log-level.js +3 -3
- package/dist/logger/get-log-level.mjs +2 -2
- package/dist/logger/index.d.mts +4 -1
- package/dist/logger/index.d.ts +4 -1
- package/dist/logger/index.js +20 -8
- package/dist/logger/index.mjs +19 -7
- package/dist/logger/is-unicode-supported.d.mts +3 -0
- package/dist/logger/is-unicode-supported.d.ts +3 -0
- package/dist/logger/is-unicode-supported.js +7 -0
- package/dist/logger/is-unicode-supported.mjs +7 -0
- package/dist/{types-DGWqy1xb.d.mts → types-CN4ccKlk.d.mts} +67 -67
- package/dist/{types-DGWqy1xb.d.ts → types-CN4ccKlk.d.ts} +67 -67
- package/dist/types.d.mts +3 -2
- package/dist/types.d.ts +3 -2
- package/dist/types.js +2 -2
- package/dist/types.mjs +1 -1
- package/dist/utilities/apply-workspace-tokens.d.mts +1 -1
- package/dist/utilities/apply-workspace-tokens.d.ts +1 -1
- package/dist/utilities/get-default-config.d.mts +1 -1
- package/dist/utilities/get-default-config.d.ts +1 -1
- package/dist/utilities/get-default-config.js +3 -3
- package/dist/utilities/get-default-config.mjs +2 -2
- package/dist/utilities/index.d.mts +1 -1
- package/dist/utilities/index.d.ts +1 -1
- package/dist/utilities/index.js +15 -12
- package/dist/utilities/index.mjs +14 -11
- package/dist/utilities/process-handler.d.mts +1 -1
- package/dist/utilities/process-handler.d.ts +1 -1
- package/dist/utilities/process-handler.js +11 -8
- package/dist/utilities/process-handler.mjs +10 -7
- package/dist/utilities/run.d.mts +1 -1
- package/dist/utilities/run.d.ts +1 -1
- package/package.json +1 -1
- package/dist/chunk-RAXO3D6D.js +0 -70
- /package/dist/{chunk-OHHQHME7.js → chunk-H2652TPM.js} +0 -0
- /package/dist/{chunk-QNMM2MLO.mjs → chunk-R2YPKFGO.mjs} +0 -0
package/dist/types.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as StormConfig } from './types-
|
|
1
|
+
import { S as StormConfig } from './types-CN4ccKlk.mjs';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
type LogLevel = 0 | 10 | 20 | 30 | 35 | 40 | 60 | 70 | 100;
|
|
@@ -13,12 +13,13 @@ declare const LogLevel: {
|
|
|
13
13
|
readonly TRACE: LogLevel;
|
|
14
14
|
readonly ALL: LogLevel;
|
|
15
15
|
};
|
|
16
|
-
type LogLevelLabel = "silent" | "fatal" | "error" | "warn" | "info" | "debug" | "trace" | "all";
|
|
16
|
+
type LogLevelLabel = "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
17
17
|
declare const LogLevelLabel: {
|
|
18
18
|
readonly SILENT: LogLevelLabel;
|
|
19
19
|
readonly FATAL: LogLevelLabel;
|
|
20
20
|
readonly ERROR: LogLevelLabel;
|
|
21
21
|
readonly WARN: LogLevelLabel;
|
|
22
|
+
readonly SUCCESS: LogLevelLabel;
|
|
22
23
|
readonly INFO: LogLevelLabel;
|
|
23
24
|
readonly DEBUG: LogLevelLabel;
|
|
24
25
|
readonly TRACE: LogLevelLabel;
|
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as StormConfig } from './types-
|
|
1
|
+
import { S as StormConfig } from './types-CN4ccKlk.js';
|
|
2
2
|
import 'zod';
|
|
3
3
|
|
|
4
4
|
type LogLevel = 0 | 10 | 20 | 30 | 35 | 40 | 60 | 70 | 100;
|
|
@@ -13,12 +13,13 @@ declare const LogLevel: {
|
|
|
13
13
|
readonly TRACE: LogLevel;
|
|
14
14
|
readonly ALL: LogLevel;
|
|
15
15
|
};
|
|
16
|
-
type LogLevelLabel = "silent" | "fatal" | "error" | "warn" | "info" | "debug" | "trace" | "all";
|
|
16
|
+
type LogLevelLabel = "silent" | "fatal" | "error" | "warn" | "success" | "info" | "debug" | "trace" | "all";
|
|
17
17
|
declare const LogLevelLabel: {
|
|
18
18
|
readonly SILENT: LogLevelLabel;
|
|
19
19
|
readonly FATAL: LogLevelLabel;
|
|
20
20
|
readonly ERROR: LogLevelLabel;
|
|
21
21
|
readonly WARN: LogLevelLabel;
|
|
22
|
+
readonly SUCCESS: LogLevelLabel;
|
|
22
23
|
readonly INFO: LogLevelLabel;
|
|
23
24
|
readonly DEBUG: LogLevelLabel;
|
|
24
25
|
readonly TRACE: LogLevelLabel;
|
package/dist/types.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkOQLT27Y3js = require('./chunk-OQLT27Y3.js');
|
|
5
5
|
require('./chunk-RBSVNX4W.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.LogLevel =
|
|
9
|
+
exports.LogLevel = _chunkOQLT27Y3js.LogLevel; exports.LogLevelLabel = _chunkOQLT27Y3js.LogLevelLabel;
|
package/dist/types.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseTokenizerOptions, ProjectTokenizerOptions } from '../types.mjs';
|
|
2
|
-
import '../types-
|
|
2
|
+
import '../types-CN4ccKlk.mjs';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare const applyWorkspaceBaseTokens: (option: string, tokenizerOptions: BaseTokenizerOptions) => Promise<string>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { BaseTokenizerOptions, ProjectTokenizerOptions } from '../types.js';
|
|
2
|
-
import '../types-
|
|
2
|
+
import '../types-CN4ccKlk.js';
|
|
3
3
|
import 'zod';
|
|
4
4
|
|
|
5
5
|
declare const applyWorkspaceBaseTokens: (option: string, tokenizerOptions: BaseTokenizerOptions) => Promise<string>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkUNJVNXY7js = require('../chunk-UNJVNXY7.js');
|
|
5
5
|
require('../chunk-T7WO327S.js');
|
|
6
6
|
require('../chunk-K7V3S3BW.js');
|
|
7
|
-
require('../chunk-
|
|
7
|
+
require('../chunk-7LUIP6PQ.js');
|
|
8
8
|
require('../chunk-JYGRRNZP.js');
|
|
9
9
|
require('../chunk-RBSVNX4W.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.DEFAULT_COLOR_CONFIG =
|
|
13
|
+
exports.DEFAULT_COLOR_CONFIG = _chunkUNJVNXY7js.DEFAULT_COLOR_CONFIG; exports.getDefaultConfig = _chunkUNJVNXY7js.getDefaultConfig;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
DEFAULT_COLOR_CONFIG,
|
|
3
3
|
getDefaultConfig
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-BDBWBTMW.mjs";
|
|
5
5
|
import "../chunk-36YIAZMD.mjs";
|
|
6
6
|
import "../chunk-LQCUO5PV.mjs";
|
|
7
|
-
import "../chunk-
|
|
7
|
+
import "../chunk-OONRDTMT.mjs";
|
|
8
8
|
import "../chunk-5EN3BWVN.mjs";
|
|
9
9
|
import "../chunk-EVEP57Q3.mjs";
|
|
10
10
|
export {
|
|
@@ -6,6 +6,6 @@ export { DEFAULT_COLOR_CONFIG, getDefaultConfig } from './get-default-config.mjs
|
|
|
6
6
|
export { exitWithError, exitWithSuccess, handleProcess } from './process-handler.mjs';
|
|
7
7
|
export { IOType, LARGE_BUFFER, StdioOptions, run, runAsync } from './run.mjs';
|
|
8
8
|
import '../types.mjs';
|
|
9
|
-
import '../types-
|
|
9
|
+
import '../types-CN4ccKlk.mjs';
|
|
10
10
|
import 'zod';
|
|
11
11
|
import 'child_process';
|
|
@@ -6,6 +6,6 @@ export { DEFAULT_COLOR_CONFIG, getDefaultConfig } from './get-default-config.js'
|
|
|
6
6
|
export { exitWithError, exitWithSuccess, handleProcess } from './process-handler.js';
|
|
7
7
|
export { IOType, LARGE_BUFFER, StdioOptions, run, runAsync } from './run.js';
|
|
8
8
|
import '../types.js';
|
|
9
|
-
import '../types-
|
|
9
|
+
import '../types-CN4ccKlk.js';
|
|
10
10
|
import 'zod';
|
|
11
11
|
import 'child_process';
|
package/dist/utilities/index.js
CHANGED
|
@@ -2,40 +2,43 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
var _chunk7GSJ2YLJjs = require('../chunk-7GSJ2YLJ.js');
|
|
5
6
|
|
|
6
|
-
var _chunkK44Z36LSjs = require('../chunk-K44Z36LS.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
+
var _chunkUMLKUSGEjs = require('../chunk-UMLKUSGE.js');
|
|
10
11
|
|
|
11
|
-
var _chunkZ5UYG3QUjs = require('../chunk-Z5UYG3QU.js');
|
|
12
|
-
require('../chunk-MW3ECYT3.js');
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
|
|
16
|
-
var
|
|
17
|
-
require('../chunk-
|
|
15
|
+
var _chunkZ5UYG3QUjs = require('../chunk-Z5UYG3QU.js');
|
|
16
|
+
require('../chunk-BQWJSIGF.js');
|
|
18
17
|
|
|
19
18
|
|
|
20
19
|
|
|
20
|
+
var _chunkUNJVNXY7js = require('../chunk-UNJVNXY7.js');
|
|
21
|
+
require('../chunk-PYET3L7X.js');
|
|
22
|
+
require('../chunk-ORZJN6XC.js');
|
|
23
|
+
require('../chunk-PYKV5UE3.js');
|
|
24
|
+
require('../chunk-SEQZA3NM.js');
|
|
21
25
|
|
|
22
|
-
var _chunkVK6ZC6XPjs = require('../chunk-VK6ZC6XP.js');
|
|
23
26
|
|
|
24
27
|
|
|
25
28
|
|
|
26
|
-
var
|
|
29
|
+
var _chunkVK6ZC6XPjs = require('../chunk-VK6ZC6XP.js');
|
|
27
30
|
|
|
28
31
|
|
|
29
32
|
|
|
30
|
-
var
|
|
33
|
+
var _chunkT7WO327Sjs = require('../chunk-T7WO327S.js');
|
|
31
34
|
require('../chunk-K7V3S3BW.js');
|
|
32
|
-
require('../chunk-
|
|
33
|
-
require('../chunk-
|
|
35
|
+
require('../chunk-7LUIP6PQ.js');
|
|
36
|
+
require('../chunk-T3JLYD7F.js');
|
|
34
37
|
|
|
35
38
|
|
|
36
39
|
|
|
37
40
|
var _chunkJYGRRNZPjs = require('../chunk-JYGRRNZP.js');
|
|
38
|
-
require('../chunk-
|
|
41
|
+
require('../chunk-OQLT27Y3.js');
|
|
39
42
|
require('../chunk-RBSVNX4W.js');
|
|
40
43
|
|
|
41
44
|
|
|
@@ -55,4 +58,4 @@ require('../chunk-RBSVNX4W.js');
|
|
|
55
58
|
|
|
56
59
|
|
|
57
60
|
|
|
58
|
-
exports.DEFAULT_COLOR_CONFIG =
|
|
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;
|
package/dist/utilities/index.mjs
CHANGED
|
@@ -1,20 +1,27 @@
|
|
|
1
1
|
import "../chunk-LQGTS5ON.mjs";
|
|
2
|
+
import {
|
|
3
|
+
findFileName,
|
|
4
|
+
removeExtension
|
|
5
|
+
} from "../chunk-LJLITR54.mjs";
|
|
2
6
|
import {
|
|
3
7
|
exitWithError,
|
|
4
8
|
exitWithSuccess,
|
|
5
9
|
handleProcess
|
|
6
|
-
} from "../chunk-
|
|
10
|
+
} from "../chunk-XBNEIBQ5.mjs";
|
|
7
11
|
import {
|
|
8
12
|
LARGE_BUFFER,
|
|
9
13
|
run,
|
|
10
14
|
runAsync
|
|
11
15
|
} from "../chunk-2Z2NUZGO.mjs";
|
|
12
|
-
import "../chunk-
|
|
16
|
+
import "../chunk-W4ECC4CX.mjs";
|
|
13
17
|
import {
|
|
14
18
|
DEFAULT_COLOR_CONFIG,
|
|
15
19
|
getDefaultConfig
|
|
16
|
-
} from "../chunk-
|
|
17
|
-
import "../chunk-
|
|
20
|
+
} from "../chunk-BDBWBTMW.mjs";
|
|
21
|
+
import "../chunk-VGI5MGGT.mjs";
|
|
22
|
+
import "../chunk-HQDBPM6Q.mjs";
|
|
23
|
+
import "../chunk-DKTC7KUS.mjs";
|
|
24
|
+
import "../chunk-QOJMUMJR.mjs";
|
|
18
25
|
import {
|
|
19
26
|
applyWorkspaceBaseTokens,
|
|
20
27
|
applyWorkspaceProjectTokens,
|
|
@@ -24,18 +31,14 @@ import {
|
|
|
24
31
|
findWorkspaceRoot,
|
|
25
32
|
findWorkspaceRootSafe
|
|
26
33
|
} from "../chunk-36YIAZMD.mjs";
|
|
27
|
-
import {
|
|
28
|
-
findFileName,
|
|
29
|
-
removeExtension
|
|
30
|
-
} from "../chunk-LJLITR54.mjs";
|
|
31
34
|
import "../chunk-LQCUO5PV.mjs";
|
|
32
|
-
import "../chunk-
|
|
33
|
-
import "../chunk-
|
|
35
|
+
import "../chunk-OONRDTMT.mjs";
|
|
36
|
+
import "../chunk-ZHN5GXW7.mjs";
|
|
34
37
|
import {
|
|
35
38
|
correctPaths,
|
|
36
39
|
joinPaths
|
|
37
40
|
} from "../chunk-5EN3BWVN.mjs";
|
|
38
|
-
import "../chunk-
|
|
41
|
+
import "../chunk-MJS5XRE6.mjs";
|
|
39
42
|
import "../chunk-EVEP57Q3.mjs";
|
|
40
43
|
export {
|
|
41
44
|
DEFAULT_COLOR_CONFIG,
|
|
@@ -2,19 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
6
|
-
require('../chunk-
|
|
7
|
-
require('../chunk-
|
|
8
|
-
require('../chunk-
|
|
5
|
+
var _chunkUMLKUSGEjs = require('../chunk-UMLKUSGE.js');
|
|
6
|
+
require('../chunk-BQWJSIGF.js');
|
|
7
|
+
require('../chunk-UNJVNXY7.js');
|
|
8
|
+
require('../chunk-PYET3L7X.js');
|
|
9
|
+
require('../chunk-ORZJN6XC.js');
|
|
10
|
+
require('../chunk-PYKV5UE3.js');
|
|
11
|
+
require('../chunk-SEQZA3NM.js');
|
|
9
12
|
require('../chunk-T7WO327S.js');
|
|
10
13
|
require('../chunk-K7V3S3BW.js');
|
|
11
|
-
require('../chunk-
|
|
12
|
-
require('../chunk-
|
|
14
|
+
require('../chunk-7LUIP6PQ.js');
|
|
15
|
+
require('../chunk-T3JLYD7F.js');
|
|
13
16
|
require('../chunk-JYGRRNZP.js');
|
|
14
|
-
require('../chunk-
|
|
17
|
+
require('../chunk-OQLT27Y3.js');
|
|
15
18
|
require('../chunk-RBSVNX4W.js');
|
|
16
19
|
|
|
17
20
|
|
|
18
21
|
|
|
19
22
|
|
|
20
|
-
exports.exitWithError =
|
|
23
|
+
exports.exitWithError = _chunkUMLKUSGEjs.exitWithError; exports.exitWithSuccess = _chunkUMLKUSGEjs.exitWithSuccess; exports.handleProcess = _chunkUMLKUSGEjs.handleProcess;
|
|
@@ -2,16 +2,19 @@ import {
|
|
|
2
2
|
exitWithError,
|
|
3
3
|
exitWithSuccess,
|
|
4
4
|
handleProcess
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-XBNEIBQ5.mjs";
|
|
6
|
+
import "../chunk-W4ECC4CX.mjs";
|
|
7
|
+
import "../chunk-BDBWBTMW.mjs";
|
|
8
|
+
import "../chunk-VGI5MGGT.mjs";
|
|
9
|
+
import "../chunk-HQDBPM6Q.mjs";
|
|
10
|
+
import "../chunk-DKTC7KUS.mjs";
|
|
11
|
+
import "../chunk-QOJMUMJR.mjs";
|
|
9
12
|
import "../chunk-36YIAZMD.mjs";
|
|
10
13
|
import "../chunk-LQCUO5PV.mjs";
|
|
11
|
-
import "../chunk-
|
|
12
|
-
import "../chunk-
|
|
14
|
+
import "../chunk-OONRDTMT.mjs";
|
|
15
|
+
import "../chunk-ZHN5GXW7.mjs";
|
|
13
16
|
import "../chunk-5EN3BWVN.mjs";
|
|
14
|
-
import "../chunk-
|
|
17
|
+
import "../chunk-MJS5XRE6.mjs";
|
|
15
18
|
import "../chunk-EVEP57Q3.mjs";
|
|
16
19
|
export {
|
|
17
20
|
exitWithError,
|
package/dist/utilities/run.d.mts
CHANGED
package/dist/utilities/run.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/config-tools","version":"1.133.
|
|
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}
|
package/dist/chunk-RAXO3D6D.js
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
var _chunkWLOD7C6Ojs = require('./chunk-WLOD7C6O.js');
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var _chunkRBSVNX4Wjs = require('./chunk-RBSVNX4W.js');
|
|
9
|
-
|
|
10
|
-
// src/logger/get-log-level.ts
|
|
11
|
-
_chunkRBSVNX4Wjs.init_cjs_shims.call(void 0, );
|
|
12
|
-
var getLogLevel = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (label) => {
|
|
13
|
-
switch (label) {
|
|
14
|
-
case "all":
|
|
15
|
-
return _chunkWLOD7C6Ojs.LogLevel.ALL;
|
|
16
|
-
case "trace":
|
|
17
|
-
return _chunkWLOD7C6Ojs.LogLevel.TRACE;
|
|
18
|
-
case "debug":
|
|
19
|
-
return _chunkWLOD7C6Ojs.LogLevel.DEBUG;
|
|
20
|
-
case "info":
|
|
21
|
-
return _chunkWLOD7C6Ojs.LogLevel.INFO;
|
|
22
|
-
case "warn":
|
|
23
|
-
return _chunkWLOD7C6Ojs.LogLevel.WARN;
|
|
24
|
-
case "error":
|
|
25
|
-
return _chunkWLOD7C6Ojs.LogLevel.ERROR;
|
|
26
|
-
case "fatal":
|
|
27
|
-
return _chunkWLOD7C6Ojs.LogLevel.FATAL;
|
|
28
|
-
case "silent":
|
|
29
|
-
return _chunkWLOD7C6Ojs.LogLevel.SILENT;
|
|
30
|
-
default:
|
|
31
|
-
return _chunkWLOD7C6Ojs.LogLevel.INFO;
|
|
32
|
-
}
|
|
33
|
-
}, "getLogLevel");
|
|
34
|
-
var getLogLevelLabel = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (logLevel = _chunkWLOD7C6Ojs.LogLevel.INFO) => {
|
|
35
|
-
if (logLevel >= _chunkWLOD7C6Ojs.LogLevel.ALL) {
|
|
36
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.ALL;
|
|
37
|
-
}
|
|
38
|
-
if (logLevel >= _chunkWLOD7C6Ojs.LogLevel.TRACE) {
|
|
39
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.TRACE;
|
|
40
|
-
}
|
|
41
|
-
if (logLevel >= _chunkWLOD7C6Ojs.LogLevel.DEBUG) {
|
|
42
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.DEBUG;
|
|
43
|
-
}
|
|
44
|
-
if (logLevel >= _chunkWLOD7C6Ojs.LogLevel.INFO) {
|
|
45
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.INFO;
|
|
46
|
-
}
|
|
47
|
-
if (logLevel >= _chunkWLOD7C6Ojs.LogLevel.WARN) {
|
|
48
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.WARN;
|
|
49
|
-
}
|
|
50
|
-
if (logLevel >= _chunkWLOD7C6Ojs.LogLevel.ERROR) {
|
|
51
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.ERROR;
|
|
52
|
-
}
|
|
53
|
-
if (logLevel >= _chunkWLOD7C6Ojs.LogLevel.FATAL) {
|
|
54
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.FATAL;
|
|
55
|
-
}
|
|
56
|
-
if (logLevel <= _chunkWLOD7C6Ojs.LogLevel.SILENT) {
|
|
57
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.SILENT;
|
|
58
|
-
}
|
|
59
|
-
return _chunkWLOD7C6Ojs.LogLevelLabel.INFO;
|
|
60
|
-
}, "getLogLevelLabel");
|
|
61
|
-
var isVerbose = /* @__PURE__ */ _chunkRBSVNX4Wjs.__name.call(void 0, (label = _chunkWLOD7C6Ojs.LogLevelLabel.SILENT) => {
|
|
62
|
-
const logLevel = typeof label === "string" ? getLogLevel(label) : label;
|
|
63
|
-
return logLevel <= _chunkWLOD7C6Ojs.LogLevel.DEBUG;
|
|
64
|
-
}, "isVerbose");
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
exports.getLogLevel = getLogLevel; exports.getLogLevelLabel = getLogLevelLabel; exports.isVerbose = isVerbose;
|
|
File without changes
|
|
File without changes
|