@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
package/CHANGELOG.md CHANGED
@@ -2,6 +2,58 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.22.272](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.272) (07/06/2026)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **monorepo:** Set `NX_PREFER_NODE_STRIP_TYPES` to false to resolve release issue ([6d8d78727](https://github.com/storm-software/storm-ops/commit/6d8d78727))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.138.26**
14
+ - Updated **config-tools** to **v1.190.89**
15
+ - Updated **workspace-tools** to **v1.296.69**
16
+
17
+ ## [0.22.271](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.271) (07/06/2026)
18
+
19
+ ### Miscellaneous
20
+
21
+ - **workspace-tools:** Resolve issue with import type in `npm-publish` executor ([5405d0ed5](https://github.com/storm-software/storm-ops/commit/5405d0ed5))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated **config** to **v1.138.25**
26
+ - Updated **config-tools** to **v1.190.88**
27
+ - Updated **workspace-tools** to **v1.296.68**
28
+
29
+ ## [0.22.270](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.270) (07/06/2026)
30
+
31
+ ### Miscellaneous
32
+
33
+ - **monorepo:** Update repository to typescript v6 ([9211ae91f](https://github.com/storm-software/storm-ops/commit/9211ae91f))
34
+
35
+ ### Bug Fixes
36
+
37
+ - **monorepo:** Fixed type resolution errors in Nx plugin packages ([df27203f8](https://github.com/storm-software/storm-ops/commit/df27203f8))
38
+
39
+ ### Updated Dependencies
40
+
41
+ - Updated **config** to **v1.138.24**
42
+ - Updated **config-tools** to **v1.190.87**
43
+ - Updated **workspace-tools** to **v1.296.67**
44
+
45
+ ## [0.22.269](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.269) (07/05/2026)
46
+
47
+ ### Miscellaneous
48
+
49
+ - **monorepo:** Update workspace packages' dependencies ([8cfa3011d](https://github.com/storm-software/storm-ops/commit/8cfa3011d))
50
+
51
+ ### Updated Dependencies
52
+
53
+ - Updated **config** to **v1.138.23**
54
+ - Updated **config-tools** to **v1.190.86**
55
+ - Updated **workspace-tools** to **v1.296.66**
56
+
5
57
  ## [0.22.268](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.268) (07/04/2026)
6
58
 
7
59
  ### Miscellaneous
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.22.266-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.22.270-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
5
5
 
6
6
 
7
7
 
8
- var _chunk3VWSQ2SSjs = require('./chunk-3VWSQ2SS.js');
8
+ var _chunkGURJDFFLjs = require('./chunk-GURJDFFL.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 = _chunk3VWSQ2SSjs.initGenerator.call(void 0, tree, options);
21
+ const task = _chunkGURJDFFLjs.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 = _chunk3VWSQ2SSjs.withRunGenerator.call(void 0,
57
+ var generator_default = _chunkGURJDFFLjs.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
- _chunk3VWSQ2SSjs.run.call(void 0,
64
+ _chunkGURJDFFLjs.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
- _chunk3VWSQ2SSjs.run.call(void 0,
88
+ _chunkGURJDFFLjs.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,7 +1,7 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-ZAWTV5HE.mjs";
4
+ } from "./chunk-XFD2ITP3.mjs";
5
5
 
6
6
  // src/base/base-executor.ts
7
7
  import { join } from "node:path";
@@ -1,4 +1,4 @@
1
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__e9b415668fa567f04d75937c2a399c6d/node_modules/tsup/assets/esm_shims.js
1
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=a9def7e06ce25c19654987ab91979289197bf4d3e7e124c514a4487c3e8d68c6__ef1fef24ce052691cc8bddab0b397938/node_modules/tsup/assets/esm_shims.js
2
2
  import { fileURLToPath } from "url";
3
3
  import path from "path";
4
4
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -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/import/executor.ts
6
- var executor_default = _chunkGTZLRIOLjs.withPulumiExecutor.call(void 0, "import", (options) => [
6
+ var executor_default = _chunkX4SSMSFGjs.withPulumiExecutor.call(void 0, "import", (options) => [
7
7
  options.target,
8
8
  options.name,
9
9
  options.id,