@storm-software/terraform-tools 0.60.43 → 0.60.45

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 +35 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-CWAP7FTU.js → chunk-4XQVFURC.js} +107 -107
  4. package/dist/{chunk-AUI62RE2.js → chunk-6H4WUAF5.js} +2 -2
  5. package/dist/{chunk-PX3356DK.js → chunk-E5YWLZPX.js} +2 -2
  6. package/dist/{chunk-PLGVNCON.js → chunk-EL5G3CJW.js} +2 -2
  7. package/dist/{chunk-HLIU6B3G.js → chunk-HMVRBTCN.js} +31 -27
  8. package/dist/{chunk-PIH57EDW.mjs → chunk-JS7SUCFM.mjs} +1 -1
  9. package/dist/{chunk-P7GPCCVQ.mjs → chunk-KM4V4EWR.mjs} +1 -1
  10. package/dist/{chunk-HX7OWI6F.js → chunk-KNOJATJN.js} +2 -2
  11. package/dist/{chunk-HQYMFPVJ.js → chunk-QJKY2EXM.js} +2 -2
  12. package/dist/{chunk-ACCVWIOF.mjs → chunk-UG757LXR.mjs} +1 -1
  13. package/dist/{chunk-2LDLNN6E.mjs → chunk-WRGWX7A4.mjs} +1 -1
  14. package/dist/{chunk-JUXMJBB6.mjs → chunk-YYCFKHSS.mjs} +1 -1
  15. package/dist/{chunk-DF36KLR2.mjs → chunk-ZGB4X6IY.mjs} +8 -4
  16. package/dist/{chunk-D6U4QQTB.mjs → chunk-ZLW4FURC.mjs} +1 -1
  17. package/dist/{chunk-UTBYHDKY.mjs → chunk-ZVFF2H6H.mjs} +2 -2
  18. package/dist/executors.js +6 -6
  19. package/dist/executors.mjs +7 -7
  20. package/dist/generators.js +3 -3
  21. package/dist/generators.mjs +3 -3
  22. package/dist/index.js +8 -8
  23. package/dist/index.mjs +8 -8
  24. package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
  25. package/dist/src/base/index.js +3 -3
  26. package/dist/src/base/index.mjs +3 -3
  27. package/dist/src/base/terraform-executor.js +3 -3
  28. package/dist/src/base/terraform-executor.mjs +3 -3
  29. package/dist/src/executors/apply/executor.js +4 -4
  30. package/dist/src/executors/apply/executor.mjs +4 -4
  31. package/dist/src/executors/destroy/executor.js +4 -4
  32. package/dist/src/executors/destroy/executor.mjs +4 -4
  33. package/dist/src/executors/output/executor.js +4 -4
  34. package/dist/src/executors/output/executor.mjs +4 -4
  35. package/dist/src/executors/plan/executor.js +4 -4
  36. package/dist/src/executors/plan/executor.mjs +4 -4
  37. package/dist/src/generators/init/init.js +3 -3
  38. package/dist/src/generators/init/init.mjs +3 -3
  39. package/dist/tsup.config.mjs +1 -1
  40. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,41 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.60.44](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.44) (2025-07-31)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update TypeScript to v5.9.2
10
+ ([d4a90784d](https://github.com/storm-software/storm-ops/commit/d4a90784d))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([18c227394](https://github.com/storm-software/storm-ops/commit/18c227394))
13
+ - **monorepo:** Update workspace package links
14
+ ([3ec10b48b](https://github.com/storm-software/storm-ops/commit/3ec10b48b))
15
+ - **monorepo:** Regenerate README markdown files
16
+ ([8aeb77070](https://github.com/storm-software/storm-ops/commit/8aeb77070))
17
+ - **monorepo:** Regenerate workspace repository packages
18
+ ([a78abe68e](https://github.com/storm-software/storm-ops/commit/a78abe68e))
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([b7b8fec51](https://github.com/storm-software/storm-ops/commit/b7b8fec51))
21
+ - **eslint:** Update package dependencies
22
+ ([a6eaee75a](https://github.com/storm-software/storm-ops/commit/a6eaee75a))
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([d02c46b78](https://github.com/storm-software/storm-ops/commit/d02c46b78))
25
+ - **git-tools:** Ensure dependencies are marked `external` by default for `bin`
26
+ build
27
+ ([b6c66aae5](https://github.com/storm-software/storm-ops/commit/b6c66aae5))
28
+ - **monorepo:** Regenerate README markdown files
29
+ ([fa4b5a24f](https://github.com/storm-software/storm-ops/commit/fa4b5a24f))
30
+
31
+ ## [0.60.43](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.43) (2025-07-14)
32
+
33
+ ### Miscellaneous
34
+
35
+ - **monorepo:** Update workspace package links
36
+ ([aa3c5e120](https://github.com/storm-software/storm-ops/commit/aa3c5e120))
37
+ - **monorepo:** Regenerate README markdown files
38
+ ([11ac201a7](https://github.com/storm-software/storm-ops/commit/11ac201a7))
39
+
5
40
  ## [0.60.42](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.42) (2025-07-14)
6
41
 
7
42
  ### Miscellaneous
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.60.41-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)
24
+ [![Version](https://img.shields.io/badge/version-0.60.43-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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->