@storm-software/pulumi-tools 0.22.268 → 0.22.272

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 (64) hide show
  1. package/CHANGELOG.md +52 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-NO345UZJ.js → chunk-47LB7ZYL.js} +5 -5
  4. package/dist/{chunk-TXAB4NHC.mjs → chunk-6ON43AZF.mjs} +1 -1
  5. package/dist/{chunk-7GR34ULJ.mjs → chunk-DWFH4BRZ.mjs} +1 -1
  6. package/dist/{chunk-IYHI4LBK.js → chunk-EUXATBEX.js} +2 -2
  7. package/dist/{chunk-3VWSQ2SS.js → chunk-GURJDFFL.js} +394 -788
  8. package/dist/{chunk-FBP3JATY.mjs → chunk-HEW32ZR6.mjs} +1 -1
  9. package/dist/{chunk-Z4QP62US.mjs → chunk-LXRYYJKY.mjs} +1 -1
  10. package/dist/{chunk-NAYZFAPA.mjs → chunk-NJSYDEYC.mjs} +1 -1
  11. package/dist/{chunk-AWP77CXN.js → chunk-OQI5VWCB.js} +2 -2
  12. package/dist/{chunk-OZCLSR3Y.js → chunk-PNLQ6LFX.js} +2 -2
  13. package/dist/{chunk-H6I2VF55.mjs → chunk-RTKPAMXA.mjs} +1 -1
  14. package/dist/{chunk-2SVNRUZR.mjs → chunk-RZO6W5XG.mjs} +1 -1
  15. package/dist/{chunk-L3E6R4RK.js → chunk-T2TZMQMM.js} +2 -2
  16. package/dist/{chunk-U2C77EC7.mjs → chunk-UKY7WHEX.mjs} +1 -1
  17. package/dist/{chunk-GTZLRIOL.js → chunk-X4SSMSFG.js} +3 -3
  18. package/dist/{chunk-ZAWTV5HE.mjs → chunk-XFD2ITP3.mjs} +406 -800
  19. package/dist/{chunk-WTRYK6OF.js → chunk-Z4KKWVEO.js} +2 -2
  20. package/dist/executors.d.mts +1 -1
  21. package/dist/executors.d.ts +1 -1
  22. package/dist/executors.js +7 -7
  23. package/dist/executors.mjs +8 -8
  24. package/dist/generators.js +3 -3
  25. package/dist/generators.mjs +3 -3
  26. package/dist/index.d.mts +1 -1
  27. package/dist/index.d.ts +1 -1
  28. package/dist/index.js +9 -9
  29. package/dist/index.mjs +9 -9
  30. package/dist/src/base/base-executor.d.mts +1 -1
  31. package/dist/src/base/base-executor.d.ts +1 -1
  32. package/dist/src/base/base-executor.js +3 -3
  33. package/dist/src/base/base-executor.mjs +3 -3
  34. package/dist/src/base/index.d.mts +1 -1
  35. package/dist/src/base/index.d.ts +1 -1
  36. package/dist/src/base/index.js +3 -3
  37. package/dist/src/base/index.mjs +3 -3
  38. package/dist/src/base/providers.mjs +1 -1
  39. package/dist/src/executors/config/executor.d.mts +1 -1
  40. package/dist/src/executors/config/executor.d.ts +1 -1
  41. package/dist/src/executors/config/executor.js +4 -4
  42. package/dist/src/executors/config/executor.mjs +4 -4
  43. package/dist/src/executors/import/executor.d.mts +1 -1
  44. package/dist/src/executors/import/executor.d.ts +1 -1
  45. package/dist/src/executors/import/executor.js +4 -4
  46. package/dist/src/executors/import/executor.mjs +4 -4
  47. package/dist/src/executors/preview/executor.d.mts +1 -1
  48. package/dist/src/executors/preview/executor.d.ts +1 -1
  49. package/dist/src/executors/preview/executor.js +4 -4
  50. package/dist/src/executors/preview/executor.mjs +4 -4
  51. package/dist/src/executors/refresh/executor.d.mts +1 -1
  52. package/dist/src/executors/refresh/executor.d.ts +1 -1
  53. package/dist/src/executors/refresh/executor.js +4 -4
  54. package/dist/src/executors/refresh/executor.mjs +4 -4
  55. package/dist/src/executors/up/executor.d.mts +1 -1
  56. package/dist/src/executors/up/executor.d.ts +1 -1
  57. package/dist/src/executors/up/executor.js +4 -4
  58. package/dist/src/executors/up/executor.mjs +4 -4
  59. package/dist/src/generators/init/generator.js +3 -3
  60. package/dist/src/generators/init/generator.mjs +3 -3
  61. package/dist/src/lib/aws/index.mjs +1 -1
  62. package/dist/src/lib/aws/providers.mjs +1 -1
  63. package/dist/tsup.config.mjs +1 -1
  64. package/package.json +5 -5
@@ -5,7 +5,7 @@ import {
5
5
  initGenerator,
6
6
  run,
7
7
  withRunGenerator
8
- } from "./chunk-ZAWTV5HE.mjs";
8
+ } from "./chunk-XFD2ITP3.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-TXAB4NHC.mjs";
3
+ } from "./chunk-6ON43AZF.mjs";
4
4
 
5
5
  // src/executors/refresh/executor.ts
6
6
  var executor_default = withPulumiExecutor("refresh", (options) => [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-TXAB4NHC.mjs";
3
+ } from "./chunk-6ON43AZF.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 _chunkGTZLRIOLjs = require('./chunk-GTZLRIOL.js');
3
+ var _chunkX4SSMSFGjs = require('./chunk-X4SSMSFG.js');
4
4
 
5
5
  // src/executors/up/executor.ts
6
- var executor_default = _chunkGTZLRIOLjs.withPulumiExecutor.call(void 0, "up", (options) => [
6
+ var executor_default = _chunkX4SSMSFGjs.withPulumiExecutor.call(void 0, "up", (options) => [
7
7
  "--suppress-progress",
8
8
  options.stack && `--stack=${options.stack}`,
9
9
  options.skipPreview && "--skip-preview",
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkGTZLRIOLjs = require('./chunk-GTZLRIOL.js');
3
+ var _chunkX4SSMSFGjs = require('./chunk-X4SSMSFG.js');
4
4
 
5
5
  // src/executors/config/executor.ts
6
- var executor_default = _chunkGTZLRIOLjs.withPulumiExecutor.call(void 0, "config", (options) => [
6
+ var executor_default = _chunkX4SSMSFGjs.withPulumiExecutor.call(void 0, "config", (options) => [
7
7
  options.action,
8
8
  options.showSecrets && `--show-secrets`,
9
9
  options.secret && `--secret`,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-TXAB4NHC.mjs";
3
+ } from "./chunk-6ON43AZF.mjs";
4
4
 
5
5
  // src/executors/up/executor.ts
6
6
  var executor_default = withPulumiExecutor("up", (options) => [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-TXAB4NHC.mjs";
3
+ } from "./chunk-6ON43AZF.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 _chunkGTZLRIOLjs = require('./chunk-GTZLRIOL.js');
3
+ var _chunkX4SSMSFGjs = require('./chunk-X4SSMSFG.js');
4
4
 
5
5
  // src/executors/preview/executor.ts
6
- var executor_default = _chunkGTZLRIOLjs.withPulumiExecutor.call(void 0, "preview", (options) => [
6
+ var executor_default = _chunkX4SSMSFGjs.withPulumiExecutor.call(void 0, "preview", (options) => [
7
7
  options.stack && `--stack=${options.stack}`,
8
8
  options.expectNoChanges && "--expect-no-changes"
9
9
  ]);
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-TXAB4NHC.mjs";
3
+ } from "./chunk-6ON43AZF.mjs";
4
4
 
5
5
  // src/executors/config/executor.ts
6
6
  var executor_default = withPulumiExecutor("config", (options) => [
@@ -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 _chunk3VWSQ2SSjs = require('./chunk-3VWSQ2SS.js');
4
+ var _chunkGURJDFFLjs = require('./chunk-GURJDFFL.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 _chunk3VWSQ2SSjs.withRunExecutor.call(void 0,
10
+ return _chunkGURJDFFLjs.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
- _chunk3VWSQ2SSjs.run.call(void 0,
24
+ _chunkGURJDFFLjs.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),