@storm-software/k8s-tools 0.24.69 → 0.24.70

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 (33) hide show
  1. package/dist/{chunk-UG6MUDEB.mjs → chunk-2YJ3BYXC.mjs} +1 -1
  2. package/dist/{chunk-CW4NXQ36.mjs → chunk-33PQJY5L.mjs} +1 -1
  3. package/dist/{chunk-VE7J7D3X.js → chunk-ARMCUBMY.js} +14 -9
  4. package/dist/{chunk-PPDBX2DB.mjs → chunk-EGYN3KST.mjs} +2 -2
  5. package/dist/{chunk-Y5TIVTDC.js → chunk-G7TAEXNU.js} +3 -3
  6. package/dist/{chunk-G7P6LRP6.mjs → chunk-H55RRSOX.mjs} +14 -9
  7. package/dist/{chunk-SSXO7X7J.js → chunk-IQYUMTUG.js} +4 -4
  8. package/dist/{chunk-QQZ4PBT3.mjs → chunk-J6OSQV5C.mjs} +2 -2
  9. package/dist/{chunk-CZTVYRID.mjs → chunk-L6CMBYEQ.mjs} +2 -2
  10. package/dist/{chunk-JO75D6RV.mjs → chunk-LDLMRUCL.mjs} +2 -2
  11. package/dist/{chunk-OPP4IMYZ.js → chunk-OIKG7EMC.js} +2 -2
  12. package/dist/{chunk-5L4K65CJ.mjs → chunk-OSQ4LRUS.mjs} +2 -2
  13. package/dist/{chunk-FMUZ2ZD5.js → chunk-PDHZDUK3.js} +6 -6
  14. package/dist/{chunk-XTY7BXZU.js → chunk-RKHT4PWO.js} +19 -19
  15. package/dist/{chunk-S4UA2QEG.js → chunk-X7ALQPYH.js} +4 -4
  16. package/dist/{chunk-PGBUNXO7.js → chunk-YILHOG4B.js} +25 -25
  17. package/dist/executors.js +5 -5
  18. package/dist/executors.mjs +4 -4
  19. package/dist/generators.js +6 -6
  20. package/dist/generators.mjs +5 -5
  21. package/dist/index.js +9 -9
  22. package/dist/index.mjs +8 -8
  23. package/dist/src/executors/container-publish/executor.js +4 -4
  24. package/dist/src/executors/container-publish/executor.mjs +3 -3
  25. package/dist/src/executors/helm-package/executor.js +4 -4
  26. package/dist/src/executors/helm-package/executor.mjs +3 -3
  27. package/dist/src/generators/helm-chart/generator.js +5 -5
  28. package/dist/src/generators/helm-chart/generator.mjs +4 -4
  29. package/dist/src/generators/helm-dependency/generator.js +5 -5
  30. package/dist/src/generators/helm-dependency/generator.mjs +4 -4
  31. package/dist/src/plugins/docker/index.js +3 -3
  32. package/dist/src/plugins/docker/index.mjs +2 -2
  33. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  findWorkspaceRoot
3
- } from "./chunk-G7P6LRP6.mjs";
3
+ } from "./chunk-H55RRSOX.mjs";
4
4
  import {
5
5
  __name
6
6
  } from "./chunk-Y4D6KHJP.mjs";
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  findWorkspaceRoot,
10
10
  getConfig
11
- } from "./chunk-G7P6LRP6.mjs";
11
+ } from "./chunk-H55RRSOX.mjs";
12
12
  import {
13
13
  __name
14
14
  } from "./chunk-Y4D6KHJP.mjs";
@@ -395,7 +395,7 @@ var stormWorkspaceConfigSchema = _zod2.default.object({
395
395
  "staging",
396
396
  "production"
397
397
  ]).default("production").describe("The current runtime environment mode for the package"),
398
- workspaceRoot: _zod2.default.string().trim().default("").describe("The root directory of the workspace"),
398
+ workspaceRoot: _zod2.default.string().trim().describe("The root directory of the workspace"),
399
399
  externalPackagePatterns: _zod2.default.array(_zod2.default.string()).default([]).describe("The build will use these package patterns to determine if they should be external to the bundle"),
400
400
  skipCache: _zod2.default.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
401
401
  directories: WorkspaceDirectoryConfigSchema,
@@ -795,7 +795,7 @@ var getConfigFile = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (
795
795
  }
796
796
  }
797
797
  }
798
- if (!config) {
798
+ if (!config || Object.keys(config).length === 0) {
799
799
  return void 0;
800
800
  }
801
801
  config.configFile = configFile;
@@ -1266,7 +1266,7 @@ var setBaseThemeColorConfigEnv = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(vo
1266
1266
  // ../config-tools/src/create-storm-config.ts
1267
1267
  var _extension_cache = /* @__PURE__ */ new WeakMap();
1268
1268
  var _static_cache = void 0;
1269
- var createStormWorkspaceConfig = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (extensionName, schema, workspaceRoot, skipLogs = false) => {
1269
+ var createStormWorkspaceConfig = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (extensionName, schema, workspaceRoot, skipLogs = false, useDefault = true) => {
1270
1270
  let result;
1271
1271
  if (!_optionalChain([_static_cache, 'optionalAccess', _54 => _54.data]) || !_optionalChain([_static_cache, 'optionalAccess', _55 => _55.timestamp]) || _static_cache.timestamp < Date.now() - 8e3) {
1272
1272
  let _workspaceRoot = workspaceRoot;
@@ -1274,13 +1274,18 @@ var createStormWorkspaceConfig = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(vo
1274
1274
  _workspaceRoot = findWorkspaceRoot();
1275
1275
  }
1276
1276
  const configEnv = getConfigEnv();
1277
- const defaultConfig = await getDefaultConfig(_workspaceRoot);
1278
1277
  const configFile = await getConfigFile(_workspaceRoot);
1279
- if (!configFile && !skipLogs) {
1280
- writeWarning("No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n", {
1281
- logLevel: "all"
1282
- });
1278
+ if (!configFile) {
1279
+ if (!skipLogs) {
1280
+ writeWarning("No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n", {
1281
+ logLevel: "all"
1282
+ });
1283
+ }
1284
+ if (useDefault === false) {
1285
+ return void 0;
1286
+ }
1283
1287
  }
1288
+ const defaultConfig = await getDefaultConfig(_workspaceRoot);
1284
1289
  result = await stormWorkspaceConfigSchema.parseAsync(_defu2.default.call(void 0, configEnv, configFile, defaultConfig));
1285
1290
  result.workspaceRoot ??= _workspaceRoot;
1286
1291
  } else {
@@ -1313,7 +1318,7 @@ var createConfigExtension = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0,
1313
1318
  return extension;
1314
1319
  }, "createConfigExtension");
1315
1320
  var loadStormWorkspaceConfig = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (workspaceRoot, skipLogs = false) => {
1316
- const config = await createStormWorkspaceConfig(void 0, void 0, workspaceRoot, skipLogs);
1321
+ const config = await createStormWorkspaceConfig(void 0, void 0, workspaceRoot, skipLogs, true);
1317
1322
  setConfigEnv(config);
1318
1323
  if (!skipLogs && !config.skipConfigLogging) {
1319
1324
  writeTrace(`\u2699\uFE0F Using Storm Workspace configuration:
@@ -3,11 +3,11 @@ import {
3
3
  } from "./chunk-BHDHCIR5.mjs";
4
4
  import {
5
5
  applyWorkspaceTokens
6
- } from "./chunk-UG6MUDEB.mjs";
6
+ } from "./chunk-2YJ3BYXC.mjs";
7
7
  import {
8
8
  findWorkspaceRoot,
9
9
  getConfig
10
- } from "./chunk-G7P6LRP6.mjs";
10
+ } from "./chunk-H55RRSOX.mjs";
11
11
  import {
12
12
  __name
13
13
  } from "./chunk-Y4D6KHJP.mjs";
@@ -8,7 +8,7 @@ var _chunkIOT45LXVjs = require('./chunk-IOT45LXV.js');
8
8
 
9
9
 
10
10
 
11
- var _chunkVE7J7D3Xjs = require('./chunk-VE7J7D3X.js');
11
+ var _chunkARMCUBMYjs = require('./chunk-ARMCUBMY.js');
12
12
 
13
13
 
14
14
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -35,8 +35,8 @@ var createNodes = [
35
35
  if (_optionalChain([projectJson, 'optionalAccess', _2 => _2.name])) {
36
36
  return {};
37
37
  }
38
- const workspaceRoot = _chunkVE7J7D3Xjs.findWorkspaceRoot.call(void 0, );
39
- const config = await _chunkVE7J7D3Xjs.getConfig.call(void 0, workspaceRoot);
38
+ const workspaceRoot = _chunkARMCUBMYjs.findWorkspaceRoot.call(void 0, );
39
+ const config = await _chunkARMCUBMYjs.getConfig.call(void 0, workspaceRoot);
40
40
  Object.keys(projectJson).forEach((key) => {
41
41
  if (!project[key]) {
42
42
  project[key] = projectJson[key];
@@ -395,7 +395,7 @@ var stormWorkspaceConfigSchema = z.object({
395
395
  "staging",
396
396
  "production"
397
397
  ]).default("production").describe("The current runtime environment mode for the package"),
398
- workspaceRoot: z.string().trim().default("").describe("The root directory of the workspace"),
398
+ workspaceRoot: z.string().trim().describe("The root directory of the workspace"),
399
399
  externalPackagePatterns: z.array(z.string()).default([]).describe("The build will use these package patterns to determine if they should be external to the bundle"),
400
400
  skipCache: z.boolean().default(false).describe("Should all known types of workspace caching be skipped?"),
401
401
  directories: WorkspaceDirectoryConfigSchema,
@@ -795,7 +795,7 @@ var getConfigFile = /* @__PURE__ */ __name(async (filePath, additionalFileNames
795
795
  }
796
796
  }
797
797
  }
798
- if (!config) {
798
+ if (!config || Object.keys(config).length === 0) {
799
799
  return void 0;
800
800
  }
801
801
  config.configFile = configFile;
@@ -1266,7 +1266,7 @@ var setBaseThemeColorConfigEnv = /* @__PURE__ */ __name((prefix, config) => {
1266
1266
  // ../config-tools/src/create-storm-config.ts
1267
1267
  var _extension_cache = /* @__PURE__ */ new WeakMap();
1268
1268
  var _static_cache = void 0;
1269
- var createStormWorkspaceConfig = /* @__PURE__ */ __name(async (extensionName, schema, workspaceRoot, skipLogs = false) => {
1269
+ var createStormWorkspaceConfig = /* @__PURE__ */ __name(async (extensionName, schema, workspaceRoot, skipLogs = false, useDefault = true) => {
1270
1270
  let result;
1271
1271
  if (!_static_cache?.data || !_static_cache?.timestamp || _static_cache.timestamp < Date.now() - 8e3) {
1272
1272
  let _workspaceRoot = workspaceRoot;
@@ -1274,13 +1274,18 @@ var createStormWorkspaceConfig = /* @__PURE__ */ __name(async (extensionName, sc
1274
1274
  _workspaceRoot = findWorkspaceRoot();
1275
1275
  }
1276
1276
  const configEnv = getConfigEnv();
1277
- const defaultConfig = await getDefaultConfig(_workspaceRoot);
1278
1277
  const configFile = await getConfigFile(_workspaceRoot);
1279
- if (!configFile && !skipLogs) {
1280
- writeWarning("No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n", {
1281
- logLevel: "all"
1282
- });
1278
+ if (!configFile) {
1279
+ if (!skipLogs) {
1280
+ writeWarning("No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n", {
1281
+ logLevel: "all"
1282
+ });
1283
+ }
1284
+ if (useDefault === false) {
1285
+ return void 0;
1286
+ }
1283
1287
  }
1288
+ const defaultConfig = await getDefaultConfig(_workspaceRoot);
1284
1289
  result = await stormWorkspaceConfigSchema.parseAsync(defu2(configEnv, configFile, defaultConfig));
1285
1290
  result.workspaceRoot ??= _workspaceRoot;
1286
1291
  } else {
@@ -1313,7 +1318,7 @@ var createConfigExtension = /* @__PURE__ */ __name((extensionName, schema) => {
1313
1318
  return extension;
1314
1319
  }, "createConfigExtension");
1315
1320
  var loadStormWorkspaceConfig = /* @__PURE__ */ __name(async (workspaceRoot, skipLogs = false) => {
1316
- const config = await createStormWorkspaceConfig(void 0, void 0, workspaceRoot, skipLogs);
1321
+ const config = await createStormWorkspaceConfig(void 0, void 0, workspaceRoot, skipLogs, true);
1317
1322
  setConfigEnv(config);
1318
1323
  if (!skipLogs && !config.skipConfigLogging) {
1319
1324
  writeTrace(`\u2699\uFE0F Using Storm Workspace configuration:
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 _chunkXTY7BXZUjs = require('./chunk-XTY7BXZU.js');
3
+ var _chunkRKHT4PWOjs = require('./chunk-RKHT4PWO.js');
4
4
 
5
5
 
6
- var _chunkVE7J7D3Xjs = require('./chunk-VE7J7D3X.js');
6
+ var _chunkARMCUBMYjs = require('./chunk-ARMCUBMY.js');
7
7
 
8
8
 
9
9
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -12,7 +12,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
12
12
  var _devkit = require('@nx/devkit');
13
13
  var _jsyaml = require('js-yaml'); var _jsyaml2 = _interopRequireDefault(_jsyaml);
14
14
  async function helmDependencyGeneratorFn(tree, options, config) {
15
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to add Helm Dependency", config);
15
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to add Helm Dependency", config);
16
16
  const project = _devkit.readProjectConfiguration.call(void 0, tree, options.project);
17
17
  if (!_optionalChain([project, 'access', _ => _.targets, 'optionalAccess', _2 => _2["helm-package"]])) {
18
18
  throw new Error(`Project ${options.project} does not have a helm target. Please run the chart generator first.`);
@@ -27,7 +27,7 @@ async function helmDependencyGeneratorFn(tree, options, config) {
27
27
  };
28
28
  }
29
29
  _chunk3GQAWCBQjs.__name.call(void 0, helmDependencyGeneratorFn, "helmDependencyGeneratorFn");
30
- var generator_default = _chunkXTY7BXZUjs.withRunGenerator.call(void 0, "Helm Dependency", helmDependencyGeneratorFn);
30
+ var generator_default = _chunkRKHT4PWOjs.withRunGenerator.call(void 0, "Helm Dependency", helmDependencyGeneratorFn);
31
31
  function addDependencyToConfig(project, name, url) {
32
32
  return {
33
33
  ...project,
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  withRunGenerator
3
- } from "./chunk-CZTVYRID.mjs";
3
+ } from "./chunk-L6CMBYEQ.mjs";
4
4
  import {
5
5
  writeDebug
6
- } from "./chunk-G7P6LRP6.mjs";
6
+ } from "./chunk-H55RRSOX.mjs";
7
7
  import {
8
8
  __dirname,
9
9
  __name
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  applyWorkspaceBaseTokens,
3
3
  applyWorkspaceTokens
4
- } from "./chunk-UG6MUDEB.mjs";
4
+ } from "./chunk-2YJ3BYXC.mjs";
5
5
  import {
6
6
  findWorkspaceRoot,
7
7
  getConfig,
@@ -12,7 +12,7 @@ import {
12
12
  writeInfo,
13
13
  writeSuccess,
14
14
  writeTrace
15
- } from "./chunk-G7P6LRP6.mjs";
15
+ } from "./chunk-H55RRSOX.mjs";
16
16
  import {
17
17
  __name
18
18
  } from "./chunk-Y4D6KHJP.mjs";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  withRunGenerator
3
- } from "./chunk-CZTVYRID.mjs";
3
+ } from "./chunk-L6CMBYEQ.mjs";
4
4
  import {
5
5
  writeDebug
6
- } from "./chunk-G7P6LRP6.mjs";
6
+ } from "./chunk-H55RRSOX.mjs";
7
7
  import {
8
8
  __name
9
9
  } from "./chunk-Y4D6KHJP.mjs";
@@ -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 _chunkVE7J7D3Xjs = require('./chunk-VE7J7D3X.js');
3
+ var _chunkARMCUBMYjs = require('./chunk-ARMCUBMY.js');
4
4
 
5
5
 
6
6
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -32,7 +32,7 @@ var applyWorkspaceBaseTokens = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void
32
32
  }
33
33
  }
34
34
  if (result.includes("{workspaceRoot}")) {
35
- result = result.replaceAll("{workspaceRoot}", _nullishCoalesce(_nullishCoalesce(tokenParams.workspaceRoot, () => ( _optionalChain([tokenParams, 'access', _2 => _2.config, 'optionalAccess', _3 => _3.workspaceRoot]))), () => ( _chunkVE7J7D3Xjs.findWorkspaceRoot.call(void 0, ))));
35
+ result = result.replaceAll("{workspaceRoot}", _nullishCoalesce(_nullishCoalesce(tokenParams.workspaceRoot, () => ( _optionalChain([tokenParams, 'access', _2 => _2.config, 'optionalAccess', _3 => _3.workspaceRoot]))), () => ( _chunkARMCUBMYjs.findWorkspaceRoot.call(void 0, ))));
36
36
  }
37
37
  return result;
38
38
  }, "applyWorkspaceBaseTokens");
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  applyWorkspaceProjectTokens,
3
3
  applyWorkspaceTokens
4
- } from "./chunk-UG6MUDEB.mjs";
4
+ } from "./chunk-2YJ3BYXC.mjs";
5
5
  import {
6
6
  findWorkspaceRoot,
7
7
  formatLogMessage,
@@ -14,7 +14,7 @@ import {
14
14
  writeSuccess,
15
15
  writeTrace,
16
16
  writeWarning
17
- } from "./chunk-G7P6LRP6.mjs";
17
+ } from "./chunk-H55RRSOX.mjs";
18
18
  import {
19
19
  createHelmClient
20
20
  } from "./chunk-D4VO3DCN.mjs";
@@ -3,11 +3,11 @@
3
3
  var _chunkIOT45LXVjs = require('./chunk-IOT45LXV.js');
4
4
 
5
5
 
6
- var _chunkOPP4IMYZjs = require('./chunk-OPP4IMYZ.js');
6
+ var _chunkOIKG7EMCjs = require('./chunk-OIKG7EMC.js');
7
7
 
8
8
 
9
9
 
10
- var _chunkVE7J7D3Xjs = require('./chunk-VE7J7D3X.js');
10
+ var _chunkARMCUBMYjs = require('./chunk-ARMCUBMY.js');
11
11
 
12
12
 
13
13
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -59,7 +59,7 @@ var applyWorkspaceExecutorTokens = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(
59
59
  result = result.replaceAll("{sourceRoot}", sourceRoot);
60
60
  }
61
61
  if (result.includes("{workspaceRoot}")) {
62
- result = result.replaceAll("{workspaceRoot}", _nullishCoalesce(tokenizerOptions.workspaceRoot, () => ( _chunkVE7J7D3Xjs.findWorkspaceRoot.call(void 0, ))));
62
+ result = result.replaceAll("{workspaceRoot}", _nullishCoalesce(tokenizerOptions.workspaceRoot, () => ( _chunkARMCUBMYjs.findWorkspaceRoot.call(void 0, ))));
63
63
  }
64
64
  return result;
65
65
  }, "applyWorkspaceExecutorTokens");
@@ -72,8 +72,8 @@ async function* publishExecutor(options, context) {
72
72
  throw new Error("The executor requires a projectName.");
73
73
  }
74
74
  console.info(`\u{1F680} Running Storm Container Registry Publish executor on the ${context.projectName} crate`);
75
- const workspaceRoot = _chunkVE7J7D3Xjs.findWorkspaceRoot.call(void 0, );
76
- const config = await _chunkVE7J7D3Xjs.getConfig.call(void 0, workspaceRoot);
75
+ const workspaceRoot = _chunkARMCUBMYjs.findWorkspaceRoot.call(void 0, );
76
+ const config = await _chunkARMCUBMYjs.getConfig.call(void 0, workspaceRoot);
77
77
  const projectConfig = _optionalChain([context, 'access', _2 => _2.projectsConfigurations, 'optionalAccess', _3 => _3.projects, 'access', _4 => _4[context.projectName]]);
78
78
  if (!projectConfig) {
79
79
  throw new Error(`The executor requires a valid projectsConfiguration - No configuration found for project ${context.projectName}`);
@@ -82,7 +82,7 @@ async function* publishExecutor(options, context) {
82
82
  const sourceRoot = _nullishCoalesce(_optionalChain([projectConfig, 'optionalAccess', _6 => _6.sourceRoot]), () => ( workspaceRoot));
83
83
  const projectName = _nullishCoalesce(_optionalChain([projectConfig, 'optionalAccess', _7 => _7.name]), () => ( context.projectName));
84
84
  config.workspaceRoot = workspaceRoot;
85
- const tokenized = await _chunkOPP4IMYZjs.applyWorkspaceTokens.call(void 0, options, {
85
+ const tokenized = await _chunkOIKG7EMCjs.applyWorkspaceTokens.call(void 0, options, {
86
86
  config,
87
87
  workspaceRoot,
88
88
  projectRoot,
@@ -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 _chunkOPP4IMYZjs = require('./chunk-OPP4IMYZ.js');
4
+ var _chunkOIKG7EMCjs = require('./chunk-OIKG7EMC.js');
5
5
 
6
6
 
7
7
 
@@ -12,7 +12,7 @@ var _chunkOPP4IMYZjs = require('./chunk-OPP4IMYZ.js');
12
12
 
13
13
 
14
14
 
15
- var _chunkVE7J7D3Xjs = require('./chunk-VE7J7D3X.js');
15
+ var _chunkARMCUBMYjs = require('./chunk-ARMCUBMY.js');
16
16
 
17
17
 
18
18
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -21,34 +21,34 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
21
21
  var withRunGenerator = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name, generatorFn, generatorOptions = {
22
22
  skipReadingConfig: false
23
23
  }) => async (tree, _options) => {
24
- const stopwatch = _chunkVE7J7D3Xjs.getStopwatch.call(void 0, name);
24
+ const stopwatch = _chunkARMCUBMYjs.getStopwatch.call(void 0, name);
25
25
  let options = _options;
26
26
  let config;
27
27
  try {
28
- _chunkVE7J7D3Xjs.writeInfo.call(void 0, `\u26A1 Running the ${name} generator...
28
+ _chunkARMCUBMYjs.writeInfo.call(void 0, `\u26A1 Running the ${name} generator...
29
29
 
30
30
  `, config);
31
- const workspaceRoot = _chunkVE7J7D3Xjs.findWorkspaceRoot.call(void 0, );
31
+ const workspaceRoot = _chunkARMCUBMYjs.findWorkspaceRoot.call(void 0, );
32
32
  if (!generatorOptions.skipReadingConfig) {
33
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
33
+ _chunkARMCUBMYjs.writeDebug.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
34
34
  - workspaceRoot: ${workspaceRoot}`, config);
35
- config = await _chunkVE7J7D3Xjs.getConfig.call(void 0, workspaceRoot);
35
+ config = await _chunkARMCUBMYjs.getConfig.call(void 0, workspaceRoot);
36
36
  }
37
37
  if (_optionalChain([generatorOptions, 'optionalAccess', _ => _.hooks, 'optionalAccess', _2 => _2.applyDefaultOptions])) {
38
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
38
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
39
39
  options = await Promise.resolve(generatorOptions.hooks.applyDefaultOptions(options, config));
40
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
40
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
41
41
  }
42
- _chunkVE7J7D3Xjs.writeTrace.call(void 0, `Generator schema options \u2699\uFE0F
42
+ _chunkARMCUBMYjs.writeTrace.call(void 0, `Generator schema options \u2699\uFE0F
43
43
  ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`, config);
44
- const tokenized = await _chunkOPP4IMYZjs.applyWorkspaceTokens.call(void 0, options, {
44
+ const tokenized = await _chunkOIKG7EMCjs.applyWorkspaceTokens.call(void 0, options, {
45
45
  workspaceRoot: tree.root,
46
46
  config
47
- }, _chunkOPP4IMYZjs.applyWorkspaceBaseTokens);
47
+ }, _chunkOIKG7EMCjs.applyWorkspaceBaseTokens);
48
48
  if (_optionalChain([generatorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.preProcess])) {
49
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
49
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
50
50
  await Promise.resolve(generatorOptions.hooks.preProcess(tokenized, config));
51
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
51
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
52
52
  }
53
53
  const result = await Promise.resolve(generatorFn(tree, tokenized, config));
54
54
  if (result) {
@@ -61,18 +61,18 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
61
61
  }
62
62
  }
63
63
  if (_optionalChain([generatorOptions, 'optionalAccess', _14 => _14.hooks, 'optionalAccess', _15 => _15.postProcess])) {
64
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
64
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
65
65
  await Promise.resolve(generatorOptions.hooks.postProcess(config));
66
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
66
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
67
67
  }
68
68
  return () => {
69
- _chunkVE7J7D3Xjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
69
+ _chunkARMCUBMYjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
70
70
  `, config);
71
71
  };
72
72
  } catch (error) {
73
73
  return () => {
74
- _chunkVE7J7D3Xjs.writeFatal.call(void 0, "A fatal error occurred while running the generator - the process was forced to terminate", config);
75
- _chunkVE7J7D3Xjs.writeError.call(void 0, `An exception was thrown in the generator's process
74
+ _chunkARMCUBMYjs.writeFatal.call(void 0, "A fatal error occurred while running the generator - the process was forced to terminate", config);
75
+ _chunkARMCUBMYjs.writeError.call(void 0, `An exception was thrown in the generator's process
76
76
  - Details: ${error.message}
77
77
  - Stacktrace: ${error.stack}`, config);
78
78
  };
@@ -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 _chunkXTY7BXZUjs = require('./chunk-XTY7BXZU.js');
3
+ var _chunkRKHT4PWOjs = require('./chunk-RKHT4PWO.js');
4
4
 
5
5
 
6
- var _chunkVE7J7D3Xjs = require('./chunk-VE7J7D3X.js');
6
+ var _chunkARMCUBMYjs = require('./chunk-ARMCUBMY.js');
7
7
 
8
8
 
9
9
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -12,7 +12,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
12
12
  var _devkit = require('@nx/devkit');
13
13
  var _path = require('path');
14
14
  async function helmChartGeneratorFn(tree, options, config) {
15
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to write Helm Chart", config);
15
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "\u{1F4DD} Preparing to write Helm Chart", config);
16
16
  const project = _devkit.readProjectConfiguration.call(void 0, tree, options.project);
17
17
  if (_optionalChain([project, 'access', _ => _.targets, 'optionalAccess', _2 => _2["helm-package"]])) {
18
18
  throw new Error(`Project ${options.project} already has a helm target. Please remove it before running this command.`);
@@ -49,7 +49,7 @@ async function helmChartGeneratorFn(tree, options, config) {
49
49
  };
50
50
  }
51
51
  _chunk3GQAWCBQjs.__name.call(void 0, helmChartGeneratorFn, "helmChartGeneratorFn");
52
- var generator_default = _chunkXTY7BXZUjs.withRunGenerator.call(void 0, "Helm Chart", helmChartGeneratorFn);
52
+ var generator_default = _chunkRKHT4PWOjs.withRunGenerator.call(void 0, "Helm Chart", helmChartGeneratorFn);
53
53
 
54
54
 
55
55
 
@@ -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 _chunkOPP4IMYZjs = require('./chunk-OPP4IMYZ.js');
4
+ var _chunkOIKG7EMCjs = require('./chunk-OIKG7EMC.js');
5
5
 
6
6
 
7
7
 
@@ -14,7 +14,7 @@ var _chunkOPP4IMYZjs = require('./chunk-OPP4IMYZ.js');
14
14
 
15
15
 
16
16
 
17
- var _chunkVE7J7D3Xjs = require('./chunk-VE7J7D3X.js');
17
+ var _chunkARMCUBMYjs = require('./chunk-ARMCUBMY.js');
18
18
 
19
19
 
20
20
  var _chunk2GAU2GHGjs = require('./chunk-2GAU2GHG.js');
@@ -25,50 +25,50 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
25
25
  // ../workspace-tools/src/base/base-executor.ts
26
26
  var _defu = require('defu');
27
27
  var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name, executorFn, executorOptions = {}) => async (_options, context) => {
28
- const stopwatch = _chunkVE7J7D3Xjs.getStopwatch.call(void 0, name);
28
+ const stopwatch = _chunkARMCUBMYjs.getStopwatch.call(void 0, name);
29
29
  let options = _options;
30
30
  let config = {};
31
31
  try {
32
32
  if (!_optionalChain([context, 'access', _ => _.projectsConfigurations, 'optionalAccess', _2 => _2.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
33
33
  throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
34
34
  }
35
- const workspaceRoot = _chunkVE7J7D3Xjs.findWorkspaceRoot.call(void 0, );
35
+ const workspaceRoot = _chunkARMCUBMYjs.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
- _chunkVE7J7D3Xjs.writeInfo.call(void 0, `\u26A1 Running the ${name} executor for ${projectName} `, config);
40
+ _chunkARMCUBMYjs.writeInfo.call(void 0, `\u26A1 Running the ${name} executor for ${projectName} `, config);
41
41
  if (!executorOptions.skipReadingConfig) {
42
- _chunkVE7J7D3Xjs.writeTrace.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
42
+ _chunkARMCUBMYjs.writeTrace.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
43
43
  - workspaceRoot: ${workspaceRoot}
44
44
  - projectRoot: ${projectRoot}
45
45
  - sourceRoot: ${sourceRoot}
46
46
  - projectName: ${projectName}
47
47
  `, config);
48
- config = await _chunkVE7J7D3Xjs.getConfig.call(void 0, workspaceRoot);
48
+ config = await _chunkARMCUBMYjs.getConfig.call(void 0, workspaceRoot);
49
49
  }
50
50
  if (_optionalChain([executorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.applyDefaultOptions])) {
51
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
51
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
52
52
  options = await Promise.resolve(executorOptions.hooks.applyDefaultOptions(options, config));
53
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
53
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
54
54
  }
55
- _chunkVE7J7D3Xjs.writeTrace.call(void 0, `Executor schema options \u2699\uFE0F
56
- ${_chunkVE7J7D3Xjs.formatLogMessage.call(void 0, options)}
55
+ _chunkARMCUBMYjs.writeTrace.call(void 0, `Executor schema options \u2699\uFE0F
56
+ ${_chunkARMCUBMYjs.formatLogMessage.call(void 0, options)}
57
57
  `, config);
58
- const tokenized = await _chunkOPP4IMYZjs.applyWorkspaceTokens.call(void 0, options, _defu.defu.call(void 0, {
58
+ const tokenized = await _chunkOIKG7EMCjs.applyWorkspaceTokens.call(void 0, options, _defu.defu.call(void 0, {
59
59
  workspaceRoot,
60
60
  projectRoot,
61
61
  sourceRoot,
62
62
  projectName,
63
63
  config
64
- }, config, context.projectsConfigurations.projects[context.projectName]), _chunkOPP4IMYZjs.applyWorkspaceProjectTokens);
65
- _chunkVE7J7D3Xjs.writeTrace.call(void 0, `Executor schema tokenized options \u2699\uFE0F
66
- ${_chunkVE7J7D3Xjs.formatLogMessage.call(void 0, tokenized)}
64
+ }, config, context.projectsConfigurations.projects[context.projectName]), _chunkOIKG7EMCjs.applyWorkspaceProjectTokens);
65
+ _chunkARMCUBMYjs.writeTrace.call(void 0, `Executor schema tokenized options \u2699\uFE0F
66
+ ${_chunkARMCUBMYjs.formatLogMessage.call(void 0, tokenized)}
67
67
  `, config);
68
68
  if (_optionalChain([executorOptions, 'optionalAccess', _5 => _5.hooks, 'optionalAccess', _6 => _6.preProcess])) {
69
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
69
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
70
70
  await Promise.resolve(executorOptions.hooks.preProcess(tokenized, config));
71
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
71
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
72
72
  }
73
73
  const ret = executorFn(tokenized, context, config);
74
74
  if (_isFunction(_optionalChain([ret, 'optionalAccess', _7 => _7.next]))) {
@@ -78,26 +78,26 @@ ${_chunkVE7J7D3Xjs.formatLogMessage.call(void 0, tokenized)}
78
78
  }
79
79
  const result = await Promise.resolve(ret);
80
80
  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")) {
81
- _chunkVE7J7D3Xjs.writeTrace.call(void 0, `Failure determined by the ${name} executor
82
- ${_chunkVE7J7D3Xjs.formatLogMessage.call(void 0, result)}`, config);
81
+ _chunkARMCUBMYjs.writeTrace.call(void 0, `Failure determined by the ${name} executor
82
+ ${_chunkARMCUBMYjs.formatLogMessage.call(void 0, result)}`, config);
83
83
  console.error(result);
84
84
  throw new Error(`The ${name} executor failed to run`, {
85
85
  cause: _optionalChain([result, 'optionalAccess', _16 => _16.error])
86
86
  });
87
87
  }
88
88
  if (_optionalChain([executorOptions, 'optionalAccess', _17 => _17.hooks, 'optionalAccess', _18 => _18.postProcess])) {
89
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
89
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
90
90
  await Promise.resolve(executorOptions.hooks.postProcess(config));
91
- _chunkVE7J7D3Xjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
91
+ _chunkARMCUBMYjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
92
92
  }
93
- _chunkVE7J7D3Xjs.writeSuccess.call(void 0, `Completed running the ${name} task executor!
93
+ _chunkARMCUBMYjs.writeSuccess.call(void 0, `Completed running the ${name} task executor!
94
94
  `, config);
95
95
  return {
96
96
  success: true
97
97
  };
98
98
  } catch (error) {
99
- _chunkVE7J7D3Xjs.writeFatal.call(void 0, "A fatal error occurred while running the executor - the process was forced to terminate", config);
100
- _chunkVE7J7D3Xjs.writeError.call(void 0, `An exception was thrown in the executor's process
99
+ _chunkARMCUBMYjs.writeFatal.call(void 0, "A fatal error occurred while running the executor - the process was forced to terminate", config);
100
+ _chunkARMCUBMYjs.writeError.call(void 0, `An exception was thrown in the executor's process
101
101
  - Details: ${error.message}
102
102
  - Stacktrace: ${error.stack}`, config);
103
103
  return {
@@ -146,7 +146,7 @@ async function serveExecutor(options, context, config) {
146
146
  remote: options.remote
147
147
  });
148
148
  } else {
149
- _chunkVE7J7D3Xjs.writeWarning.call(void 0, `Chart packaged at: ${chartPath}`, config);
149
+ _chunkARMCUBMYjs.writeWarning.call(void 0, `Chart packaged at: ${chartPath}`, config);
150
150
  }
151
151
  return {
152
152
  success: true
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 _chunkFMUZ2ZD5js = require('./chunk-FMUZ2ZD5.js');
4
+ var _chunkPDHZDUK3js = require('./chunk-PDHZDUK3.js');
5
5
 
6
6
 
7
- var _chunkPGBUNXO7js = require('./chunk-PGBUNXO7.js');
7
+ var _chunkYILHOG4Bjs = require('./chunk-YILHOG4B.js');
8
8
  require('./chunk-IOT45LXV.js');
9
- require('./chunk-OPP4IMYZ.js');
10
- require('./chunk-VE7J7D3X.js');
9
+ require('./chunk-OIKG7EMC.js');
10
+ require('./chunk-ARMCUBMY.js');
11
11
  require('./chunk-2GAU2GHG.js');
12
12
  require('./chunk-LFNGKV6F.js');
13
13
  require('./chunk-EAQFLLRB.js');
@@ -15,4 +15,4 @@ require('./chunk-3GQAWCBQ.js');
15
15
 
16
16
 
17
17
 
18
- exports.getRegistryVersion = _chunkFMUZ2ZD5js.getRegistryVersion; exports.serveExecutor = _chunkPGBUNXO7js.serveExecutor;
18
+ exports.getRegistryVersion = _chunkPDHZDUK3js.getRegistryVersion; exports.serveExecutor = _chunkYILHOG4Bjs.serveExecutor;
@@ -1,13 +1,13 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
2
  import {
3
3
  getRegistryVersion
4
- } from "./chunk-PPDBX2DB.mjs";
4
+ } from "./chunk-EGYN3KST.mjs";
5
5
  import {
6
6
  serveExecutor
7
- } from "./chunk-5L4K65CJ.mjs";
7
+ } from "./chunk-OSQ4LRUS.mjs";
8
8
  import "./chunk-BHDHCIR5.mjs";
9
- import "./chunk-UG6MUDEB.mjs";
10
- import "./chunk-G7P6LRP6.mjs";
9
+ import "./chunk-2YJ3BYXC.mjs";
10
+ import "./chunk-H55RRSOX.mjs";
11
11
  import "./chunk-D4VO3DCN.mjs";
12
12
  import "./chunk-QAUF7D74.mjs";
13
13
  import "./chunk-3XH4BC62.mjs";
@@ -1,15 +1,15 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-DHBG5ASJ.js');
2
2
 
3
3
 
4
- var _chunkS4UA2QEGjs = require('./chunk-S4UA2QEG.js');
4
+ var _chunkX7ALQPYHjs = require('./chunk-X7ALQPYH.js');
5
5
 
6
6
 
7
- var _chunkSSXO7X7Jjs = require('./chunk-SSXO7X7J.js');
8
- require('./chunk-XTY7BXZU.js');
9
- require('./chunk-OPP4IMYZ.js');
10
- require('./chunk-VE7J7D3X.js');
7
+ var _chunkIQYUMTUGjs = require('./chunk-IQYUMTUG.js');
8
+ require('./chunk-RKHT4PWO.js');
9
+ require('./chunk-OIKG7EMC.js');
10
+ require('./chunk-ARMCUBMY.js');
11
11
  require('./chunk-3GQAWCBQ.js');
12
12
 
13
13
 
14
14
 
15
- exports.helmChartGeneratorFn = _chunkS4UA2QEGjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkSSXO7X7Jjs.helmDependencyGeneratorFn;
15
+ exports.helmChartGeneratorFn = _chunkX7ALQPYHjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkIQYUMTUGjs.helmDependencyGeneratorFn;
@@ -1,13 +1,13 @@
1
1
  import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  helmChartGeneratorFn
4
- } from "./chunk-QQZ4PBT3.mjs";
4
+ } from "./chunk-J6OSQV5C.mjs";
5
5
  import {
6
6
  helmDependencyGeneratorFn
7
- } from "./chunk-JO75D6RV.mjs";
8
- import "./chunk-CZTVYRID.mjs";
9
- import "./chunk-UG6MUDEB.mjs";
10
- import "./chunk-G7P6LRP6.mjs";
7
+ } from "./chunk-LDLMRUCL.mjs";
8
+ import "./chunk-L6CMBYEQ.mjs";
9
+ import "./chunk-2YJ3BYXC.mjs";
10
+ import "./chunk-H55RRSOX.mjs";
11
11
  import "./chunk-Y4D6KHJP.mjs";
12
12
  export {
13
13
  helmChartGeneratorFn,
package/dist/index.js CHANGED
@@ -3,25 +3,25 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkY5TIVTDCjs = require('./chunk-Y5TIVTDC.js');
6
+ var _chunkG7TAEXNUjs = require('./chunk-G7TAEXNU.js');
7
7
  require('./chunk-XO66D74Z.js');
8
8
 
9
9
 
10
- var _chunkFMUZ2ZD5js = require('./chunk-FMUZ2ZD5.js');
10
+ var _chunkPDHZDUK3js = require('./chunk-PDHZDUK3.js');
11
11
 
12
12
 
13
- var _chunkPGBUNXO7js = require('./chunk-PGBUNXO7.js');
13
+ var _chunkYILHOG4Bjs = require('./chunk-YILHOG4B.js');
14
14
  require('./chunk-IOT45LXV.js');
15
15
  require('./chunk-DHBG5ASJ.js');
16
16
 
17
17
 
18
- var _chunkS4UA2QEGjs = require('./chunk-S4UA2QEG.js');
18
+ var _chunkX7ALQPYHjs = require('./chunk-X7ALQPYH.js');
19
19
 
20
20
 
21
- var _chunkSSXO7X7Jjs = require('./chunk-SSXO7X7J.js');
22
- require('./chunk-XTY7BXZU.js');
23
- require('./chunk-OPP4IMYZ.js');
24
- require('./chunk-VE7J7D3X.js');
21
+ var _chunkIQYUMTUGjs = require('./chunk-IQYUMTUG.js');
22
+ require('./chunk-RKHT4PWO.js');
23
+ require('./chunk-OIKG7EMC.js');
24
+ require('./chunk-ARMCUBMY.js');
25
25
  require('./chunk-U76ID4TS.js');
26
26
 
27
27
 
@@ -53,4 +53,4 @@ require('./chunk-3GQAWCBQ.js');
53
53
 
54
54
 
55
55
 
56
- exports.AbstractHelmClient = _chunkLFNGKV6Fjs.AbstractHelmClient; exports.HelmClient = _chunk2GAU2GHGjs.HelmClient; exports.addToPrettierIgnore = _chunkT5WNZJODjs.addToPrettierIgnore; exports.createDependencies = _chunkY5TIVTDCjs.createDependencies; exports.createHelmClient = _chunk2GAU2GHGjs.createHelmClient; exports.createNodes = _chunkY5TIVTDCjs.createNodes; exports.description = _chunkY5TIVTDCjs.description; exports.ensureInitialized = _chunkEAQFLLRBjs.ensureInitialized; exports.getRegistryVersion = _chunkFMUZ2ZD5js.getRegistryVersion; exports.helmChartGeneratorFn = _chunkS4UA2QEGjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkSSXO7X7Jjs.helmDependencyGeneratorFn; exports.name = _chunkY5TIVTDCjs.name; exports.resolveUserExistingPrettierConfig = _chunkT5WNZJODjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkPGBUNXO7js.serveExecutor;
56
+ exports.AbstractHelmClient = _chunkLFNGKV6Fjs.AbstractHelmClient; exports.HelmClient = _chunk2GAU2GHGjs.HelmClient; exports.addToPrettierIgnore = _chunkT5WNZJODjs.addToPrettierIgnore; exports.createDependencies = _chunkG7TAEXNUjs.createDependencies; exports.createHelmClient = _chunk2GAU2GHGjs.createHelmClient; exports.createNodes = _chunkG7TAEXNUjs.createNodes; exports.description = _chunkG7TAEXNUjs.description; exports.ensureInitialized = _chunkEAQFLLRBjs.ensureInitialized; exports.getRegistryVersion = _chunkPDHZDUK3js.getRegistryVersion; exports.helmChartGeneratorFn = _chunkX7ALQPYHjs.helmChartGeneratorFn; exports.helmDependencyGeneratorFn = _chunkIQYUMTUGjs.helmDependencyGeneratorFn; exports.name = _chunkG7TAEXNUjs.name; exports.resolveUserExistingPrettierConfig = _chunkT5WNZJODjs.resolveUserExistingPrettierConfig; exports.serveExecutor = _chunkYILHOG4Bjs.serveExecutor;
package/dist/index.mjs CHANGED
@@ -3,25 +3,25 @@ import {
3
3
  createNodes,
4
4
  description,
5
5
  name
6
- } from "./chunk-CW4NXQ36.mjs";
6
+ } from "./chunk-33PQJY5L.mjs";
7
7
  import "./chunk-YSCEY447.mjs";
8
8
  import {
9
9
  getRegistryVersion
10
- } from "./chunk-PPDBX2DB.mjs";
10
+ } from "./chunk-EGYN3KST.mjs";
11
11
  import {
12
12
  serveExecutor
13
- } from "./chunk-5L4K65CJ.mjs";
13
+ } from "./chunk-OSQ4LRUS.mjs";
14
14
  import "./chunk-BHDHCIR5.mjs";
15
15
  import "./chunk-3J7KBHMJ.mjs";
16
16
  import {
17
17
  helmChartGeneratorFn
18
- } from "./chunk-QQZ4PBT3.mjs";
18
+ } from "./chunk-J6OSQV5C.mjs";
19
19
  import {
20
20
  helmDependencyGeneratorFn
21
- } from "./chunk-JO75D6RV.mjs";
22
- import "./chunk-CZTVYRID.mjs";
23
- import "./chunk-UG6MUDEB.mjs";
24
- import "./chunk-G7P6LRP6.mjs";
21
+ } from "./chunk-LDLMRUCL.mjs";
22
+ import "./chunk-L6CMBYEQ.mjs";
23
+ import "./chunk-2YJ3BYXC.mjs";
24
+ import "./chunk-H55RRSOX.mjs";
25
25
  import "./chunk-WWU25UQ4.mjs";
26
26
  import {
27
27
  addToPrettierIgnore,
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkFMUZ2ZD5js = require('../../../chunk-FMUZ2ZD5.js');
4
+ var _chunkPDHZDUK3js = require('../../../chunk-PDHZDUK3.js');
5
5
  require('../../../chunk-IOT45LXV.js');
6
- require('../../../chunk-OPP4IMYZ.js');
7
- require('../../../chunk-VE7J7D3X.js');
6
+ require('../../../chunk-OIKG7EMC.js');
7
+ require('../../../chunk-ARMCUBMY.js');
8
8
  require('../../../chunk-3GQAWCBQ.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkFMUZ2ZD5js.publishExecutor; exports.getRegistryVersion = _chunkFMUZ2ZD5js.getRegistryVersion;
12
+ exports.default = _chunkPDHZDUK3js.publishExecutor; exports.getRegistryVersion = _chunkPDHZDUK3js.getRegistryVersion;
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  getRegistryVersion,
3
3
  publishExecutor
4
- } from "../../../chunk-PPDBX2DB.mjs";
4
+ } from "../../../chunk-EGYN3KST.mjs";
5
5
  import "../../../chunk-BHDHCIR5.mjs";
6
- import "../../../chunk-UG6MUDEB.mjs";
7
- import "../../../chunk-G7P6LRP6.mjs";
6
+ import "../../../chunk-2YJ3BYXC.mjs";
7
+ import "../../../chunk-H55RRSOX.mjs";
8
8
  import "../../../chunk-Y4D6KHJP.mjs";
9
9
  export {
10
10
  publishExecutor as default,
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkPGBUNXO7js = require('../../../chunk-PGBUNXO7.js');
5
- require('../../../chunk-OPP4IMYZ.js');
6
- require('../../../chunk-VE7J7D3X.js');
4
+ var _chunkYILHOG4Bjs = require('../../../chunk-YILHOG4B.js');
5
+ require('../../../chunk-OIKG7EMC.js');
6
+ require('../../../chunk-ARMCUBMY.js');
7
7
  require('../../../chunk-2GAU2GHG.js');
8
8
  require('../../../chunk-LFNGKV6F.js');
9
9
  require('../../../chunk-EAQFLLRB.js');
@@ -11,4 +11,4 @@ require('../../../chunk-3GQAWCBQ.js');
11
11
 
12
12
 
13
13
 
14
- exports.default = _chunkPGBUNXO7js.executor_default; exports.serveExecutor = _chunkPGBUNXO7js.serveExecutor;
14
+ exports.default = _chunkYILHOG4Bjs.executor_default; exports.serveExecutor = _chunkYILHOG4Bjs.serveExecutor;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  executor_default,
3
3
  serveExecutor
4
- } from "../../../chunk-5L4K65CJ.mjs";
5
- import "../../../chunk-UG6MUDEB.mjs";
6
- import "../../../chunk-G7P6LRP6.mjs";
4
+ } from "../../../chunk-OSQ4LRUS.mjs";
5
+ import "../../../chunk-2YJ3BYXC.mjs";
6
+ import "../../../chunk-H55RRSOX.mjs";
7
7
  import "../../../chunk-D4VO3DCN.mjs";
8
8
  import "../../../chunk-QAUF7D74.mjs";
9
9
  import "../../../chunk-3XH4BC62.mjs";
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkS4UA2QEGjs = require('../../../chunk-S4UA2QEG.js');
5
- require('../../../chunk-XTY7BXZU.js');
6
- require('../../../chunk-OPP4IMYZ.js');
7
- require('../../../chunk-VE7J7D3X.js');
4
+ var _chunkX7ALQPYHjs = require('../../../chunk-X7ALQPYH.js');
5
+ require('../../../chunk-RKHT4PWO.js');
6
+ require('../../../chunk-OIKG7EMC.js');
7
+ require('../../../chunk-ARMCUBMY.js');
8
8
  require('../../../chunk-3GQAWCBQ.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkS4UA2QEGjs.generator_default; exports.helmChartGeneratorFn = _chunkS4UA2QEGjs.helmChartGeneratorFn;
12
+ exports.default = _chunkX7ALQPYHjs.generator_default; exports.helmChartGeneratorFn = _chunkX7ALQPYHjs.helmChartGeneratorFn;
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  generator_default,
3
3
  helmChartGeneratorFn
4
- } from "../../../chunk-QQZ4PBT3.mjs";
5
- import "../../../chunk-CZTVYRID.mjs";
6
- import "../../../chunk-UG6MUDEB.mjs";
7
- import "../../../chunk-G7P6LRP6.mjs";
4
+ } from "../../../chunk-J6OSQV5C.mjs";
5
+ import "../../../chunk-L6CMBYEQ.mjs";
6
+ import "../../../chunk-2YJ3BYXC.mjs";
7
+ import "../../../chunk-H55RRSOX.mjs";
8
8
  import "../../../chunk-Y4D6KHJP.mjs";
9
9
  export {
10
10
  generator_default as default,
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkSSXO7X7Jjs = require('../../../chunk-SSXO7X7J.js');
5
- require('../../../chunk-XTY7BXZU.js');
6
- require('../../../chunk-OPP4IMYZ.js');
7
- require('../../../chunk-VE7J7D3X.js');
4
+ var _chunkIQYUMTUGjs = require('../../../chunk-IQYUMTUG.js');
5
+ require('../../../chunk-RKHT4PWO.js');
6
+ require('../../../chunk-OIKG7EMC.js');
7
+ require('../../../chunk-ARMCUBMY.js');
8
8
  require('../../../chunk-3GQAWCBQ.js');
9
9
 
10
10
 
11
11
 
12
- exports.default = _chunkSSXO7X7Jjs.generator_default; exports.helmDependencyGeneratorFn = _chunkSSXO7X7Jjs.helmDependencyGeneratorFn;
12
+ exports.default = _chunkIQYUMTUGjs.generator_default; exports.helmDependencyGeneratorFn = _chunkIQYUMTUGjs.helmDependencyGeneratorFn;
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  generator_default,
3
3
  helmDependencyGeneratorFn
4
- } from "../../../chunk-JO75D6RV.mjs";
5
- import "../../../chunk-CZTVYRID.mjs";
6
- import "../../../chunk-UG6MUDEB.mjs";
7
- import "../../../chunk-G7P6LRP6.mjs";
4
+ } from "../../../chunk-LDLMRUCL.mjs";
5
+ import "../../../chunk-L6CMBYEQ.mjs";
6
+ import "../../../chunk-2YJ3BYXC.mjs";
7
+ import "../../../chunk-H55RRSOX.mjs";
8
8
  import "../../../chunk-Y4D6KHJP.mjs";
9
9
  export {
10
10
  generator_default as default,
@@ -3,13 +3,13 @@
3
3
 
4
4
 
5
5
 
6
- var _chunkY5TIVTDCjs = require('../../../chunk-Y5TIVTDC.js');
6
+ var _chunkG7TAEXNUjs = require('../../../chunk-G7TAEXNU.js');
7
7
  require('../../../chunk-IOT45LXV.js');
8
- require('../../../chunk-VE7J7D3X.js');
8
+ require('../../../chunk-ARMCUBMY.js');
9
9
  require('../../../chunk-3GQAWCBQ.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
14
 
15
- exports.createDependencies = _chunkY5TIVTDCjs.createDependencies; exports.createNodes = _chunkY5TIVTDCjs.createNodes; exports.description = _chunkY5TIVTDCjs.description; exports.name = _chunkY5TIVTDCjs.name;
15
+ exports.createDependencies = _chunkG7TAEXNUjs.createDependencies; exports.createNodes = _chunkG7TAEXNUjs.createNodes; exports.description = _chunkG7TAEXNUjs.description; exports.name = _chunkG7TAEXNUjs.name;
@@ -3,9 +3,9 @@ import {
3
3
  createNodes,
4
4
  description,
5
5
  name
6
- } from "../../../chunk-CW4NXQ36.mjs";
6
+ } from "../../../chunk-33PQJY5L.mjs";
7
7
  import "../../../chunk-BHDHCIR5.mjs";
8
- import "../../../chunk-G7P6LRP6.mjs";
8
+ import "../../../chunk-H55RRSOX.mjs";
9
9
  import "../../../chunk-Y4D6KHJP.mjs";
10
10
  export {
11
11
  createDependencies,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/k8s-tools",
3
- "version": "0.24.69",
3
+ "version": "0.24.70",
4
4
  "description": "Tools for managing Kubernetes (k8s) infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",