@storm-software/config-tools 1.148.2 → 1.148.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/{chunk-XZ2SIQVM.js → chunk-FDJZUZKJ.js} +4 -4
- package/dist/{chunk-B7WWBK5Z.cjs → chunk-GS25DBTT.cjs} +11 -11
- package/dist/{chunk-7CYF3NP3.cjs → chunk-HKZSDZZ4.cjs} +2 -2
- package/dist/{chunk-TCTVN2ED.js → chunk-Q7MMWMEN.js} +1 -1
- package/dist/{chunk-U34AT42J.cjs → chunk-TZO4SYUO.cjs} +9 -9
- package/dist/{chunk-2ZXJS2DW.js → chunk-UZ5SHCFX.js} +1 -1
- package/dist/{chunk-LOSUA6RB.js → chunk-WMWOH7LS.js} +1 -1
- package/dist/{chunk-GKI43HTL.cjs → chunk-XIVRONKM.cjs} +9 -9
- package/dist/{chunk-QNYJXMP3.cjs → chunk-XVIPFWZW.cjs} +3 -3
- package/dist/{chunk-C3W5DCMU.js → chunk-ZU6V7IRV.js} +1 -1
- package/dist/config-file/get-config-file.cjs +9 -9
- package/dist/config-file/get-config-file.js +8 -8
- package/dist/config-file/index.cjs +9 -9
- package/dist/config-file/index.js +8 -8
- package/dist/create-storm-config.cjs +12 -12
- package/dist/create-storm-config.js +11 -11
- package/dist/env/get-env.cjs +3 -3
- package/dist/env/get-env.js +2 -2
- package/dist/env/index.cjs +4 -4
- package/dist/env/index.js +3 -3
- package/dist/env/set-env.cjs +3 -3
- package/dist/env/set-env.js +2 -2
- package/dist/get-config.cjs +13 -13
- package/dist/get-config.js +12 -12
- package/dist/index.cjs +21 -21
- package/dist/index.js +31 -31
- package/dist/logger/console.cjs +6 -6
- package/dist/logger/console.js +5 -5
- package/dist/logger/create-logger.cjs +7 -7
- package/dist/logger/create-logger.js +6 -6
- package/dist/logger/index.cjs +8 -8
- package/dist/logger/index.js +7 -7
- package/dist/utilities/index.cjs +8 -8
- package/dist/utilities/index.js +7 -7
- package/dist/utilities/process-handler.cjs +7 -7
- package/dist/utilities/process-handler.js +6 -6
- package/package.json +1 -1
- package/dist/{chunk-M7ASNATT.js → chunk-23WUCNWX.js} +3 -3
- package/dist/{chunk-J2TOMCZU.cjs → chunk-7JBLPO7O.cjs} +3 -3
- package/dist/{chunk-ULZULP7Q.cjs → chunk-C4RHWKK6.cjs} +3 -3
- package/dist/{chunk-3557WSPY.js → chunk-CCO2PASC.js} +3 -3
- package/dist/{chunk-YBGTC6FM.cjs → chunk-DD5UX56L.cjs} +2 -2
- package/dist/{chunk-JHJGK3T7.js → chunk-P7Q327IR.js} +3 -3
|
@@ -2,18 +2,18 @@ import {
|
|
|
2
2
|
exitWithError,
|
|
3
3
|
exitWithSuccess,
|
|
4
4
|
handleProcess
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-
|
|
5
|
+
} from "../chunk-UZ5SHCFX.js";
|
|
6
|
+
import "../chunk-23WUCNWX.js";
|
|
7
|
+
import "../chunk-GZFXEQPB.js";
|
|
8
|
+
import "../chunk-OIEEXHKO.js";
|
|
9
|
+
import "../chunk-XQPQRRG3.js";
|
|
7
10
|
import "../chunk-ZA4IO7YJ.js";
|
|
8
11
|
import "../chunk-IUT7Y2UY.js";
|
|
9
12
|
import "../chunk-QBS3OCHH.js";
|
|
10
13
|
import "../chunk-PR7RQHRE.js";
|
|
11
|
-
import "../chunk-GZFXEQPB.js";
|
|
12
|
-
import "../chunk-OIEEXHKO.js";
|
|
13
|
-
import "../chunk-XQPQRRG3.js";
|
|
14
|
-
import "../chunk-HI33NNPB.js";
|
|
15
14
|
import "../chunk-6T3V5XJK.js";
|
|
16
15
|
import "../chunk-MLUBD3PU.js";
|
|
16
|
+
import "../chunk-HI33NNPB.js";
|
|
17
17
|
import "../chunk-POXTJ6GF.js";
|
|
18
18
|
import "../chunk-SHUYVCID.js";
|
|
19
19
|
export {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.148.
|
|
3
|
+
"version": "1.148.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
6
6
|
"repository": {
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DEFAULT_COLOR_CONFIG
|
|
3
|
+
} from "./chunk-GZFXEQPB.js";
|
|
1
4
|
import {
|
|
2
5
|
getChalk
|
|
3
6
|
} from "./chunk-ZA4IO7YJ.js";
|
|
@@ -7,9 +10,6 @@ import {
|
|
|
7
10
|
import {
|
|
8
11
|
formatTimestamp
|
|
9
12
|
} from "./chunk-PR7RQHRE.js";
|
|
10
|
-
import {
|
|
11
|
-
DEFAULT_COLOR_CONFIG
|
|
12
|
-
} from "./chunk-GZFXEQPB.js";
|
|
13
13
|
import {
|
|
14
14
|
getLogLevel
|
|
15
15
|
} from "./chunk-HI33NNPB.js";
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var _chunk3NWKPYIGcjs = require('./chunk-3NWKPYIG.cjs');
|
|
4
|
-
|
|
5
|
-
|
|
6
3
|
|
|
7
4
|
|
|
8
5
|
|
|
@@ -12,6 +9,9 @@ var _chunkSVQE7WVBcjs = require('./chunk-SVQE7WVB.cjs');
|
|
|
12
9
|
var _chunkHESFC24Zcjs = require('./chunk-HESFC24Z.cjs');
|
|
13
10
|
|
|
14
11
|
|
|
12
|
+
var _chunk3NWKPYIGcjs = require('./chunk-3NWKPYIG.cjs');
|
|
13
|
+
|
|
14
|
+
|
|
15
15
|
var _chunkUSNT2KNTcjs = require('./chunk-USNT2KNT.cjs');
|
|
16
16
|
|
|
17
17
|
// src/env/get-env.ts
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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 _chunk2IKEUEGYcjs = require('./chunk-2IKEUEGY.cjs');
|
|
4
|
+
|
|
5
|
+
|
|
3
6
|
var _chunkSLGVSUEVcjs = require('./chunk-SLGVSUEV.cjs');
|
|
4
7
|
|
|
5
8
|
|
|
@@ -9,9 +12,6 @@ var _chunkXY2LDOQ4cjs = require('./chunk-XY2LDOQ4.cjs');
|
|
|
9
12
|
var _chunk7NSHGJWYcjs = require('./chunk-7NSHGJWY.cjs');
|
|
10
13
|
|
|
11
14
|
|
|
12
|
-
var _chunk2IKEUEGYcjs = require('./chunk-2IKEUEGY.cjs');
|
|
13
|
-
|
|
14
|
-
|
|
15
15
|
var _chunk3NWKPYIGcjs = require('./chunk-3NWKPYIG.cjs');
|
|
16
16
|
|
|
17
17
|
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getLogLevelLabel
|
|
3
|
-
} from "./chunk-HI33NNPB.js";
|
|
4
1
|
import {
|
|
5
2
|
COLOR_KEYS,
|
|
6
3
|
STORM_DEFAULT_DOCS,
|
|
@@ -10,6 +7,9 @@ import {
|
|
|
10
7
|
import {
|
|
11
8
|
correctPaths
|
|
12
9
|
} from "./chunk-MLUBD3PU.js";
|
|
10
|
+
import {
|
|
11
|
+
getLogLevelLabel
|
|
12
|
+
} from "./chunk-HI33NNPB.js";
|
|
13
13
|
import {
|
|
14
14
|
__name
|
|
15
15
|
} from "./chunk-SHUYVCID.js";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); 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 _chunkHESFC24Zcjs = require('./chunk-HESFC24Z.cjs');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunk3NWKPYIGcjs = require('./chunk-3NWKPYIG.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
var _chunkIRCFHYKZcjs = require('./chunk-IRCFHYKZ.cjs');
|