@storm-software/k8s-tools 0.42.186 → 0.42.189

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 (43) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/{chunk-FM56KBYY.js → chunk-4H5Z3BSE.js} +4 -4
  3. package/dist/{chunk-ZPQGYWSK.mjs → chunk-4Z3UX5PM.mjs} +1 -1
  4. package/dist/{chunk-YMZMROXK.js → chunk-53FNQIYH.js} +2 -2
  5. package/dist/{chunk-L5AIC4GN.js → chunk-5FV4BJ3X.js} +4 -4
  6. package/dist/{chunk-TSONJFKU.js → chunk-5UJYYCIR.js} +3 -3
  7. package/dist/{chunk-J4YA3MOH.js → chunk-C5TUDDI3.js} +25 -25
  8. package/dist/{chunk-PXNJS7UH.mjs → chunk-CMCVGSQN.mjs} +17 -8
  9. package/dist/{chunk-HGE25HSB.mjs → chunk-D44L22BE.mjs} +2 -2
  10. package/dist/{chunk-JMKGEACE.mjs → chunk-FRGX4W2R.mjs} +3 -3
  11. package/dist/{chunk-GU2ZRLRB.js → chunk-HAYKDYSE.js} +6 -6
  12. package/dist/{chunk-OAJB4SET.js → chunk-J2E3FNWT.js} +17 -8
  13. package/dist/{chunk-EL5PQWDK.mjs → chunk-JXROM4ZH.mjs} +3 -3
  14. package/dist/{chunk-TDDLXL7V.mjs → chunk-LUL6DWN6.mjs} +2 -2
  15. package/dist/{chunk-PHJ2C6SX.mjs → chunk-M5JSZMS4.mjs} +1 -1
  16. package/dist/{chunk-GVBPX4P3.mjs → chunk-OP7PDLMN.mjs} +2 -2
  17. package/dist/{chunk-W2SVIHHZ.mjs → chunk-OZBVI4ZN.mjs} +1 -1
  18. package/dist/{chunk-4AELCTHA.mjs → chunk-QIB7ABAZ.mjs} +1 -1
  19. package/dist/{chunk-BN4ZVYUX.js → chunk-WTSLBPR6.js} +20 -20
  20. package/dist/{chunk-YF2QXLZ7.mjs → chunk-X7KDMWFW.mjs} +1 -1
  21. package/dist/executors.js +5 -5
  22. package/dist/executors.mjs +8 -8
  23. package/dist/generators.js +6 -6
  24. package/dist/generators.mjs +6 -6
  25. package/dist/index.js +9 -9
  26. package/dist/index.mjs +13 -13
  27. package/dist/src/executors/container-publish/executor.js +4 -4
  28. package/dist/src/executors/container-publish/executor.mjs +4 -4
  29. package/dist/src/executors/helm-package/executor.js +4 -4
  30. package/dist/src/executors/helm-package/executor.mjs +5 -5
  31. package/dist/src/generators/helm-chart/generator.js +5 -5
  32. package/dist/src/generators/helm-chart/generator.mjs +5 -5
  33. package/dist/src/generators/helm-dependency/generator.js +5 -5
  34. package/dist/src/generators/helm-dependency/generator.mjs +5 -5
  35. package/dist/src/plugins/docker/index.js +3 -3
  36. package/dist/src/plugins/docker/index.mjs +3 -3
  37. package/dist/src/types.mjs +1 -1
  38. package/dist/src/utils/client.mjs +2 -2
  39. package/dist/src/utils/ensure-init.mjs +1 -1
  40. package/dist/src/utils/index.mjs +3 -3
  41. package/dist/src/utils/prettier.mjs +2 -2
  42. package/dist/tsup.config.mjs +1 -1
  43. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -2,6 +2,35 @@
2
2
 
3
3
  # Changelog for Storm Ops - K8s Tools
4
4
 
5
+ ## [0.42.188](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.188) (05/15/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.295.73**
10
+ - Updated **config-tools** to **v1.190.13**
11
+ - Updated **config** to **v1.137.46**
12
+
13
+ ## [0.42.187](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.187) (05/15/2026)
14
+
15
+ ### Updated Dependencies
16
+
17
+ - Updated **workspace-tools** to **v1.295.72**
18
+ - Updated **config-tools** to **v1.190.12**
19
+ - Updated **config** to **v1.137.45**
20
+
21
+ ## [0.42.186](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.186) (05/14/2026)
22
+
23
+ ### Miscellaneous
24
+
25
+ - **monorepo:** Update `pnpm-lock.yaml` and packages' `README.md` files ([6f43d2237](https://github.com/storm-software/storm-ops/commit/6f43d2237))
26
+ - **workspace-tools:** Update default `nx.json` configurations ([da734b5f4](https://github.com/storm-software/storm-ops/commit/da734b5f4))
27
+
28
+ ### Updated Dependencies
29
+
30
+ - Updated **workspace-tools** to **v1.295.71**
31
+ - Updated **config-tools** to **v1.190.11**
32
+ - Updated **config** to **v1.137.44**
33
+
5
34
  ## [0.42.185](https://github.com/storm-software/storm-ops/releases/tag/k8s-tools%400.42.185) (05/14/2026)
6
35
 
7
36
  ### Miscellaneous
@@ -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 _chunkBN4ZVYUXjs = require('./chunk-BN4ZVYUX.js');
3
+ var _chunkWTSLBPR6js = require('./chunk-WTSLBPR6.js');
4
4
 
5
5
 
6
- var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
6
+ var _chunkJ2E3FNWTjs = require('./chunk-J2E3FNWT.js');
7
7
 
8
8
  // src/generators/helm-chart/generator.ts
9
9
 
@@ -14,7 +14,7 @@ var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
14
14
  var _devkit = require('@nx/devkit');
15
15
  var _path = require('path');
16
16
  async function helmChartGeneratorFn(tree, options, config) {
17
- _chunkOAJB4SETjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to write Helm Chart", config);
17
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to write Helm Chart", config);
18
18
  const project = _devkit.readProjectConfiguration.call(void 0, tree, options.project);
19
19
  if (_optionalChain([project, 'access', _ => _.targets, 'optionalAccess', _2 => _2["helm-package"]])) {
20
20
  throw new Error(
@@ -55,7 +55,7 @@ async function helmChartGeneratorFn(tree, options, config) {
55
55
  success: true
56
56
  };
57
57
  }
58
- var generator_default = _chunkBN4ZVYUXjs.withRunGenerator.call(void 0,
58
+ var generator_default = _chunkWTSLBPR6js.withRunGenerator.call(void 0,
59
59
  "Helm Chart",
60
60
  helmChartGeneratorFn
61
61
  );
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __require
3
- } from "./chunk-W2SVIHHZ.mjs";
3
+ } from "./chunk-OZBVI4ZN.mjs";
4
4
 
5
5
  // src/utils/prettier.ts
6
6
  async function resolveUserExistingPrettierConfig() {
@@ -1,6 +1,6 @@
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 _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
3
+ var _chunkJ2E3FNWTjs = require('./chunk-J2E3FNWT.js');
4
4
 
5
5
  // ../config-tools/src/utilities/apply-workspace-tokens.ts
6
6
  var applyWorkspaceBaseTokens = async (option, tokenParams) => {
@@ -37,7 +37,7 @@ var applyWorkspaceBaseTokens = async (option, tokenParams) => {
37
37
  if (result.includes("{workspaceRoot}")) {
38
38
  result = result.replaceAll(
39
39
  "{workspaceRoot}",
40
- _nullishCoalesce(_nullishCoalesce(tokenParams.workspaceRoot, () => ( _optionalChain([tokenParams, 'access', _2 => _2.config, 'optionalAccess', _3 => _3.workspaceRoot]))), () => ( _chunkOAJB4SETjs.findWorkspaceRoot.call(void 0, )))
40
+ _nullishCoalesce(_nullishCoalesce(tokenParams.workspaceRoot, () => ( _optionalChain([tokenParams, 'access', _2 => _2.config, 'optionalAccess', _3 => _3.workspaceRoot]))), () => ( _chunkJ2E3FNWTjs.findWorkspaceRoot.call(void 0, )))
41
41
  );
42
42
  }
43
43
  return result;
@@ -1,9 +1,9 @@
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
- var _chunkBN4ZVYUXjs = require('./chunk-BN4ZVYUX.js');
3
+ var _chunkWTSLBPR6js = require('./chunk-WTSLBPR6.js');
4
4
 
5
5
 
6
- var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
6
+ var _chunkJ2E3FNWTjs = require('./chunk-J2E3FNWT.js');
7
7
 
8
8
  // src/generators/helm-dependency/generator.ts
9
9
 
@@ -13,7 +13,7 @@ var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
13
13
  var _devkit = require('@nx/devkit');
14
14
  var _yaml = require('yaml');
15
15
  async function helmDependencyGeneratorFn(tree, options, config) {
16
- _chunkOAJB4SETjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to add Helm Dependency", config);
16
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to add Helm Dependency", config);
17
17
  const project = _devkit.readProjectConfiguration.call(void 0, tree, options.project);
18
18
  if (!_optionalChain([project, 'access', _ => _.targets, 'optionalAccess', _2 => _2["helm-package"]])) {
19
19
  throw new Error(
@@ -39,7 +39,7 @@ async function helmDependencyGeneratorFn(tree, options, config) {
39
39
  success: true
40
40
  };
41
41
  }
42
- var generator_default = _chunkBN4ZVYUXjs.withRunGenerator.call(void 0,
42
+ var generator_default = _chunkWTSLBPR6js.withRunGenerator.call(void 0,
43
43
  "Helm Dependency",
44
44
  helmDependencyGeneratorFn
45
45
  );
@@ -8,7 +8,7 @@ var _chunkEK7DMIKJjs = require('./chunk-EK7DMIKJ.js');
8
8
 
9
9
 
10
10
 
11
- var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
11
+ var _chunkJ2E3FNWTjs = require('./chunk-J2E3FNWT.js');
12
12
 
13
13
  // src/plugins/docker/_dockerfile.ts
14
14
 
@@ -42,8 +42,8 @@ var createNodesV2 = [
42
42
  if (_optionalChain([projectJson, 'optionalAccess', _ => _.name])) {
43
43
  return {};
44
44
  }
45
- const workspaceRoot = _chunkOAJB4SETjs.findWorkspaceRoot.call(void 0, );
46
- const config = await _chunkOAJB4SETjs.getConfig.call(void 0, workspaceRoot);
45
+ const workspaceRoot = _chunkJ2E3FNWTjs.findWorkspaceRoot.call(void 0, );
46
+ const config = await _chunkJ2E3FNWTjs.getConfig.call(void 0, workspaceRoot);
47
47
  Object.keys(projectJson).forEach((key) => {
48
48
  if (!project[key]) {
49
49
  project[key] = projectJson[key];
@@ -1,7 +1,7 @@
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 _chunkYMZMROXKjs = require('./chunk-YMZMROXK.js');
4
+ var _chunk53FNQIYHjs = require('./chunk-53FNQIYH.js');
5
5
 
6
6
 
7
7
 
@@ -15,7 +15,7 @@ var _chunkYMZMROXKjs = require('./chunk-YMZMROXK.js');
15
15
 
16
16
 
17
17
 
18
- var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
18
+ var _chunkJ2E3FNWTjs = require('./chunk-J2E3FNWT.js');
19
19
 
20
20
 
21
21
  var _chunk4AADQIGWjs = require('./chunk-4AADQIGW.js');
@@ -23,7 +23,7 @@ var _chunk4AADQIGWjs = require('./chunk-4AADQIGW.js');
23
23
  // ../workspace-tools/src/base/base-executor.ts
24
24
  var _defu = require('defu');
25
25
  var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_options, context) => {
26
- const stopwatch = _chunkOAJB4SETjs.getStopwatch.call(void 0, name);
26
+ const stopwatch = _chunkJ2E3FNWTjs.getStopwatch.call(void 0, name);
27
27
  let options = _options;
28
28
  let config = {};
29
29
  try {
@@ -32,17 +32,17 @@ var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_option
32
32
  "The Build process failed because the context is not valid. Please run this command from a workspace."
33
33
  );
34
34
  }
35
- const workspaceRoot = _chunkOAJB4SETjs.findWorkspaceRoot.call(void 0, );
35
+ const workspaceRoot = _chunkJ2E3FNWTjs.findWorkspaceRoot.call(void 0, );
36
36
  const projectRoot = context.projectsConfigurations.projects[context.projectName].root || workspaceRoot;
37
37
  const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || projectRoot || workspaceRoot;
38
38
  const projectName = context.projectName;
39
39
  config.workspaceRoot = workspaceRoot;
40
- _chunkOAJB4SETjs.writeInfo.call(void 0,
41
- `${_chunkOAJB4SETjs.brandIcon.call(void 0, config)} Running the ${name} executor for ${projectName} `,
40
+ _chunkJ2E3FNWTjs.writeInfo.call(void 0,
41
+ `${_chunkJ2E3FNWTjs.brandIcon.call(void 0, config)} Running the ${name} executor for ${projectName} `,
42
42
  config
43
43
  );
44
44
  if (!executorOptions.skipReadingConfig) {
45
- _chunkOAJB4SETjs.writeTrace.call(void 0,
45
+ _chunkJ2E3FNWTjs.writeTrace.call(void 0,
46
46
  `Loading the Storm Config from environment variables and storm.config.js file...
47
47
  - workspaceRoot: ${workspaceRoot}
48
48
  - projectRoot: ${projectRoot}
@@ -51,42 +51,42 @@ var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_option
51
51
  `,
52
52
  config
53
53
  );
54
- config = await _chunkOAJB4SETjs.getConfig.call(void 0, workspaceRoot);
54
+ config = await _chunkJ2E3FNWTjs.getConfig.call(void 0, workspaceRoot);
55
55
  }
56
56
  if (_optionalChain([executorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.applyDefaultOptions])) {
57
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
57
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
58
58
  options = await Promise.resolve(
59
59
  executorOptions.hooks.applyDefaultOptions(options, config)
60
60
  );
61
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
61
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
62
62
  }
63
- _chunkOAJB4SETjs.writeTrace.call(void 0,
63
+ _chunkJ2E3FNWTjs.writeTrace.call(void 0,
64
64
  `Executor schema options \u2699\uFE0F
65
- ${_chunkOAJB4SETjs.formatLogMessage.call(void 0, options)}
65
+ ${_chunkJ2E3FNWTjs.formatLogMessage.call(void 0, options)}
66
66
  `,
67
67
  config
68
68
  );
69
- const tokenized = await _chunkYMZMROXKjs.applyWorkspaceTokens.call(void 0,
69
+ const tokenized = await _chunk53FNQIYHjs.applyWorkspaceTokens.call(void 0,
70
70
  options,
71
71
  _defu.defu.call(void 0,
72
72
  { workspaceRoot, projectRoot, sourceRoot, projectName, config },
73
73
  config,
74
74
  context.projectsConfigurations.projects[context.projectName]
75
75
  ),
76
- _chunkYMZMROXKjs.applyWorkspaceProjectTokens
76
+ _chunk53FNQIYHjs.applyWorkspaceProjectTokens
77
77
  );
78
- _chunkOAJB4SETjs.writeTrace.call(void 0,
78
+ _chunkJ2E3FNWTjs.writeTrace.call(void 0,
79
79
  `Executor schema tokenized options \u2699\uFE0F
80
- ${_chunkOAJB4SETjs.formatLogMessage.call(void 0, tokenized)}
80
+ ${_chunkJ2E3FNWTjs.formatLogMessage.call(void 0, tokenized)}
81
81
  `,
82
82
  config
83
83
  );
84
84
  if (_optionalChain([executorOptions, 'optionalAccess', _5 => _5.hooks, 'optionalAccess', _6 => _6.preProcess])) {
85
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
85
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
86
86
  await Promise.resolve(
87
87
  executorOptions.hooks.preProcess(tokenized, config)
88
88
  );
89
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
89
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
90
90
  }
91
91
  const ret = executorFn(tokenized, context, config);
92
92
  if (_isFunction(_optionalChain([ret, 'optionalAccess', _7 => _7.next]))) {
@@ -101,7 +101,7 @@ ${_chunkOAJB4SETjs.formatLogMessage.call(void 0, tokenized)}
101
101
  if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess', _8 => _8.error, 'optionalAccess', _9 => _9.message]) && typeof _optionalChain([result, 'optionalAccess', _10 => _10.error, 'optionalAccess', _11 => _11.message]) === "string" && _optionalChain([result, 'optionalAccess', _12 => _12.error, 'optionalAccess', _13 => _13.name]) && typeof _optionalChain([result, 'optionalAccess', _14 => _14.error, 'optionalAccess', _15 => _15.name]) === "string")) {
102
102
  throw new Error(
103
103
  `Failure determined while running the ${name} executor
104
- ${_chunkOAJB4SETjs.formatLogMessage.call(void 0,
104
+ ${_chunkJ2E3FNWTjs.formatLogMessage.call(void 0,
105
105
  result
106
106
  )}`,
107
107
  {
@@ -110,21 +110,21 @@ ${_chunkOAJB4SETjs.formatLogMessage.call(void 0,
110
110
  );
111
111
  }
112
112
  if (_optionalChain([executorOptions, 'optionalAccess', _17 => _17.hooks, 'optionalAccess', _18 => _18.postProcess])) {
113
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
113
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
114
114
  await Promise.resolve(executorOptions.hooks.postProcess(config));
115
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
115
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
116
116
  }
117
- _chunkOAJB4SETjs.writeSuccess.call(void 0, `Completed running the ${name} task executor!
117
+ _chunkJ2E3FNWTjs.writeSuccess.call(void 0, `Completed running the ${name} task executor!
118
118
  `, config);
119
119
  return {
120
120
  success: true
121
121
  };
122
122
  } catch (error) {
123
- _chunkOAJB4SETjs.writeFatal.call(void 0,
123
+ _chunkJ2E3FNWTjs.writeFatal.call(void 0,
124
124
  "A fatal error occurred while running the executor - the process was forced to terminate",
125
125
  config
126
126
  );
127
- _chunkOAJB4SETjs.writeError.call(void 0,
127
+ _chunkJ2E3FNWTjs.writeError.call(void 0,
128
128
  `An exception was thrown in the executor's process
129
129
  - Details: ${error.message}
130
130
  - Stacktrace: ${error.stack}`,
@@ -176,7 +176,7 @@ async function serveExecutor(options, context, config) {
176
176
  remote: options.remote
177
177
  });
178
178
  } else {
179
- _chunkOAJB4SETjs.writeWarning.call(void 0, `Chart packaged at: ${chartPath}`, config);
179
+ _chunkJ2E3FNWTjs.writeWarning.call(void 0, `Chart packaged at: ${chartPath}`, config);
180
180
  }
181
181
  return {
182
182
  success: true
@@ -344,22 +344,31 @@ var getStopwatch = (name) => {
344
344
  );
345
345
  };
346
346
  };
347
- var MAX_DEPTH = 6;
347
+ var MAX_DEPTH = 10;
348
348
  var formatLogMessage = (message, options = {}, depth2 = 0) => {
349
349
  if (depth2 > MAX_DEPTH) {
350
350
  return "<max depth>";
351
351
  }
352
- const prefix = options.prefix ?? "-";
352
+ const prefix = options.prefix ?? "";
353
353
  const skip = options.skip ?? [];
354
- return typeof message === "undefined" || message === null || !message && typeof message !== "boolean" ? "<none>" : typeof message === "string" ? message : Array.isArray(message) ? `
355
- ${message.map((item, index) => ` ${prefix}> #${index} = ${formatLogMessage(item, { prefix: `${prefix}-`, skip }, depth2 + 1)}`).join("\n")}` : typeof message === "object" ? `
356
- ${Object.keys(message).filter((key) => !skip.includes(key)).map(
357
- (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? formatLogMessage(
354
+ const sort = options.sort ?? true;
355
+ return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
356
+ ${message.map(
357
+ (item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
358
+ item,
359
+ { prefix: `${prefix}--`, skip, sort },
360
+ depth2 + 1
361
+ )}`
362
+ ).join("\n")}` : typeof message === "object" ? `
363
+ ${Object.keys(message).filter((key) => !skip.includes(key)).sort(sort ? (a, b) => a.localeCompare(b) : void 0).map(
364
+ (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
365
+ (key2) => !skip.includes(key2)
366
+ ).length === 0 ? "{}" : formatLogMessage(
358
367
  message[key],
359
- { prefix: `${prefix}-`, skip },
368
+ { prefix: `${prefix}--`, skip, sort },
360
369
  depth2 + 1
361
370
  ) : message[key]}`
362
- ).join("\n")}` : message;
371
+ ).join("\n")}` : String(message);
363
372
  };
364
373
  var _isFunction = (value) => {
365
374
  try {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  applyWorkspaceBaseTokens,
3
3
  applyWorkspaceTokens
4
- } from "./chunk-PHJ2C6SX.mjs";
4
+ } from "./chunk-M5JSZMS4.mjs";
5
5
  import {
6
6
  brandIcon,
7
7
  findWorkspaceRoot,
@@ -13,7 +13,7 @@ import {
13
13
  writeInfo,
14
14
  writeSuccess,
15
15
  writeTrace
16
- } from "./chunk-PXNJS7UH.mjs";
16
+ } from "./chunk-CMCVGSQN.mjs";
17
17
 
18
18
  // ../workspace-tools/src/base/base-generator.ts
19
19
  var withRunGenerator = (name, generatorFn, generatorOptions = {
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  applyWorkspaceProjectTokens,
3
3
  applyWorkspaceTokens
4
- } from "./chunk-PHJ2C6SX.mjs";
4
+ } from "./chunk-M5JSZMS4.mjs";
5
5
  import {
6
6
  brandIcon,
7
7
  findWorkspaceRoot,
@@ -15,10 +15,10 @@ import {
15
15
  writeSuccess,
16
16
  writeTrace,
17
17
  writeWarning
18
- } from "./chunk-PXNJS7UH.mjs";
18
+ } from "./chunk-CMCVGSQN.mjs";
19
19
  import {
20
20
  createHelmClient
21
- } from "./chunk-YF2QXLZ7.mjs";
21
+ } from "./chunk-X7KDMWFW.mjs";
22
22
 
23
23
  // ../workspace-tools/src/base/base-executor.ts
24
24
  import { defu } from "defu";
@@ -3,11 +3,11 @@
3
3
  var _chunkEK7DMIKJjs = require('./chunk-EK7DMIKJ.js');
4
4
 
5
5
 
6
- var _chunkYMZMROXKjs = require('./chunk-YMZMROXK.js');
6
+ var _chunk53FNQIYHjs = require('./chunk-53FNQIYH.js');
7
7
 
8
8
 
9
9
 
10
- var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
10
+ var _chunkJ2E3FNWTjs = require('./chunk-J2E3FNWT.js');
11
11
 
12
12
  // src/executors/container-publish/executor.ts
13
13
 
@@ -64,7 +64,7 @@ var applyWorkspaceExecutorTokens = async (option, tokenizerOptions) => {
64
64
  if (result.includes("{workspaceRoot}")) {
65
65
  result = result.replaceAll(
66
66
  "{workspaceRoot}",
67
- _nullishCoalesce(tokenizerOptions.workspaceRoot, () => ( _chunkOAJB4SETjs.findWorkspaceRoot.call(void 0, )))
67
+ _nullishCoalesce(tokenizerOptions.workspaceRoot, () => ( _chunkJ2E3FNWTjs.findWorkspaceRoot.call(void 0, )))
68
68
  );
69
69
  }
70
70
  return result;
@@ -80,8 +80,8 @@ async function* publishExecutor(options, context) {
80
80
  console.info(
81
81
  `\u{1F680} Running Storm Container Registry Publish executor on the ${context.projectName} crate`
82
82
  );
83
- const workspaceRoot = _chunkOAJB4SETjs.findWorkspaceRoot.call(void 0, );
84
- const config = await _chunkOAJB4SETjs.getConfig.call(void 0, workspaceRoot);
83
+ const workspaceRoot = _chunkJ2E3FNWTjs.findWorkspaceRoot.call(void 0, );
84
+ const config = await _chunkJ2E3FNWTjs.getConfig.call(void 0, workspaceRoot);
85
85
  const projectConfig = _optionalChain([context, 'access', _2 => _2.projectsConfigurations, 'optionalAccess', _3 => _3.projects, 'access', _4 => _4[context.projectName]]);
86
86
  if (!projectConfig) {
87
87
  throw new Error(
@@ -92,7 +92,7 @@ async function* publishExecutor(options, context) {
92
92
  const sourceRoot = _nullishCoalesce(_optionalChain([projectConfig, 'optionalAccess', _6 => _6.sourceRoot]), () => ( workspaceRoot));
93
93
  const projectName = _nullishCoalesce(_optionalChain([projectConfig, 'optionalAccess', _7 => _7.name]), () => ( context.projectName));
94
94
  config.workspaceRoot = workspaceRoot;
95
- const tokenized = await _chunkYMZMROXKjs.applyWorkspaceTokens.call(void 0,
95
+ const tokenized = await _chunk53FNQIYHjs.applyWorkspaceTokens.call(void 0,
96
96
  options,
97
97
  {
98
98
  config,
@@ -344,22 +344,31 @@ var getStopwatch = (name) => {
344
344
  );
345
345
  };
346
346
  };
347
- var MAX_DEPTH = 6;
347
+ var MAX_DEPTH = 10;
348
348
  var formatLogMessage = (message, options = {}, depth2 = 0) => {
349
349
  if (depth2 > MAX_DEPTH) {
350
350
  return "<max depth>";
351
351
  }
352
- const prefix = _nullishCoalesce(options.prefix, () => ( "-"));
352
+ const prefix = _nullishCoalesce(options.prefix, () => ( ""));
353
353
  const skip = _nullishCoalesce(options.skip, () => ( []));
354
- return typeof message === "undefined" || message === null || !message && typeof message !== "boolean" ? "<none>" : typeof message === "string" ? message : Array.isArray(message) ? `
355
- ${message.map((item, index) => ` ${prefix}> #${index} = ${formatLogMessage(item, { prefix: `${prefix}-`, skip }, depth2 + 1)}`).join("\n")}` : typeof message === "object" ? `
356
- ${Object.keys(message).filter((key) => !skip.includes(key)).map(
357
- (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? formatLogMessage(
354
+ const sort = _nullishCoalesce(options.sort, () => ( true));
355
+ return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
356
+ ${message.map(
357
+ (item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
358
+ item,
359
+ { prefix: `${prefix}--`, skip, sort },
360
+ depth2 + 1
361
+ )}`
362
+ ).join("\n")}` : typeof message === "object" ? `
363
+ ${Object.keys(message).filter((key) => !skip.includes(key)).sort(sort ? (a, b) => a.localeCompare(b) : void 0).map(
364
+ (key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
365
+ (key2) => !skip.includes(key2)
366
+ ).length === 0 ? "{}" : formatLogMessage(
358
367
  message[key],
359
- { prefix: `${prefix}-`, skip },
368
+ { prefix: `${prefix}--`, skip, sort },
360
369
  depth2 + 1
361
370
  ) : message[key]}`
362
- ).join("\n")}` : message;
371
+ ).join("\n")}` : String(message);
363
372
  };
364
373
  var _isFunction = (value) => {
365
374
  try {
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  withRunGenerator
3
- } from "./chunk-HGE25HSB.mjs";
3
+ } from "./chunk-D44L22BE.mjs";
4
4
  import {
5
5
  writeDebug
6
- } from "./chunk-PXNJS7UH.mjs";
6
+ } from "./chunk-CMCVGSQN.mjs";
7
7
  import {
8
8
  __dirname
9
- } from "./chunk-W2SVIHHZ.mjs";
9
+ } from "./chunk-OZBVI4ZN.mjs";
10
10
 
11
11
  // src/generators/helm-chart/generator.ts
12
12
  import {
@@ -3,11 +3,11 @@ import {
3
3
  } from "./chunk-VWPYSF7C.mjs";
4
4
  import {
5
5
  applyWorkspaceTokens
6
- } from "./chunk-PHJ2C6SX.mjs";
6
+ } from "./chunk-M5JSZMS4.mjs";
7
7
  import {
8
8
  findWorkspaceRoot,
9
9
  getConfig
10
- } from "./chunk-PXNJS7UH.mjs";
10
+ } from "./chunk-CMCVGSQN.mjs";
11
11
 
12
12
  // src/executors/container-publish/executor.ts
13
13
  import {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  findWorkspaceRoot
3
- } from "./chunk-PXNJS7UH.mjs";
3
+ } from "./chunk-CMCVGSQN.mjs";
4
4
 
5
5
  // ../config-tools/src/utilities/apply-workspace-tokens.ts
6
6
  var applyWorkspaceBaseTokens = async (option, tokenParams) => {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  withRunGenerator
3
- } from "./chunk-HGE25HSB.mjs";
3
+ } from "./chunk-D44L22BE.mjs";
4
4
  import {
5
5
  writeDebug
6
- } from "./chunk-PXNJS7UH.mjs";
6
+ } from "./chunk-CMCVGSQN.mjs";
7
7
 
8
8
  // src/generators/helm-dependency/generator.ts
9
9
  import {
@@ -15,7 +15,7 @@ var __decorateClass = (decorators, target, key, kind) => {
15
15
  return result;
16
16
  };
17
17
 
18
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__90744d902e8d53e1915fe762e553293b/node_modules/tsup/assets/esm_shims.js
18
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__17f35255c9b2c5d65e514e3b165d24e6/node_modules/tsup/assets/esm_shims.js
19
19
  import { fileURLToPath } from "url";
20
20
  import path from "path";
21
21
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  findWorkspaceRoot,
10
10
  getConfig
11
- } from "./chunk-PXNJS7UH.mjs";
11
+ } from "./chunk-CMCVGSQN.mjs";
12
12
 
13
13
  // src/plugins/docker/_dockerfile.ts
14
14
  import {
@@ -1,7 +1,7 @@
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
3
 
4
- var _chunkYMZMROXKjs = require('./chunk-YMZMROXK.js');
4
+ var _chunk53FNQIYHjs = require('./chunk-53FNQIYH.js');
5
5
 
6
6
 
7
7
 
@@ -13,54 +13,54 @@ var _chunkYMZMROXKjs = require('./chunk-YMZMROXK.js');
13
13
 
14
14
 
15
15
 
16
- var _chunkOAJB4SETjs = require('./chunk-OAJB4SET.js');
16
+ var _chunkJ2E3FNWTjs = require('./chunk-J2E3FNWT.js');
17
17
 
18
18
  // ../workspace-tools/src/base/base-generator.ts
19
19
  var withRunGenerator = (name, generatorFn, generatorOptions = {
20
20
  skipReadingConfig: false
21
21
  }) => async (tree, _options) => {
22
- const stopwatch = _chunkOAJB4SETjs.getStopwatch.call(void 0, name);
22
+ const stopwatch = _chunkJ2E3FNWTjs.getStopwatch.call(void 0, name);
23
23
  let options = _options;
24
24
  let config;
25
25
  try {
26
- _chunkOAJB4SETjs.writeInfo.call(void 0,
27
- `${_chunkOAJB4SETjs.brandIcon.call(void 0, config)} Running the ${name} generator...
26
+ _chunkJ2E3FNWTjs.writeInfo.call(void 0,
27
+ `${_chunkJ2E3FNWTjs.brandIcon.call(void 0, config)} Running the ${name} generator...
28
28
 
29
29
  `,
30
30
  config
31
31
  );
32
- const workspaceRoot = _chunkOAJB4SETjs.findWorkspaceRoot.call(void 0, );
32
+ const workspaceRoot = _chunkJ2E3FNWTjs.findWorkspaceRoot.call(void 0, );
33
33
  if (!generatorOptions.skipReadingConfig) {
34
- _chunkOAJB4SETjs.writeDebug.call(void 0,
34
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0,
35
35
  `Loading the Storm Config from environment variables and storm.config.js file...
36
36
  - workspaceRoot: ${workspaceRoot}`,
37
37
  config
38
38
  );
39
- config = await _chunkOAJB4SETjs.getConfig.call(void 0, workspaceRoot);
39
+ config = await _chunkJ2E3FNWTjs.getConfig.call(void 0, workspaceRoot);
40
40
  }
41
41
  if (_optionalChain([generatorOptions, 'optionalAccess', _ => _.hooks, 'optionalAccess', _2 => _2.applyDefaultOptions])) {
42
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
42
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
43
43
  options = await Promise.resolve(
44
44
  generatorOptions.hooks.applyDefaultOptions(options, config)
45
45
  );
46
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
46
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
47
47
  }
48
- _chunkOAJB4SETjs.writeTrace.call(void 0,
48
+ _chunkJ2E3FNWTjs.writeTrace.call(void 0,
49
49
  `Generator schema options \u2699\uFE0F
50
50
  ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
51
51
  config
52
52
  );
53
- const tokenized = await _chunkYMZMROXKjs.applyWorkspaceTokens.call(void 0,
53
+ const tokenized = await _chunk53FNQIYHjs.applyWorkspaceTokens.call(void 0,
54
54
  options,
55
55
  { workspaceRoot: tree.root, config },
56
- _chunkYMZMROXKjs.applyWorkspaceBaseTokens
56
+ _chunk53FNQIYHjs.applyWorkspaceBaseTokens
57
57
  );
58
58
  if (_optionalChain([generatorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.preProcess])) {
59
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
59
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
60
60
  await Promise.resolve(
61
61
  generatorOptions.hooks.preProcess(tokenized, config)
62
62
  );
63
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
63
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
64
64
  }
65
65
  const result = await Promise.resolve(
66
66
  generatorFn(tree, tokenized, config)
@@ -75,21 +75,21 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
75
75
  }
76
76
  }
77
77
  if (_optionalChain([generatorOptions, 'optionalAccess', _14 => _14.hooks, 'optionalAccess', _15 => _15.postProcess])) {
78
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
78
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
79
79
  await Promise.resolve(generatorOptions.hooks.postProcess(config));
80
- _chunkOAJB4SETjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
80
+ _chunkJ2E3FNWTjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
81
81
  }
82
82
  return () => {
83
- _chunkOAJB4SETjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
83
+ _chunkJ2E3FNWTjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
84
84
  `, config);
85
85
  };
86
86
  } catch (error) {
87
87
  return () => {
88
- _chunkOAJB4SETjs.writeFatal.call(void 0,
88
+ _chunkJ2E3FNWTjs.writeFatal.call(void 0,
89
89
  "A fatal error occurred while running the generator - the process was forced to terminate",
90
90
  config
91
91
  );
92
- _chunkOAJB4SETjs.writeError.call(void 0,
92
+ _chunkJ2E3FNWTjs.writeError.call(void 0,
93
93
  `An exception was thrown in the generator's process
94
94
  - Details: ${error.message}
95
95
  - Stacktrace: ${error.stack}`,
@@ -6,7 +6,7 @@ import {
6
6
  } from "./chunk-HGXQ6SSU.mjs";
7
7
  import {
8
8
  __decorateClass
9
- } from "./chunk-W2SVIHHZ.mjs";
9
+ } from "./chunk-OZBVI4ZN.mjs";
10
10
 
11
11
  // src/utils/client.ts
12
12
  import { execSync } from "node:child_process";
package/dist/executors.js CHANGED
@@ -1,13 +1,13 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO66D74Z.js');
2
2
 
3
3
 
4
- var _chunkJ4YA3MOHjs = require('./chunk-J4YA3MOH.js');
4
+ var _chunkHAYKDYSEjs = require('./chunk-HAYKDYSE.js');
5
5
 
6
6
 
7
- var _chunkGU2ZRLRBjs = require('./chunk-GU2ZRLRB.js');
7
+ var _chunkC5TUDDI3js = require('./chunk-C5TUDDI3.js');
8
8
  require('./chunk-EK7DMIKJ.js');
9
- require('./chunk-YMZMROXK.js');
10
- require('./chunk-OAJB4SET.js');
9
+ require('./chunk-53FNQIYH.js');
10
+ require('./chunk-J2E3FNWT.js');
11
11
  require('./chunk-4AADQIGW.js');
12
12
  require('./chunk-JSFRUBG5.js');
13
13
  require('./chunk-XKOZIQT3.js');
@@ -15,4 +15,4 @@ require('./chunk-RECJ3G6F.js');
15
15
 
16
16
 
17
17
 
18
- exports.getRegistryVersion = _chunkGU2ZRLRBjs.getRegistryVersion; exports.serveExecutor = _chunkJ4YA3MOHjs.serveExecutor;
18
+ exports.getRegistryVersion = _chunkHAYKDYSEjs.getRegistryVersion; exports.serveExecutor = _chunkC5TUDDI3js.serveExecutor;
@@ -1,17 +1,17 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
- import {
3
- serveExecutor
4
- } from "./chunk-JMKGEACE.mjs";
5
2
  import {
6
3
  getRegistryVersion
7
- } from "./chunk-TDDLXL7V.mjs";
4
+ } from "./chunk-LUL6DWN6.mjs";
5
+ import {
6
+ serveExecutor
7
+ } from "./chunk-FRGX4W2R.mjs";
8
8
  import "./chunk-VWPYSF7C.mjs";
9
- import "./chunk-PHJ2C6SX.mjs";
10
- import "./chunk-PXNJS7UH.mjs";
11
- import "./chunk-YF2QXLZ7.mjs";
9
+ import "./chunk-M5JSZMS4.mjs";
10
+ import "./chunk-CMCVGSQN.mjs";
11
+ import "./chunk-X7KDMWFW.mjs";
12
12
  import "./chunk-YXXZO2AJ.mjs";
13
13
  import "./chunk-HGXQ6SSU.mjs";
14
- import "./chunk-W2SVIHHZ.mjs";
14
+ import "./chunk-OZBVI4ZN.mjs";
15
15
  export {
16
16
  getRegistryVersion,
17
17
  serveExecutor
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-DHBG5ASJ.js');
2
2
 
3
3
 
4
- var _chunkFM56KBYYjs = require('./chunk-FM56KBYY.js');
4
+ var _chunk4H5Z3BSEjs = require('./chunk-4H5Z3BSE.js');
5
5
 
6
6
 
7
- var _chunkL5AIC4GNjs = require('./chunk-L5AIC4GN.js');
8
- require('./chunk-BN4ZVYUX.js');
9
- require('./chunk-YMZMROXK.js');
10
- require('./chunk-OAJB4SET.js');
7
+ var _chunk5FV4BJ3Xjs = require('./chunk-5FV4BJ3X.js');
8
+ require('./chunk-WTSLBPR6.js');
9
+ require('./chunk-53FNQIYH.js');
10
+ require('./chunk-J2E3FNWT.js');
11
11
  require('./chunk-RECJ3G6F.js');
12
12
 
13
13
 
14
14
 
15
- exports.helmChartGeneratorFn = _chunkFM56KBYYjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkL5AIC4GNjs.helmDependencyGeneratorFn;
15
+ exports.helmChartGeneratorFn = _chunk4H5Z3BSEjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunk5FV4BJ3Xjs.helmDependencyGeneratorFn;
@@ -1,14 +1,14 @@
1
1
  import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  helmChartGeneratorFn
4
- } from "./chunk-EL5PQWDK.mjs";
4
+ } from "./chunk-JXROM4ZH.mjs";
5
5
  import {
6
6
  helmDependencyGeneratorFn
7
- } from "./chunk-GVBPX4P3.mjs";
8
- import "./chunk-HGE25HSB.mjs";
9
- import "./chunk-PHJ2C6SX.mjs";
10
- import "./chunk-PXNJS7UH.mjs";
11
- import "./chunk-W2SVIHHZ.mjs";
7
+ } from "./chunk-OP7PDLMN.mjs";
8
+ import "./chunk-D44L22BE.mjs";
9
+ import "./chunk-M5JSZMS4.mjs";
10
+ import "./chunk-CMCVGSQN.mjs";
11
+ import "./chunk-OZBVI4ZN.mjs";
12
12
  export {
13
13
  helmChartGeneratorFn,
14
14
  helmDependencyGeneratorFn
package/dist/index.js CHANGED
@@ -2,25 +2,25 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkTSONJFKUjs = require('./chunk-TSONJFKU.js');
5
+ var _chunk5UJYYCIRjs = require('./chunk-5UJYYCIR.js');
6
6
  require('./chunk-XO66D74Z.js');
7
7
 
8
8
 
9
- var _chunkJ4YA3MOHjs = require('./chunk-J4YA3MOH.js');
9
+ var _chunkHAYKDYSEjs = require('./chunk-HAYKDYSE.js');
10
10
 
11
11
 
12
- var _chunkGU2ZRLRBjs = require('./chunk-GU2ZRLRB.js');
12
+ var _chunkC5TUDDI3js = require('./chunk-C5TUDDI3.js');
13
13
  require('./chunk-EK7DMIKJ.js');
14
14
  require('./chunk-DHBG5ASJ.js');
15
15
 
16
16
 
17
- var _chunkFM56KBYYjs = require('./chunk-FM56KBYY.js');
17
+ var _chunk4H5Z3BSEjs = require('./chunk-4H5Z3BSE.js');
18
18
 
19
19
 
20
- var _chunkL5AIC4GNjs = require('./chunk-L5AIC4GN.js');
21
- require('./chunk-BN4ZVYUX.js');
22
- require('./chunk-YMZMROXK.js');
23
- require('./chunk-OAJB4SET.js');
20
+ var _chunk5FV4BJ3Xjs = require('./chunk-5FV4BJ3X.js');
21
+ require('./chunk-WTSLBPR6.js');
22
+ require('./chunk-53FNQIYH.js');
23
+ require('./chunk-J2E3FNWT.js');
24
24
  require('./chunk-U76ID4TS.js');
25
25
 
26
26
 
@@ -51,4 +51,4 @@ require('./chunk-RECJ3G6F.js');
51
51
 
52
52
 
53
53
 
54
- exports.AbstractHelmClient = _chunkJSFRUBG5js.AbstractHelmClient; exports.HelmClient = _chunk4AADQIGWjs.HelmClient; exports.addToPrettierIgnore = _chunk7QVOU2PTjs.addToPrettierIgnore; exports.createHelmClient = _chunk4AADQIGWjs.createHelmClient; exports.createNodesV2 = _chunkTSONJFKUjs.createNodesV2; exports.description = _chunkTSONJFKUjs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkGU2ZRLRBjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunkFM56KBYYjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkL5AIC4GNjs.helmDependencyGeneratorFn; exports.name = _chunkTSONJFKUjs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkJ4YA3MOHjs.serveExecutor;
54
+ exports.AbstractHelmClient = _chunkJSFRUBG5js.AbstractHelmClient; exports.HelmClient = _chunk4AADQIGWjs.HelmClient; exports.addToPrettierIgnore = _chunk7QVOU2PTjs.addToPrettierIgnore; exports.createHelmClient = _chunk4AADQIGWjs.createHelmClient; exports.createNodesV2 = _chunk5UJYYCIRjs.createNodesV2; exports.description = _chunk5UJYYCIRjs.description; exports.ensureInitialized = _chunkXKOZIQT3js.ensureInitialized; exports.getRegistryVersion = _chunkHAYKDYSEjs.getRegistryVersion; exports.helmChartGeneratorFn = _chunk4H5Z3BSEjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunk5FV4BJ3Xjs.helmDependencyGeneratorFn; exports.name = _chunk5UJYYCIRjs.name; exports.resolveUserExistingPrettierConfig = _chunk7QVOU2PTjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkC5TUDDI3js.serveExecutor;
package/dist/index.mjs CHANGED
@@ -2,41 +2,41 @@ import {
2
2
  createNodesV2,
3
3
  description,
4
4
  name
5
- } from "./chunk-4AELCTHA.mjs";
5
+ } from "./chunk-QIB7ABAZ.mjs";
6
6
  import "./chunk-YSCEY447.mjs";
7
- import {
8
- serveExecutor
9
- } from "./chunk-JMKGEACE.mjs";
10
7
  import {
11
8
  getRegistryVersion
12
- } from "./chunk-TDDLXL7V.mjs";
9
+ } from "./chunk-LUL6DWN6.mjs";
10
+ import {
11
+ serveExecutor
12
+ } from "./chunk-FRGX4W2R.mjs";
13
13
  import "./chunk-VWPYSF7C.mjs";
14
14
  import "./chunk-3J7KBHMJ.mjs";
15
15
  import {
16
16
  helmChartGeneratorFn
17
- } from "./chunk-EL5PQWDK.mjs";
17
+ } from "./chunk-JXROM4ZH.mjs";
18
18
  import {
19
19
  helmDependencyGeneratorFn
20
- } from "./chunk-GVBPX4P3.mjs";
21
- import "./chunk-HGE25HSB.mjs";
22
- import "./chunk-PHJ2C6SX.mjs";
23
- import "./chunk-PXNJS7UH.mjs";
20
+ } from "./chunk-OP7PDLMN.mjs";
21
+ import "./chunk-D44L22BE.mjs";
22
+ import "./chunk-M5JSZMS4.mjs";
23
+ import "./chunk-CMCVGSQN.mjs";
24
24
  import "./chunk-WWU25UQ4.mjs";
25
25
  import {
26
26
  addToPrettierIgnore,
27
27
  resolveUserExistingPrettierConfig
28
- } from "./chunk-ZPQGYWSK.mjs";
28
+ } from "./chunk-4Z3UX5PM.mjs";
29
29
  import {
30
30
  HelmClient,
31
31
  createHelmClient
32
- } from "./chunk-YF2QXLZ7.mjs";
32
+ } from "./chunk-X7KDMWFW.mjs";
33
33
  import {
34
34
  AbstractHelmClient
35
35
  } from "./chunk-YXXZO2AJ.mjs";
36
36
  import {
37
37
  ensureInitialized
38
38
  } from "./chunk-HGXQ6SSU.mjs";
39
- import "./chunk-W2SVIHHZ.mjs";
39
+ import "./chunk-OZBVI4ZN.mjs";
40
40
  export {
41
41
  AbstractHelmClient,
42
42
  HelmClient,
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkGU2ZRLRBjs = require('../../../chunk-GU2ZRLRB.js');
4
+ var _chunkHAYKDYSEjs = require('../../../chunk-HAYKDYSE.js');
5
5
  require('../../../chunk-EK7DMIKJ.js');
6
- require('../../../chunk-YMZMROXK.js');
7
- require('../../../chunk-OAJB4SET.js');
6
+ require('../../../chunk-53FNQIYH.js');
7
+ require('../../../chunk-J2E3FNWT.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkGU2ZRLRBjs.publishExecutor; exports.getRegistryVersion = _chunkGU2ZRLRBjs.getRegistryVersion;
12
+ exports.default = _chunkHAYKDYSEjs.publishExecutor; exports.getRegistryVersion = _chunkHAYKDYSEjs.getRegistryVersion;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  getRegistryVersion,
3
3
  publishExecutor
4
- } from "../../../chunk-TDDLXL7V.mjs";
4
+ } from "../../../chunk-LUL6DWN6.mjs";
5
5
  import "../../../chunk-VWPYSF7C.mjs";
6
- import "../../../chunk-PHJ2C6SX.mjs";
7
- import "../../../chunk-PXNJS7UH.mjs";
8
- import "../../../chunk-W2SVIHHZ.mjs";
6
+ import "../../../chunk-M5JSZMS4.mjs";
7
+ import "../../../chunk-CMCVGSQN.mjs";
8
+ import "../../../chunk-OZBVI4ZN.mjs";
9
9
  export {
10
10
  publishExecutor as default,
11
11
  getRegistryVersion
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkJ4YA3MOHjs = require('../../../chunk-J4YA3MOH.js');
5
- require('../../../chunk-YMZMROXK.js');
6
- require('../../../chunk-OAJB4SET.js');
4
+ var _chunkC5TUDDI3js = require('../../../chunk-C5TUDDI3.js');
5
+ require('../../../chunk-53FNQIYH.js');
6
+ require('../../../chunk-J2E3FNWT.js');
7
7
  require('../../../chunk-4AADQIGW.js');
8
8
  require('../../../chunk-JSFRUBG5.js');
9
9
  require('../../../chunk-XKOZIQT3.js');
@@ -11,4 +11,4 @@ require('../../../chunk-RECJ3G6F.js');
11
11
 
12
12
 
13
13
 
14
- exports.default = _chunkJ4YA3MOHjs.executor_default; exports.serveExecutor = _chunkJ4YA3MOHjs.serveExecutor;
14
+ exports.default = _chunkC5TUDDI3js.executor_default; exports.serveExecutor = _chunkC5TUDDI3js.serveExecutor;
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  executor_default,
3
3
  serveExecutor
4
- } from "../../../chunk-JMKGEACE.mjs";
5
- import "../../../chunk-PHJ2C6SX.mjs";
6
- import "../../../chunk-PXNJS7UH.mjs";
7
- import "../../../chunk-YF2QXLZ7.mjs";
4
+ } from "../../../chunk-FRGX4W2R.mjs";
5
+ import "../../../chunk-M5JSZMS4.mjs";
6
+ import "../../../chunk-CMCVGSQN.mjs";
7
+ import "../../../chunk-X7KDMWFW.mjs";
8
8
  import "../../../chunk-YXXZO2AJ.mjs";
9
9
  import "../../../chunk-HGXQ6SSU.mjs";
10
- import "../../../chunk-W2SVIHHZ.mjs";
10
+ import "../../../chunk-OZBVI4ZN.mjs";
11
11
  export {
12
12
  executor_default as default,
13
13
  serveExecutor
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkFM56KBYYjs = require('../../../chunk-FM56KBYY.js');
5
- require('../../../chunk-BN4ZVYUX.js');
6
- require('../../../chunk-YMZMROXK.js');
7
- require('../../../chunk-OAJB4SET.js');
4
+ var _chunk4H5Z3BSEjs = require('../../../chunk-4H5Z3BSE.js');
5
+ require('../../../chunk-WTSLBPR6.js');
6
+ require('../../../chunk-53FNQIYH.js');
7
+ require('../../../chunk-J2E3FNWT.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkFM56KBYYjs.generator_default; exports.helmChartGeneratorFn = _chunkFM56KBYYjs.helmChartGeneratorFn;
12
+ exports.default = _chunk4H5Z3BSEjs.generator_default; exports.helmChartGeneratorFn = _chunk4H5Z3BSEjs.helmChartGeneratorFn;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  generator_default,
3
3
  helmChartGeneratorFn
4
- } from "../../../chunk-EL5PQWDK.mjs";
5
- import "../../../chunk-HGE25HSB.mjs";
6
- import "../../../chunk-PHJ2C6SX.mjs";
7
- import "../../../chunk-PXNJS7UH.mjs";
8
- import "../../../chunk-W2SVIHHZ.mjs";
4
+ } from "../../../chunk-JXROM4ZH.mjs";
5
+ import "../../../chunk-D44L22BE.mjs";
6
+ import "../../../chunk-M5JSZMS4.mjs";
7
+ import "../../../chunk-CMCVGSQN.mjs";
8
+ import "../../../chunk-OZBVI4ZN.mjs";
9
9
  export {
10
10
  generator_default as default,
11
11
  helmChartGeneratorFn
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkL5AIC4GNjs = require('../../../chunk-L5AIC4GN.js');
5
- require('../../../chunk-BN4ZVYUX.js');
6
- require('../../../chunk-YMZMROXK.js');
7
- require('../../../chunk-OAJB4SET.js');
4
+ var _chunk5FV4BJ3Xjs = require('../../../chunk-5FV4BJ3X.js');
5
+ require('../../../chunk-WTSLBPR6.js');
6
+ require('../../../chunk-53FNQIYH.js');
7
+ require('../../../chunk-J2E3FNWT.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkL5AIC4GNjs.generator_default; exports.helmDependencyGeneratorFn = _chunkL5AIC4GNjs.helmDependencyGeneratorFn;
12
+ exports.default = _chunk5FV4BJ3Xjs.generator_default; exports.helmDependencyGeneratorFn = _chunk5FV4BJ3Xjs.helmDependencyGeneratorFn;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  generator_default,
3
3
  helmDependencyGeneratorFn
4
- } from "../../../chunk-GVBPX4P3.mjs";
5
- import "../../../chunk-HGE25HSB.mjs";
6
- import "../../../chunk-PHJ2C6SX.mjs";
7
- import "../../../chunk-PXNJS7UH.mjs";
8
- import "../../../chunk-W2SVIHHZ.mjs";
4
+ } from "../../../chunk-OP7PDLMN.mjs";
5
+ import "../../../chunk-D44L22BE.mjs";
6
+ import "../../../chunk-M5JSZMS4.mjs";
7
+ import "../../../chunk-CMCVGSQN.mjs";
8
+ import "../../../chunk-OZBVI4ZN.mjs";
9
9
  export {
10
10
  generator_default as default,
11
11
  helmDependencyGeneratorFn
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkTSONJFKUjs = require('../../../chunk-TSONJFKU.js');
5
+ var _chunk5UJYYCIRjs = require('../../../chunk-5UJYYCIR.js');
6
6
  require('../../../chunk-EK7DMIKJ.js');
7
- require('../../../chunk-OAJB4SET.js');
7
+ require('../../../chunk-J2E3FNWT.js');
8
8
  require('../../../chunk-RECJ3G6F.js');
9
9
 
10
10
 
11
11
 
12
12
 
13
- exports.createNodesV2 = _chunkTSONJFKUjs.createNodesV2; exports.description = _chunkTSONJFKUjs.description; exports.name = _chunkTSONJFKUjs.name;
13
+ exports.createNodesV2 = _chunk5UJYYCIRjs.createNodesV2; exports.description = _chunk5UJYYCIRjs.description; exports.name = _chunk5UJYYCIRjs.name;
@@ -2,10 +2,10 @@ import {
2
2
  createNodesV2,
3
3
  description,
4
4
  name
5
- } from "../../../chunk-4AELCTHA.mjs";
5
+ } from "../../../chunk-QIB7ABAZ.mjs";
6
6
  import "../../../chunk-VWPYSF7C.mjs";
7
- import "../../../chunk-PXNJS7UH.mjs";
8
- import "../../../chunk-W2SVIHHZ.mjs";
7
+ import "../../../chunk-CMCVGSQN.mjs";
8
+ import "../../../chunk-OZBVI4ZN.mjs";
9
9
  export {
10
10
  createNodesV2,
11
11
  description,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  AbstractHelmClient
3
3
  } from "../chunk-YXXZO2AJ.mjs";
4
- import "../chunk-W2SVIHHZ.mjs";
4
+ import "../chunk-OZBVI4ZN.mjs";
5
5
  export {
6
6
  AbstractHelmClient
7
7
  };
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  HelmClient,
3
3
  createHelmClient
4
- } from "../../chunk-YF2QXLZ7.mjs";
4
+ } from "../../chunk-X7KDMWFW.mjs";
5
5
  import "../../chunk-YXXZO2AJ.mjs";
6
6
  import "../../chunk-HGXQ6SSU.mjs";
7
- import "../../chunk-W2SVIHHZ.mjs";
7
+ import "../../chunk-OZBVI4ZN.mjs";
8
8
  export {
9
9
  HelmClient,
10
10
  createHelmClient
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  ensureInitialized
3
3
  } from "../../chunk-HGXQ6SSU.mjs";
4
- import "../../chunk-W2SVIHHZ.mjs";
4
+ import "../../chunk-OZBVI4ZN.mjs";
5
5
  export {
6
6
  ensureInitialized
7
7
  };
@@ -2,16 +2,16 @@ import "../../chunk-WWU25UQ4.mjs";
2
2
  import {
3
3
  addToPrettierIgnore,
4
4
  resolveUserExistingPrettierConfig
5
- } from "../../chunk-ZPQGYWSK.mjs";
5
+ } from "../../chunk-4Z3UX5PM.mjs";
6
6
  import {
7
7
  HelmClient,
8
8
  createHelmClient
9
- } from "../../chunk-YF2QXLZ7.mjs";
9
+ } from "../../chunk-X7KDMWFW.mjs";
10
10
  import "../../chunk-YXXZO2AJ.mjs";
11
11
  import {
12
12
  ensureInitialized
13
13
  } from "../../chunk-HGXQ6SSU.mjs";
14
- import "../../chunk-W2SVIHHZ.mjs";
14
+ import "../../chunk-OZBVI4ZN.mjs";
15
15
  export {
16
16
  HelmClient,
17
17
  addToPrettierIgnore,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  addToPrettierIgnore,
3
3
  resolveUserExistingPrettierConfig
4
- } from "../../chunk-ZPQGYWSK.mjs";
5
- import "../../chunk-W2SVIHHZ.mjs";
4
+ } from "../../chunk-4Z3UX5PM.mjs";
5
+ import "../../chunk-OZBVI4ZN.mjs";
6
6
  export {
7
7
  addToPrettierIgnore,
8
8
  resolveUserExistingPrettierConfig
@@ -1,4 +1,4 @@
1
- import "./chunk-W2SVIHHZ.mjs";
1
+ import "./chunk-OZBVI4ZN.mjs";
2
2
 
3
3
  // tsup.config.ts
4
4
  import { defineConfig } from "tsup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.42.186",
3
+ "version": "0.42.189",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -140,9 +140,9 @@
140
140
  "nx": { "optional": false }
141
141
  },
142
142
  "dependencies": {
143
- "@storm-software/config": "^1.137.44",
144
- "@storm-software/config-tools": "^1.190.11",
145
- "@storm-software/workspace-tools": "^1.295.71",
143
+ "@storm-software/config": "^1.137.46",
144
+ "@storm-software/config-tools": "^1.190.14",
145
+ "@storm-software/workspace-tools": "^1.295.74",
146
146
  "defu": "6.1.4",
147
147
  "yaml": "^2.9.0"
148
148
  },
@@ -151,7 +151,7 @@
151
151
  "@nx-tools/nx-container": "^6.9.1",
152
152
  "@nx/devkit": "22.7.1",
153
153
  "@nx/workspace": "22.7.1",
154
- "@types/node": "^25.7.0",
154
+ "@types/node": "^25.8.0",
155
155
  "nx": "22.7.1",
156
156
  "tsup": "8.4.0",
157
157
  "typescript": "^5.9.3",
@@ -160,5 +160,5 @@
160
160
  "publishConfig": { "access": "public" },
161
161
  "executors": "./executors.json",
162
162
  "generators": "./generators.json",
163
- "gitHead": "c8e55dc0f2d670f1f23905c8d645524284ae4408"
163
+ "gitHead": "0c334cad4cd3237b830127698face8e1f4f508fb"
164
164
  }