@storm-software/pulumi-tools 0.22.93 → 0.22.95

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 (40) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{chunk-R5C2S5BC.js → chunk-3S54D26V.js} +6 -5
  3. package/dist/{chunk-UQ5M4O62.js → chunk-7VAIPWZP.js} +2 -2
  4. package/dist/{chunk-LLG5RXZJ.js → chunk-AJMUHYFO.js} +5 -5
  5. package/dist/{chunk-XMME3BD3.mjs → chunk-ANI6T7X2.mjs} +1 -1
  6. package/dist/{chunk-RZB4WZN4.js → chunk-AXJSKHQA.js} +2 -2
  7. package/dist/{chunk-JC2DM6DH.js → chunk-BVXDFLPL.js} +3 -3
  8. package/dist/{chunk-WMI36W7B.mjs → chunk-CYFBPYAW.mjs} +1 -1
  9. package/dist/{chunk-YBUJ6IO6.js → chunk-GHOKASU6.js} +2 -2
  10. package/dist/{chunk-6CTWHGY2.mjs → chunk-HZA2RUGZ.mjs} +1 -1
  11. package/dist/{chunk-QLCB7GJ2.mjs → chunk-IG7ZSEPE.mjs} +1 -1
  12. package/dist/{chunk-6RGZMO3I.mjs → chunk-MSMTKBF3.mjs} +1 -1
  13. package/dist/{chunk-RQTRIGX6.js → chunk-NRUREEPH.js} +2 -2
  14. package/dist/{chunk-VU6GWYGX.mjs → chunk-NV5KT6CZ.mjs} +6 -5
  15. package/dist/{chunk-JINNYNFH.mjs → chunk-QUPZG2P5.mjs} +1 -1
  16. package/dist/{chunk-YR6E5OCQ.js → chunk-VIF2JYX3.js} +2 -2
  17. package/dist/{chunk-FINVUBL7.mjs → chunk-ZZ3EPBMI.mjs} +1 -1
  18. package/dist/executors.js +7 -7
  19. package/dist/executors.mjs +7 -7
  20. package/dist/generators.js +3 -3
  21. package/dist/generators.mjs +2 -2
  22. package/dist/index.js +9 -9
  23. package/dist/index.mjs +8 -8
  24. package/dist/src/base/base-executor.js +3 -3
  25. package/dist/src/base/base-executor.mjs +2 -2
  26. package/dist/src/base/index.js +3 -3
  27. package/dist/src/base/index.mjs +2 -2
  28. package/dist/src/executors/config/executor.js +4 -4
  29. package/dist/src/executors/config/executor.mjs +3 -3
  30. package/dist/src/executors/import/executor.js +4 -4
  31. package/dist/src/executors/import/executor.mjs +3 -3
  32. package/dist/src/executors/preview/executor.js +4 -4
  33. package/dist/src/executors/preview/executor.mjs +3 -3
  34. package/dist/src/executors/refresh/executor.js +4 -4
  35. package/dist/src/executors/refresh/executor.mjs +3 -3
  36. package/dist/src/executors/up/executor.js +4 -4
  37. package/dist/src/executors/up/executor.mjs +3 -3
  38. package/dist/src/generators/init/generator.js +3 -3
  39. package/dist/src/generators/init/generator.mjs +2 -2
  40. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,27 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.94](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.94) (02/20/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.38**
10
+ - Updated **config-tools** to **v1.189.6**
11
+ - Updated **config** to **v1.135.7**
12
+
13
+ ## [0.22.93](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.93) (02/18/2026)
14
+
15
+ ### Miscellaneous
16
+
17
+ - **monorepo:** Update `README.md` files ([3755247b8](https://github.com/storm-software/storm-ops/commit/3755247b8))
18
+ - **monorepo:** Update workspace's `README.md` files ([b31df09bc](https://github.com/storm-software/storm-ops/commit/b31df09bc))
19
+
20
+ ### Updated Dependencies
21
+
22
+ - Updated **workspace-tools** to **v1.294.37**
23
+ - Updated **config-tools** to **v1.189.5**
24
+ - Updated **config** to **v1.135.6**
25
+
5
26
  ## [0.22.92](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.92) (02/18/2026)
6
27
 
7
28
  ### Miscellaneous
@@ -349,11 +349,12 @@ var getStopwatch = (name) => {
349
349
  const start = /* @__PURE__ */ new Date();
350
350
  return () => {
351
351
  console.info(
352
- `
353
- > \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0, start, {
354
- includeSeconds: true
355
- })} to complete
356
- `
352
+ `> \u23F1 The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0,
353
+ start,
354
+ {
355
+ includeSeconds: true
356
+ }
357
+ )} to complete`
357
358
  );
358
359
  };
359
360
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJC2DM6DHjs = require('./chunk-JC2DM6DH.js');
3
+ var _chunkBVXDFLPLjs = require('./chunk-BVXDFLPL.js');
4
4
 
5
5
  // src/executors/refresh/executor.ts
6
- var executor_default = _chunkJC2DM6DHjs.withPulumiExecutor.call(void 0, "refresh", (options) => [
6
+ var executor_default = _chunkBVXDFLPLjs.withPulumiExecutor.call(void 0, "refresh", (options) => [
7
7
  "--suppress-progress",
8
8
  options.stack && `--stack=${options.stack}`,
9
9
  options.skipPreview && "--skip-preview",
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
5
5
 
6
6
 
7
7
 
8
- var _chunkR5C2S5BCjs = require('./chunk-R5C2S5BC.js');
8
+ var _chunk3S54D26Vjs = require('./chunk-3S54D26V.js');
9
9
 
10
10
  // src/generators/init/generator.ts
11
11
 
@@ -18,7 +18,7 @@ var _devkit = require('@nx/devkit');
18
18
  var _fs = require('fs');
19
19
  var _path = require('path');
20
20
  async function initGeneratorFn(tree, options, config) {
21
- const task = _chunkR5C2S5BCjs.initGenerator.call(void 0, tree, options);
21
+ const task = _chunk3S54D26Vjs.initGenerator.call(void 0, tree, options);
22
22
  _devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
23
23
  root: options.directory || "./deployment",
24
24
  projectType: "application",
@@ -54,14 +54,14 @@ async function initGeneratorFn(tree, options, config) {
54
54
  }
55
55
  return task;
56
56
  }
57
- var generator_default = _chunkR5C2S5BCjs.withRunGenerator.call(void 0,
57
+ var generator_default = _chunk3S54D26Vjs.withRunGenerator.call(void 0,
58
58
  "Initialize Storm Pulumi workspace",
59
59
  initGeneratorFn
60
60
  );
61
61
  function generateNewPulumiProject(tree, options, config) {
62
62
  return () => {
63
63
  const template = _chunkQDPXTR73js.getCloudTemplateName.call(void 0, options.provider);
64
- _chunkR5C2S5BCjs.run.call(void 0,
64
+ _chunk3S54D26Vjs.run.call(void 0,
65
65
  config,
66
66
  [
67
67
  `pulumi new ${template}`,
@@ -85,7 +85,7 @@ function loginToPulumi(tree, options, config) {
85
85
  if (options.login.startsWith("file://")) {
86
86
  options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
87
87
  }
88
- _chunkR5C2S5BCjs.run.call(void 0,
88
+ _chunk3S54D26Vjs.run.call(void 0,
89
89
  config,
90
90
  ["pulumi login", options.login].filter(Boolean).join(" "),
91
91
  _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-FINVUBL7.mjs";
3
+ } from "./chunk-ZZ3EPBMI.mjs";
4
4
 
5
5
  // src/executors/up/executor.ts
6
6
  var executor_default = withPulumiExecutor("up", (options) => [
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJC2DM6DHjs = require('./chunk-JC2DM6DH.js');
3
+ var _chunkBVXDFLPLjs = require('./chunk-BVXDFLPL.js');
4
4
 
5
5
  // src/executors/config/executor.ts
6
- var executor_default = _chunkJC2DM6DHjs.withPulumiExecutor.call(void 0, "config", (options) => [
6
+ var executor_default = _chunkBVXDFLPLjs.withPulumiExecutor.call(void 0, "config", (options) => [
7
7
  options.action,
8
8
  options.showSecrets && `--show-secrets`,
9
9
  options.secret && `--secret`,
@@ -1,13 +1,13 @@
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 _chunkR5C2S5BCjs = require('./chunk-R5C2S5BC.js');
4
+ var _chunk3S54D26Vjs = require('./chunk-3S54D26V.js');
5
5
 
6
6
  // src/base/base-executor.ts
7
7
  var _path = require('path');
8
8
  var _shelljs = require('shelljs');
9
9
  var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_options, context) => {
10
- return _chunkR5C2S5BCjs.withRunExecutor.call(void 0,
10
+ return _chunk3S54D26Vjs.withRunExecutor.call(void 0,
11
11
  `Pulumi \`${command}\` Command Executor`,
12
12
  async (options, context2, config) => {
13
13
  if (!_shelljs.which.call(void 0, "pulumi")) {
@@ -21,7 +21,7 @@ var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_
21
21
  );
22
22
  }
23
23
  const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
24
- _chunkR5C2S5BCjs.run.call(void 0,
24
+ _chunk3S54D26Vjs.run.call(void 0,
25
25
  config,
26
26
  ["pulumi", command, ...argsMapper(options)].filter(Boolean).join(" "),
27
27
  _path.join.call(void 0, config.workspaceRoot, options.root || sourceRoot),
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-FINVUBL7.mjs";
3
+ } from "./chunk-ZZ3EPBMI.mjs";
4
4
 
5
5
  // src/executors/preview/executor.ts
6
6
  var executor_default = withPulumiExecutor("preview", (options) => [
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJC2DM6DHjs = require('./chunk-JC2DM6DH.js');
3
+ var _chunkBVXDFLPLjs = require('./chunk-BVXDFLPL.js');
4
4
 
5
5
  // src/executors/up/executor.ts
6
- var executor_default = _chunkJC2DM6DHjs.withPulumiExecutor.call(void 0, "up", (options) => [
6
+ var executor_default = _chunkBVXDFLPLjs.withPulumiExecutor.call(void 0, "up", (options) => [
7
7
  "--suppress-progress",
8
8
  options.stack && `--stack=${options.stack}`,
9
9
  options.skipPreview && "--skip-preview",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-FINVUBL7.mjs";
3
+ } from "./chunk-ZZ3EPBMI.mjs";
4
4
 
5
5
  // src/executors/config/executor.ts
6
6
  var executor_default = withPulumiExecutor("config", (options) => [
@@ -5,7 +5,7 @@ import {
5
5
  initGenerator,
6
6
  run,
7
7
  withRunGenerator
8
- } from "./chunk-VU6GWYGX.mjs";
8
+ } from "./chunk-NV5KT6CZ.mjs";
9
9
 
10
10
  // src/generators/init/generator.ts
11
11
  import {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-FINVUBL7.mjs";
3
+ } from "./chunk-ZZ3EPBMI.mjs";
4
4
 
5
5
  // src/executors/refresh/executor.ts
6
6
  var executor_default = withPulumiExecutor("refresh", (options) => [
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJC2DM6DHjs = require('./chunk-JC2DM6DH.js');
3
+ var _chunkBVXDFLPLjs = require('./chunk-BVXDFLPL.js');
4
4
 
5
5
  // src/executors/import/executor.ts
6
- var executor_default = _chunkJC2DM6DHjs.withPulumiExecutor.call(void 0, "import", (options) => [
6
+ var executor_default = _chunkBVXDFLPLjs.withPulumiExecutor.call(void 0, "import", (options) => [
7
7
  options.target,
8
8
  options.name,
9
9
  options.id,
@@ -353,11 +353,12 @@ var getStopwatch = (name) => {
353
353
  const start = /* @__PURE__ */ new Date();
354
354
  return () => {
355
355
  console.info(
356
- `
357
- > \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${formatDistanceToNow(start, {
358
- includeSeconds: true
359
- })} to complete
360
- `
356
+ `> \u23F1 The${name ? ` ${name}` : ""} process took ${formatDistanceToNow(
357
+ start,
358
+ {
359
+ includeSeconds: true
360
+ }
361
+ )} to complete`
361
362
  );
362
363
  };
363
364
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-FINVUBL7.mjs";
3
+ } from "./chunk-ZZ3EPBMI.mjs";
4
4
 
5
5
  // src/executors/import/executor.ts
6
6
  var executor_default = withPulumiExecutor("import", (options) => [
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJC2DM6DHjs = require('./chunk-JC2DM6DH.js');
3
+ var _chunkBVXDFLPLjs = require('./chunk-BVXDFLPL.js');
4
4
 
5
5
  // src/executors/preview/executor.ts
6
- var executor_default = _chunkJC2DM6DHjs.withPulumiExecutor.call(void 0, "preview", (options) => [
6
+ var executor_default = _chunkBVXDFLPLjs.withPulumiExecutor.call(void 0, "preview", (options) => [
7
7
  options.stack && `--stack=${options.stack}`,
8
8
  options.expectNoChanges && "--expect-no-changes"
9
9
  ]);
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-VU6GWYGX.mjs";
4
+ } from "./chunk-NV5KT6CZ.mjs";
5
5
 
6
6
  // src/base/base-executor.ts
7
7
  import { join } from "node:path";
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-XO62WWX4.js');
2
- require('./chunk-RQTRIGX6.js');
3
- require('./chunk-YR6E5OCQ.js');
4
- require('./chunk-YBUJ6IO6.js');
5
- require('./chunk-UQ5M4O62.js');
6
- require('./chunk-RZB4WZN4.js');
7
- require('./chunk-JC2DM6DH.js');
8
- require('./chunk-R5C2S5BC.js');
2
+ require('./chunk-NRUREEPH.js');
3
+ require('./chunk-VIF2JYX3.js');
4
+ require('./chunk-7VAIPWZP.js');
5
+ require('./chunk-GHOKASU6.js');
6
+ require('./chunk-AXJSKHQA.js');
7
+ require('./chunk-BVXDFLPL.js');
8
+ require('./chunk-3S54D26V.js');
@@ -1,9 +1,9 @@
1
1
  import "./chunk-UV4HQO3Y.mjs";
2
- import "./chunk-JINNYNFH.mjs";
3
- import "./chunk-WMI36W7B.mjs";
4
- import "./chunk-XMME3BD3.mjs";
5
- import "./chunk-6RGZMO3I.mjs";
6
- import "./chunk-6CTWHGY2.mjs";
7
- import "./chunk-FINVUBL7.mjs";
8
- import "./chunk-VU6GWYGX.mjs";
2
+ import "./chunk-QUPZG2P5.mjs";
3
+ import "./chunk-CYFBPYAW.mjs";
4
+ import "./chunk-MSMTKBF3.mjs";
5
+ import "./chunk-ANI6T7X2.mjs";
6
+ import "./chunk-HZA2RUGZ.mjs";
7
+ import "./chunk-ZZ3EPBMI.mjs";
8
+ import "./chunk-NV5KT6CZ.mjs";
9
9
  import "./chunk-M2LOLSVC.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkLLG5RXZJjs = require('./chunk-LLG5RXZJ.js');
4
+ var _chunkAJMUHYFOjs = require('./chunk-AJMUHYFO.js');
5
5
  require('./chunk-QDPXTR73.js');
6
- require('./chunk-R5C2S5BC.js');
6
+ require('./chunk-3S54D26V.js');
7
7
 
8
8
 
9
- exports.initGeneratorFn = _chunkLLG5RXZJjs.initGeneratorFn;
9
+ exports.initGeneratorFn = _chunkAJMUHYFOjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-QLCB7GJ2.mjs";
4
+ } from "./chunk-IG7ZSEPE.mjs";
5
5
  import "./chunk-5TB4HFDP.mjs";
6
- import "./chunk-VU6GWYGX.mjs";
6
+ import "./chunk-NV5KT6CZ.mjs";
7
7
  import "./chunk-M2LOLSVC.mjs";
8
8
  export {
9
9
  initGeneratorFn
package/dist/index.js CHANGED
@@ -8,24 +8,24 @@
8
8
 
9
9
  var _chunk7I63VQP3js = require('./chunk-7I63VQP3.js');
10
10
  require('./chunk-XO62WWX4.js');
11
- require('./chunk-RQTRIGX6.js');
12
- require('./chunk-YR6E5OCQ.js');
13
- require('./chunk-YBUJ6IO6.js');
14
- require('./chunk-UQ5M4O62.js');
11
+ require('./chunk-NRUREEPH.js');
12
+ require('./chunk-VIF2JYX3.js');
13
+ require('./chunk-7VAIPWZP.js');
14
+ require('./chunk-GHOKASU6.js');
15
15
  require('./chunk-N2YKXZ5R.js');
16
16
 
17
17
 
18
- var _chunkLLG5RXZJjs = require('./chunk-LLG5RXZJ.js');
18
+ var _chunkAJMUHYFOjs = require('./chunk-AJMUHYFO.js');
19
19
  require('./chunk-GUQOEBFW.js');
20
20
 
21
21
 
22
22
 
23
23
  var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
24
- require('./chunk-RZB4WZN4.js');
24
+ require('./chunk-AXJSKHQA.js');
25
25
 
26
26
 
27
- var _chunkJC2DM6DHjs = require('./chunk-JC2DM6DH.js');
28
- require('./chunk-R5C2S5BC.js');
27
+ var _chunkBVXDFLPLjs = require('./chunk-BVXDFLPL.js');
28
+ require('./chunk-3S54D26V.js');
29
29
 
30
30
 
31
31
 
@@ -37,4 +37,4 @@ require('./chunk-R5C2S5BC.js');
37
37
 
38
38
 
39
39
 
40
- exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkLLG5RXZJjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkJC2DM6DHjs.withPulumiExecutor;
40
+ exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkAJMUHYFOjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkBVXDFLPLjs.withPulumiExecutor;
package/dist/index.mjs CHANGED
@@ -8,24 +8,24 @@ import {
8
8
  vpc
9
9
  } from "./chunk-S6XCS2TA.mjs";
10
10
  import "./chunk-UV4HQO3Y.mjs";
11
- import "./chunk-JINNYNFH.mjs";
12
- import "./chunk-WMI36W7B.mjs";
13
- import "./chunk-XMME3BD3.mjs";
14
- import "./chunk-6RGZMO3I.mjs";
11
+ import "./chunk-QUPZG2P5.mjs";
12
+ import "./chunk-CYFBPYAW.mjs";
13
+ import "./chunk-MSMTKBF3.mjs";
14
+ import "./chunk-ANI6T7X2.mjs";
15
15
  import "./chunk-23KFTIT2.mjs";
16
16
  import {
17
17
  initGeneratorFn
18
- } from "./chunk-QLCB7GJ2.mjs";
18
+ } from "./chunk-IG7ZSEPE.mjs";
19
19
  import "./chunk-CA7S5MOH.mjs";
20
20
  import {
21
21
  Provider,
22
22
  getCloudTemplateName
23
23
  } from "./chunk-5TB4HFDP.mjs";
24
- import "./chunk-6CTWHGY2.mjs";
24
+ import "./chunk-HZA2RUGZ.mjs";
25
25
  import {
26
26
  withPulumiExecutor
27
- } from "./chunk-FINVUBL7.mjs";
28
- import "./chunk-VU6GWYGX.mjs";
27
+ } from "./chunk-ZZ3EPBMI.mjs";
28
+ import "./chunk-NV5KT6CZ.mjs";
29
29
  import "./chunk-M2LOLSVC.mjs";
30
30
  export {
31
31
  Provider,
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkJC2DM6DHjs = require('../../chunk-JC2DM6DH.js');
4
- require('../../chunk-R5C2S5BC.js');
3
+ var _chunkBVXDFLPLjs = require('../../chunk-BVXDFLPL.js');
4
+ require('../../chunk-3S54D26V.js');
5
5
 
6
6
 
7
- exports.withPulumiExecutor = _chunkJC2DM6DHjs.withPulumiExecutor;
7
+ exports.withPulumiExecutor = _chunkBVXDFLPLjs.withPulumiExecutor;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "../../chunk-FINVUBL7.mjs";
4
- import "../../chunk-VU6GWYGX.mjs";
3
+ } from "../../chunk-ZZ3EPBMI.mjs";
4
+ import "../../chunk-NV5KT6CZ.mjs";
5
5
  import "../../chunk-M2LOLSVC.mjs";
6
6
  export {
7
7
  withPulumiExecutor
@@ -5,10 +5,10 @@
5
5
  var _chunkQDPXTR73js = require('../../chunk-QDPXTR73.js');
6
6
 
7
7
 
8
- var _chunkJC2DM6DHjs = require('../../chunk-JC2DM6DH.js');
9
- require('../../chunk-R5C2S5BC.js');
8
+ var _chunkBVXDFLPLjs = require('../../chunk-BVXDFLPL.js');
9
+ require('../../chunk-3S54D26V.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor = _chunkJC2DM6DHjs.withPulumiExecutor;
14
+ exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor = _chunkBVXDFLPLjs.withPulumiExecutor;
@@ -5,8 +5,8 @@ import {
5
5
  } from "../../chunk-5TB4HFDP.mjs";
6
6
  import {
7
7
  withPulumiExecutor
8
- } from "../../chunk-FINVUBL7.mjs";
9
- import "../../chunk-VU6GWYGX.mjs";
8
+ } from "../../chunk-ZZ3EPBMI.mjs";
9
+ import "../../chunk-NV5KT6CZ.mjs";
10
10
  import "../../chunk-M2LOLSVC.mjs";
11
11
  export {
12
12
  Provider,
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkRZB4WZN4js = require('../../../chunk-RZB4WZN4.js');
4
- require('../../../chunk-JC2DM6DH.js');
5
- require('../../../chunk-R5C2S5BC.js');
3
+ var _chunkAXJSKHQAjs = require('../../../chunk-AXJSKHQA.js');
4
+ require('../../../chunk-BVXDFLPL.js');
5
+ require('../../../chunk-3S54D26V.js');
6
6
 
7
7
 
8
- exports.default = _chunkRZB4WZN4js.executor_default;
8
+ exports.default = _chunkAXJSKHQAjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-6CTWHGY2.mjs";
4
- import "../../../chunk-FINVUBL7.mjs";
5
- import "../../../chunk-VU6GWYGX.mjs";
3
+ } from "../../../chunk-HZA2RUGZ.mjs";
4
+ import "../../../chunk-ZZ3EPBMI.mjs";
5
+ import "../../../chunk-NV5KT6CZ.mjs";
6
6
  import "../../../chunk-M2LOLSVC.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkRQTRIGX6js = require('../../../chunk-RQTRIGX6.js');
4
- require('../../../chunk-JC2DM6DH.js');
5
- require('../../../chunk-R5C2S5BC.js');
3
+ var _chunkNRUREEPHjs = require('../../../chunk-NRUREEPH.js');
4
+ require('../../../chunk-BVXDFLPL.js');
5
+ require('../../../chunk-3S54D26V.js');
6
6
 
7
7
 
8
- exports.default = _chunkRQTRIGX6js.executor_default;
8
+ exports.default = _chunkNRUREEPHjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-JINNYNFH.mjs";
4
- import "../../../chunk-FINVUBL7.mjs";
5
- import "../../../chunk-VU6GWYGX.mjs";
3
+ } from "../../../chunk-QUPZG2P5.mjs";
4
+ import "../../../chunk-ZZ3EPBMI.mjs";
5
+ import "../../../chunk-NV5KT6CZ.mjs";
6
6
  import "../../../chunk-M2LOLSVC.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkYR6E5OCQjs = require('../../../chunk-YR6E5OCQ.js');
4
- require('../../../chunk-JC2DM6DH.js');
5
- require('../../../chunk-R5C2S5BC.js');
3
+ var _chunkVIF2JYX3js = require('../../../chunk-VIF2JYX3.js');
4
+ require('../../../chunk-BVXDFLPL.js');
5
+ require('../../../chunk-3S54D26V.js');
6
6
 
7
7
 
8
- exports.default = _chunkYR6E5OCQjs.executor_default;
8
+ exports.default = _chunkVIF2JYX3js.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-WMI36W7B.mjs";
4
- import "../../../chunk-FINVUBL7.mjs";
5
- import "../../../chunk-VU6GWYGX.mjs";
3
+ } from "../../../chunk-CYFBPYAW.mjs";
4
+ import "../../../chunk-ZZ3EPBMI.mjs";
5
+ import "../../../chunk-NV5KT6CZ.mjs";
6
6
  import "../../../chunk-M2LOLSVC.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkUQ5M4O62js = require('../../../chunk-UQ5M4O62.js');
4
- require('../../../chunk-JC2DM6DH.js');
5
- require('../../../chunk-R5C2S5BC.js');
3
+ var _chunk7VAIPWZPjs = require('../../../chunk-7VAIPWZP.js');
4
+ require('../../../chunk-BVXDFLPL.js');
5
+ require('../../../chunk-3S54D26V.js');
6
6
 
7
7
 
8
- exports.default = _chunkUQ5M4O62js.executor_default;
8
+ exports.default = _chunk7VAIPWZPjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-6RGZMO3I.mjs";
4
- import "../../../chunk-FINVUBL7.mjs";
5
- import "../../../chunk-VU6GWYGX.mjs";
3
+ } from "../../../chunk-MSMTKBF3.mjs";
4
+ import "../../../chunk-ZZ3EPBMI.mjs";
5
+ import "../../../chunk-NV5KT6CZ.mjs";
6
6
  import "../../../chunk-M2LOLSVC.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkYBUJ6IO6js = require('../../../chunk-YBUJ6IO6.js');
4
- require('../../../chunk-JC2DM6DH.js');
5
- require('../../../chunk-R5C2S5BC.js');
3
+ var _chunkGHOKASU6js = require('../../../chunk-GHOKASU6.js');
4
+ require('../../../chunk-BVXDFLPL.js');
5
+ require('../../../chunk-3S54D26V.js');
6
6
 
7
7
 
8
- exports.default = _chunkYBUJ6IO6js.executor_default;
8
+ exports.default = _chunkGHOKASU6js.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-XMME3BD3.mjs";
4
- import "../../../chunk-FINVUBL7.mjs";
5
- import "../../../chunk-VU6GWYGX.mjs";
3
+ } from "../../../chunk-ANI6T7X2.mjs";
4
+ import "../../../chunk-ZZ3EPBMI.mjs";
5
+ import "../../../chunk-NV5KT6CZ.mjs";
6
6
  import "../../../chunk-M2LOLSVC.mjs";
7
7
  export {
8
8
  executor_default as default
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkLLG5RXZJjs = require('../../../chunk-LLG5RXZJ.js');
4
+ var _chunkAJMUHYFOjs = require('../../../chunk-AJMUHYFO.js');
5
5
  require('../../../chunk-QDPXTR73.js');
6
- require('../../../chunk-R5C2S5BC.js');
6
+ require('../../../chunk-3S54D26V.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkLLG5RXZJjs.generator_default; exports.initGeneratorFn = _chunkLLG5RXZJjs.initGeneratorFn;
10
+ exports.default = _chunkAJMUHYFOjs.generator_default; exports.initGeneratorFn = _chunkAJMUHYFOjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-QLCB7GJ2.mjs";
4
+ } from "../../../chunk-IG7ZSEPE.mjs";
5
5
  import "../../../chunk-5TB4HFDP.mjs";
6
- import "../../../chunk-VU6GWYGX.mjs";
6
+ import "../../../chunk-NV5KT6CZ.mjs";
7
7
  import "../../../chunk-M2LOLSVC.mjs";
8
8
  export {
9
9
  generator_default as default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.22.93",
3
+ "version": "0.22.95",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {
@@ -156,8 +156,8 @@
156
156
  "@pulumi/aws": "^6.83.2",
157
157
  "@pulumi/awsx": "^2.22.0",
158
158
  "@pulumi/pulumi": "^3.221.0",
159
- "@storm-software/config": "^1.135.6",
160
- "@storm-software/config-tools": "^1.189.5",
159
+ "@storm-software/config": "^1.135.7",
160
+ "@storm-software/config-tools": "^1.189.6",
161
161
  "defu": "6.1.4",
162
162
  "shelljs": "^0.8.5"
163
163
  },
@@ -171,5 +171,5 @@
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "613a4143d7c96af4c7ad8db4c37649fb8dbbbe97"
174
+ "gitHead": "59fb127dd72835aea54f08b543d44463b2922338"
175
175
  }