@storm-software/pulumi-tools 0.7.1 → 0.7.4

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 (66) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/dist/{chunk-W67Y7ZM5.mjs → chunk-4TARI6WS.mjs} +1 -1
  3. package/dist/{chunk-UMOWC7KG.mjs → chunk-7AYGEMWQ.mjs} +1 -1
  4. package/dist/{chunk-GZTEXR7Q.mjs → chunk-7RGDAFW2.mjs} +1 -1
  5. package/dist/{chunk-2XCPMHDR.js → chunk-7TZS6RY7.js} +2 -2
  6. package/dist/{chunk-YKA43YLP.mjs → chunk-7Y64NEWY.mjs} +1 -1
  7. package/dist/{chunk-CBUURZ5R.mjs → chunk-ANOFMNL3.mjs} +1 -1
  8. package/dist/{chunk-MK5672IG.js → chunk-BZNPHGTW.js} +2 -2
  9. package/dist/{chunk-VZUKDJHC.mjs → chunk-CMJG73FE.mjs} +296 -767
  10. package/dist/{chunk-SLTQXX2P.js → chunk-G3CX72UJ.js} +5 -5
  11. package/dist/{chunk-IVJCWDEC.js → chunk-G7PDZ2WM.js} +2 -2
  12. package/dist/{chunk-F7LBNSGO.js → chunk-H64Q27JP.js} +3 -3
  13. package/dist/{chunk-ZKKGELHG.js → chunk-H7HAPX23.js} +2 -2
  14. package/dist/{chunk-XJAQ2474.mjs → chunk-IS6HXL7I.mjs} +1 -1
  15. package/dist/{chunk-SFVBFQZH.js → chunk-KXUJFKTM.js} +2 -2
  16. package/dist/{chunk-L3GQE7P7.js → chunk-MEALEKRV.js} +304 -775
  17. package/dist/{chunk-P37NP2DS.mjs → chunk-S4O5AGOW.mjs} +1 -1
  18. package/dist/executors.d.mts +1 -1
  19. package/dist/executors.d.ts +1 -1
  20. package/dist/executors.js +7 -7
  21. package/dist/executors.mjs +7 -7
  22. package/dist/{generators-Bk-gnn2s.d.ts → generators-BTx7b7LA.d.ts} +1 -1
  23. package/dist/{generators-kdwvS-eX.d.mts → generators-UYHhe90f.d.mts} +1 -1
  24. package/dist/generators.d.mts +2 -2
  25. package/dist/generators.d.ts +2 -2
  26. package/dist/generators.js +3 -3
  27. package/dist/generators.mjs +2 -2
  28. package/dist/index.d.mts +2 -2
  29. package/dist/index.d.ts +2 -2
  30. package/dist/index.js +9 -9
  31. package/dist/index.mjs +8 -8
  32. package/dist/src/base/base-executor.d.mts +1 -1
  33. package/dist/src/base/base-executor.d.ts +1 -1
  34. package/dist/src/base/base-executor.js +3 -3
  35. package/dist/src/base/base-executor.mjs +2 -2
  36. package/dist/src/base/index.d.mts +1 -1
  37. package/dist/src/base/index.d.ts +1 -1
  38. package/dist/src/base/index.js +3 -3
  39. package/dist/src/base/index.mjs +2 -2
  40. package/dist/src/executors/config/executor.d.mts +1 -1
  41. package/dist/src/executors/config/executor.d.ts +1 -1
  42. package/dist/src/executors/config/executor.js +4 -4
  43. package/dist/src/executors/config/executor.mjs +3 -3
  44. package/dist/src/executors/import/executor.d.mts +1 -1
  45. package/dist/src/executors/import/executor.d.ts +1 -1
  46. package/dist/src/executors/import/executor.js +4 -4
  47. package/dist/src/executors/import/executor.mjs +3 -3
  48. package/dist/src/executors/preview/executor.d.mts +1 -1
  49. package/dist/src/executors/preview/executor.d.ts +1 -1
  50. package/dist/src/executors/preview/executor.js +4 -4
  51. package/dist/src/executors/preview/executor.mjs +3 -3
  52. package/dist/src/executors/refresh/executor.d.mts +1 -1
  53. package/dist/src/executors/refresh/executor.d.ts +1 -1
  54. package/dist/src/executors/refresh/executor.js +4 -4
  55. package/dist/src/executors/refresh/executor.mjs +3 -3
  56. package/dist/src/executors/up/executor.d.mts +1 -1
  57. package/dist/src/executors/up/executor.d.ts +1 -1
  58. package/dist/src/executors/up/executor.js +4 -4
  59. package/dist/src/executors/up/executor.mjs +3 -3
  60. package/dist/src/generators/init/generator.d.mts +2 -2
  61. package/dist/src/generators/init/generator.d.ts +2 -2
  62. package/dist/src/generators/init/generator.js +3 -3
  63. package/dist/src/generators/init/generator.mjs +2 -2
  64. package/dist/{types-CIJRaFHD.d.mts → types-BQ21E8Xn.d.mts} +3 -3
  65. package/dist/{types-CIJRaFHD.d.ts → types-BQ21E8Xn.d.ts} +3 -3
  66. package/package.json +142 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## 0.7.4 (2025-01-23)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **monorepo:** Resolve issue with internal package referencing ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
6
+
7
+ ## 0.7.3 (2025-01-20)
8
+
9
+ ### Bug Fixes
10
+
11
+ - **untyped:** Resovle bundling issue with externals ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
12
+
13
+ ## 0.7.2 (2025-01-20)
14
+
15
+ ### Bug Fixes
16
+
17
+ - **unbuild:** Update package to bundle the `unbuild` package for distribution ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
18
+
1
19
  ## 0.7.1 (2025-01-20)
2
20
 
3
21
  ### Bug Fixes
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-UMOWC7KG.mjs";
3
+ } from "./chunk-7AYGEMWQ.mjs";
4
4
 
5
5
  // src/executors/up/executor.ts
6
6
  var executor_default = withPulumiExecutor("up", (options) => [
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-VZUKDJHC.mjs";
4
+ } from "./chunk-CMJG73FE.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-XUV4U54K.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-UMOWC7KG.mjs";
3
+ } from "./chunk-7AYGEMWQ.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 _chunkF7LBNSGOjs = require('./chunk-F7LBNSGO.js');
3
+ var _chunkH64Q27JPjs = require('./chunk-H64Q27JP.js');
4
4
 
5
5
  // src/executors/import/executor.ts
6
- var executor_default = _chunkF7LBNSGOjs.withPulumiExecutor.call(void 0, "import", (options) => [
6
+ var executor_default = _chunkH64Q27JPjs.withPulumiExecutor.call(void 0, "import", (options) => [
7
7
  options.target,
8
8
  options.name,
9
9
  options.id,
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-UMOWC7KG.mjs";
3
+ } from "./chunk-7AYGEMWQ.mjs";
4
4
 
5
5
  // src/executors/preview/executor.ts
6
6
  var executor_default = withPulumiExecutor("preview", (options) => [
@@ -5,7 +5,7 @@ import {
5
5
  initGenerator,
6
6
  run,
7
7
  withRunGenerator
8
- } from "./chunk-VZUKDJHC.mjs";
8
+ } from "./chunk-CMJG73FE.mjs";
9
9
  import {
10
10
  __name
11
11
  } from "./chunk-XUV4U54K.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkF7LBNSGOjs = require('./chunk-F7LBNSGO.js');
3
+ var _chunkH64Q27JPjs = require('./chunk-H64Q27JP.js');
4
4
 
5
5
  // src/executors/up/executor.ts
6
- var executor_default = _chunkF7LBNSGOjs.withPulumiExecutor.call(void 0, "up", (options) => [
6
+ var executor_default = _chunkH64Q27JPjs.withPulumiExecutor.call(void 0, "up", (options) => [
7
7
  "--suppress-progress",
8
8
  options.stack && `--stack=${options.stack}`,
9
9
  options.skipPreview && "--skip-preview",