@storm-software/config-tools 1.190.28 → 1.190.30

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.
Files changed (39) hide show
  1. package/bin/config.cjs +2 -2
  2. package/bin/config.js +2 -2
  3. package/dist/{chunk-H7J7UFAV.cjs → chunk-7BV3TN4A.cjs} +2 -2
  4. package/dist/{chunk-4IHL3E5M.js → chunk-H3L23WJP.js} +30 -30
  5. package/dist/{chunk-MNUSVN5B.js → chunk-IYJ6U24W.js} +1 -1
  6. package/dist/{chunk-FZ2ZJFWB.js → chunk-JEXHEXUL.js} +2 -2
  7. package/dist/{chunk-BF4MDUTR.cjs → chunk-KNTFBCSC.cjs} +30 -30
  8. package/dist/{chunk-2JA3KDUW.js → chunk-KU5A6DL7.js} +1 -1
  9. package/dist/{chunk-NFL55S75.cjs → chunk-KVDFCWQO.cjs} +3 -3
  10. package/dist/{chunk-BEFNWKPD.cjs → chunk-LIMDNHMS.cjs} +3 -3
  11. package/dist/{chunk-TLZTD7WU.js → chunk-OF7EYF6B.js} +1 -1
  12. package/dist/{chunk-IMRWBPKB.cjs → chunk-PVXLZGIP.cjs} +10 -10
  13. package/dist/{chunk-C47DWQVX.js → chunk-RHW4Y2PU.js} +1 -1
  14. package/dist/{chunk-3SX4SLEU.js → chunk-RQCCSNVL.js} +1 -1
  15. package/dist/{chunk-EYNQLRTA.cjs → chunk-WPMG4JLN.cjs} +10 -10
  16. package/dist/{chunk-GXRAHLKT.cjs → chunk-ZGMADORE.cjs} +9 -9
  17. package/dist/config-file/get-config-file.cjs +6 -6
  18. package/dist/config-file/get-config-file.js +5 -5
  19. package/dist/config-file/index.cjs +6 -6
  20. package/dist/config-file/index.js +5 -5
  21. package/dist/create-storm-config.cjs +7 -7
  22. package/dist/create-storm-config.js +6 -6
  23. package/dist/get-config.cjs +8 -8
  24. package/dist/get-config.js +7 -7
  25. package/dist/index.cjs +8 -8
  26. package/dist/index.js +7 -7
  27. package/dist/logger/console.cjs +2 -2
  28. package/dist/logger/console.js +1 -1
  29. package/dist/logger/create-logger.cjs +3 -3
  30. package/dist/logger/create-logger.js +2 -2
  31. package/dist/logger/index.cjs +3 -3
  32. package/dist/logger/index.js +2 -2
  33. package/dist/utilities/index.cjs +5 -5
  34. package/dist/utilities/index.js +4 -4
  35. package/dist/utilities/process-handler.cjs +3 -3
  36. package/dist/utilities/process-handler.js +2 -2
  37. package/dist/utilities/toml.cjs +4 -4
  38. package/dist/utilities/toml.js +3 -3
  39. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../chunk-7PV6L7I7.cjs');
2
2
 
3
3
 
4
- var _chunkIMRWBPKBcjs = require('../chunk-IMRWBPKB.cjs');
4
+ var _chunkPVXLZGIPcjs = require('../chunk-PVXLZGIP.cjs');
5
5
 
6
6
 
7
7
 
@@ -16,7 +16,7 @@ var _chunkIMRWBPKBcjs = require('../chunk-IMRWBPKB.cjs');
16
16
 
17
17
 
18
18
 
19
- var _chunkBF4MDUTRcjs = require('../chunk-BF4MDUTR.cjs');
19
+ var _chunkKNTFBCSCcjs = require('../chunk-KNTFBCSC.cjs');
20
20
  require('../chunk-L4YHJZ6Q.cjs');
21
21
 
22
22
 
@@ -58,4 +58,4 @@ require('../chunk-7QBTVNMR.cjs');
58
58
 
59
59
 
60
60
 
61
- exports.CONSOLE_ICONS = _chunkEC2KPWRGcjs.CONSOLE_ICONS; exports.brandIcon = _chunkBF4MDUTRcjs.brandIcon; exports.createLogger = _chunkIMRWBPKBcjs.createLogger; exports.formatLogMessage = _chunkBF4MDUTRcjs.formatLogMessage; exports.formatTimestamp = _chunkWQJYIPSLcjs.formatTimestamp; exports.getChalk = _chunkLOY6ICHZcjs.getChalk; exports.getLogFn = _chunkBF4MDUTRcjs.getLogFn; exports.getLogLevel = _chunkJWLDCEBZcjs.getLogLevel; exports.getLogLevelLabel = _chunkJWLDCEBZcjs.getLogLevelLabel; exports.getStopwatch = _chunkBF4MDUTRcjs.getStopwatch; exports.isUnicodeSupported = _chunkDTGT4OI3cjs.isUnicodeSupported; exports.isVerbose = _chunkJWLDCEBZcjs.isVerbose; exports.writeDebug = _chunkBF4MDUTRcjs.writeDebug; exports.writeError = _chunkBF4MDUTRcjs.writeError; exports.writeFatal = _chunkBF4MDUTRcjs.writeFatal; exports.writeInfo = _chunkBF4MDUTRcjs.writeInfo; exports.writePerformance = _chunkBF4MDUTRcjs.writePerformance; exports.writeSuccess = _chunkBF4MDUTRcjs.writeSuccess; exports.writeSystem = _chunkBF4MDUTRcjs.writeSystem; exports.writeTrace = _chunkBF4MDUTRcjs.writeTrace; exports.writeWarning = _chunkBF4MDUTRcjs.writeWarning;
61
+ exports.CONSOLE_ICONS = _chunkEC2KPWRGcjs.CONSOLE_ICONS; exports.brandIcon = _chunkKNTFBCSCcjs.brandIcon; exports.createLogger = _chunkPVXLZGIPcjs.createLogger; exports.formatLogMessage = _chunkKNTFBCSCcjs.formatLogMessage; exports.formatTimestamp = _chunkWQJYIPSLcjs.formatTimestamp; exports.getChalk = _chunkLOY6ICHZcjs.getChalk; exports.getLogFn = _chunkKNTFBCSCcjs.getLogFn; exports.getLogLevel = _chunkJWLDCEBZcjs.getLogLevel; exports.getLogLevelLabel = _chunkJWLDCEBZcjs.getLogLevelLabel; exports.getStopwatch = _chunkKNTFBCSCcjs.getStopwatch; exports.isUnicodeSupported = _chunkDTGT4OI3cjs.isUnicodeSupported; exports.isVerbose = _chunkJWLDCEBZcjs.isVerbose; exports.writeDebug = _chunkKNTFBCSCcjs.writeDebug; exports.writeError = _chunkKNTFBCSCcjs.writeError; exports.writeFatal = _chunkKNTFBCSCcjs.writeFatal; exports.writeInfo = _chunkKNTFBCSCcjs.writeInfo; exports.writePerformance = _chunkKNTFBCSCcjs.writePerformance; exports.writeSuccess = _chunkKNTFBCSCcjs.writeSuccess; exports.writeSystem = _chunkKNTFBCSCcjs.writeSystem; exports.writeTrace = _chunkKNTFBCSCcjs.writeTrace; exports.writeWarning = _chunkKNTFBCSCcjs.writeWarning;
@@ -1,7 +1,7 @@
1
1
  import "../chunk-RRKB32OH.js";
2
2
  import {
3
3
  createLogger
4
- } from "../chunk-TLZTD7WU.js";
4
+ } from "../chunk-OF7EYF6B.js";
5
5
  import {
6
6
  brandIcon,
7
7
  formatLogMessage,
@@ -16,7 +16,7 @@ import {
16
16
  writeSystem,
17
17
  writeTrace,
18
18
  writeWarning
19
- } from "../chunk-4IHL3E5M.js";
19
+ } from "../chunk-H3L23WJP.js";
20
20
  import "../chunk-5DQF4GNF.js";
21
21
  import {
22
22
  getChalk
@@ -3,7 +3,7 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkGXRAHLKTcjs = require('../chunk-GXRAHLKT.cjs');
6
+ var _chunkZGMADOREcjs = require('../chunk-ZGMADORE.cjs');
7
7
 
8
8
 
9
9
 
@@ -15,7 +15,7 @@ var _chunk6Y623TCScjs = require('../chunk-6Y623TCS.cjs');
15
15
 
16
16
 
17
17
 
18
- var _chunkH7J7UFAVcjs = require('../chunk-H7J7UFAV.cjs');
18
+ var _chunk7BV3TN4Acjs = require('../chunk-7BV3TN4A.cjs');
19
19
 
20
20
 
21
21
 
@@ -36,8 +36,8 @@ var _chunkCFXT4ZAWcjs = require('../chunk-CFXT4ZAW.cjs');
36
36
  var _chunk3CNCDDWZcjs = require('../chunk-3CNCDDWZ.cjs');
37
37
  require('../chunk-NJFLUTGH.cjs');
38
38
  require('../chunk-7PV6L7I7.cjs');
39
- require('../chunk-IMRWBPKB.cjs');
40
- require('../chunk-BF4MDUTR.cjs');
39
+ require('../chunk-PVXLZGIP.cjs');
40
+ require('../chunk-KNTFBCSC.cjs');
41
41
 
42
42
 
43
43
 
@@ -106,4 +106,4 @@ require('../chunk-7QBTVNMR.cjs');
106
106
 
107
107
 
108
108
 
109
- exports.DEFAULT_COLOR_CONFIG = _chunkL4YHJZ6Qcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError = _chunkGXRAHLKTcjs.exitWithError; exports.exitWithSuccess = _chunkGXRAHLKTcjs.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.getColor = _chunkL4YHJZ6Qcjs.getColor; exports.getColors = _chunkL4YHJZ6Qcjs.getColors; exports.getGradient = _chunkL4YHJZ6Qcjs.getGradient; exports.getPackageJsonConfig = _chunkCFXT4ZAWcjs.getPackageJsonConfig; exports.handleProcess = _chunkGXRAHLKTcjs.handleProcess; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.modifyCargoNestedTable = _chunkH7J7UFAVcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkH7J7UFAVcjs.modifyCargoTable; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.parseCargoToml = _chunkH7J7UFAVcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkH7J7UFAVcjs.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.stringifyCargoToml = _chunkH7J7UFAVcjs.stringifyCargoToml; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath;
109
+ exports.DEFAULT_COLOR_CONFIG = _chunkL4YHJZ6Qcjs.DEFAULT_COLOR_CONFIG; exports.LARGE_BUFFER = _chunk6Y623TCScjs.LARGE_BUFFER; exports.applyDefaultConfig = _chunkCFXT4ZAWcjs.applyDefaultConfig; exports.applyWorkspaceBaseTokens = _chunkEMO3BY53cjs.applyWorkspaceBaseTokens; exports.applyWorkspaceProjectTokens = _chunkEMO3BY53cjs.applyWorkspaceProjectTokens; exports.applyWorkspaceTokens = _chunkEMO3BY53cjs.applyWorkspaceTokens; exports.basename = _chunkBDATZ3UBcjs.basename; exports.correctPaths = _chunkBDATZ3UBcjs.correctPaths; exports.dirname = _chunkBDATZ3UBcjs.dirname; exports.exitWithError = _chunkZGMADOREcjs.exitWithError; exports.exitWithSuccess = _chunkZGMADOREcjs.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.getColor = _chunkL4YHJZ6Qcjs.getColor; exports.getColors = _chunkL4YHJZ6Qcjs.getColors; exports.getGradient = _chunkL4YHJZ6Qcjs.getGradient; exports.getPackageJsonConfig = _chunkCFXT4ZAWcjs.getPackageJsonConfig; exports.handleProcess = _chunkZGMADOREcjs.handleProcess; exports.isAbsolute = _chunkBDATZ3UBcjs.isAbsolute; exports.joinPaths = _chunkBDATZ3UBcjs.joinPaths; exports.modifyCargoNestedTable = _chunk7BV3TN4Acjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunk7BV3TN4Acjs.modifyCargoTable; exports.normalizeString = _chunkBDATZ3UBcjs.normalizeString; exports.normalizeWindowsPath = _chunkBDATZ3UBcjs.normalizeWindowsPath; exports.parse = _chunkBDATZ3UBcjs.parse; exports.parseCargoToml = _chunk7BV3TN4Acjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunk7BV3TN4Acjs.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.stringifyCargoToml = _chunk7BV3TN4Acjs.stringifyCargoToml; exports.toNamespacedPath = _chunkBDATZ3UBcjs.toNamespacedPath;
@@ -3,7 +3,7 @@ import {
3
3
  exitWithError,
4
4
  exitWithSuccess,
5
5
  handleProcess
6
- } from "../chunk-MNUSVN5B.js";
6
+ } from "../chunk-IYJ6U24W.js";
7
7
  import {
8
8
  LARGE_BUFFER,
9
9
  run,
@@ -15,7 +15,7 @@ import {
15
15
  parseCargoToml,
16
16
  parseCargoTomlWithTree,
17
17
  stringifyCargoToml
18
- } from "../chunk-C47DWQVX.js";
18
+ } from "../chunk-RHW4Y2PU.js";
19
19
  import {
20
20
  applyWorkspaceBaseTokens,
21
21
  applyWorkspaceProjectTokens,
@@ -36,8 +36,8 @@ import {
36
36
  } from "../chunk-LF3SAK2O.js";
37
37
  import "../chunk-RUKM6FCF.js";
38
38
  import "../chunk-RRKB32OH.js";
39
- import "../chunk-TLZTD7WU.js";
40
- import "../chunk-4IHL3E5M.js";
39
+ import "../chunk-OF7EYF6B.js";
40
+ import "../chunk-H3L23WJP.js";
41
41
  import {
42
42
  DEFAULT_COLOR_CONFIG,
43
43
  getColor,
@@ -2,8 +2,8 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkGXRAHLKTcjs = require('../chunk-GXRAHLKT.cjs');
6
- require('../chunk-BF4MDUTR.cjs');
5
+ var _chunkZGMADOREcjs = require('../chunk-ZGMADORE.cjs');
6
+ require('../chunk-KNTFBCSC.cjs');
7
7
  require('../chunk-L4YHJZ6Q.cjs');
8
8
  require('../chunk-LOY6ICHZ.cjs');
9
9
  require('../chunk-EC2KPWRG.cjs');
@@ -15,4 +15,4 @@ require('../chunk-7QBTVNMR.cjs');
15
15
 
16
16
 
17
17
 
18
- exports.exitWithError = _chunkGXRAHLKTcjs.exitWithError; exports.exitWithSuccess = _chunkGXRAHLKTcjs.exitWithSuccess; exports.handleProcess = _chunkGXRAHLKTcjs.handleProcess;
18
+ exports.exitWithError = _chunkZGMADOREcjs.exitWithError; exports.exitWithSuccess = _chunkZGMADOREcjs.exitWithSuccess; exports.handleProcess = _chunkZGMADOREcjs.handleProcess;
@@ -2,8 +2,8 @@ import {
2
2
  exitWithError,
3
3
  exitWithSuccess,
4
4
  handleProcess
5
- } from "../chunk-MNUSVN5B.js";
6
- import "../chunk-4IHL3E5M.js";
5
+ } from "../chunk-IYJ6U24W.js";
6
+ import "../chunk-H3L23WJP.js";
7
7
  import "../chunk-5DQF4GNF.js";
8
8
  import "../chunk-HVVJHTFS.js";
9
9
  import "../chunk-ZFNAUMQS.js";
@@ -4,10 +4,10 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkH7J7UFAVcjs = require('../chunk-H7J7UFAV.cjs');
7
+ var _chunk7BV3TN4Acjs = require('../chunk-7BV3TN4A.cjs');
8
8
  require('../chunk-7PV6L7I7.cjs');
9
- require('../chunk-IMRWBPKB.cjs');
10
- require('../chunk-BF4MDUTR.cjs');
9
+ require('../chunk-PVXLZGIP.cjs');
10
+ require('../chunk-KNTFBCSC.cjs');
11
11
  require('../chunk-L4YHJZ6Q.cjs');
12
12
  require('../chunk-LOY6ICHZ.cjs');
13
13
  require('../chunk-EC2KPWRG.cjs');
@@ -21,4 +21,4 @@ require('../chunk-7QBTVNMR.cjs');
21
21
 
22
22
 
23
23
 
24
- exports.modifyCargoNestedTable = _chunkH7J7UFAVcjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkH7J7UFAVcjs.modifyCargoTable; exports.parseCargoToml = _chunkH7J7UFAVcjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkH7J7UFAVcjs.parseCargoTomlWithTree; exports.stringifyCargoToml = _chunkH7J7UFAVcjs.stringifyCargoToml;
24
+ exports.modifyCargoNestedTable = _chunk7BV3TN4Acjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunk7BV3TN4Acjs.modifyCargoTable; exports.parseCargoToml = _chunk7BV3TN4Acjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunk7BV3TN4Acjs.parseCargoTomlWithTree; exports.stringifyCargoToml = _chunk7BV3TN4Acjs.stringifyCargoToml;
@@ -4,10 +4,10 @@ import {
4
4
  parseCargoToml,
5
5
  parseCargoTomlWithTree,
6
6
  stringifyCargoToml
7
- } from "../chunk-C47DWQVX.js";
7
+ } from "../chunk-RHW4Y2PU.js";
8
8
  import "../chunk-RRKB32OH.js";
9
- import "../chunk-TLZTD7WU.js";
10
- import "../chunk-4IHL3E5M.js";
9
+ import "../chunk-OF7EYF6B.js";
10
+ import "../chunk-H3L23WJP.js";
11
11
  import "../chunk-5DQF4GNF.js";
12
12
  import "../chunk-HVVJHTFS.js";
13
13
  import "../chunk-ZFNAUMQS.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/config-tools",
3
- "version": "1.190.28",
3
+ "version": "1.190.30",
4
4
  "private": false,
5
5
  "description": "A package containing various utilities to support custom workspace configurations and environment management for Storm Software projects, including configuration file handling, environment variable management, and logging utilities.",
6
6
  "keywords": [
@@ -212,11 +212,11 @@
212
212
  "files": ["dist/**/*"],
213
213
  "dependencies": {
214
214
  "@ltd/j-toml": "1.38.0",
215
- "@storm-software/config": "^1.137.60",
215
+ "@storm-software/config": "^1.137.62",
216
216
  "c12": "^2.0.4",
217
217
  "chalk": "^4.1.2",
218
218
  "commander": "^12.1.0",
219
- "date-fns": "^4.2.1",
219
+ "date-fns": "^4.3.0",
220
220
  "defu": "^6.1.7",
221
221
  "giget": "^1.2.5",
222
222
  "jiti": "^2.7.0",
@@ -230,5 +230,5 @@
230
230
  "peerDependencies": { "zod": "^3.25.0 || ^4.0.0" },
231
231
  "peerDependenciesMeta": { "zod": { "optional": false } },
232
232
  "publishConfig": { "access": "public" },
233
- "gitHead": "42b408900abb4a73a8aff680c965302c59a37234"
233
+ "gitHead": "9e0891595dca1742a6d48e6833c648e8ad79327c"
234
234
  }