@storm-software/terraform-tools 0.51.3 → 0.52.1
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.
- package/CHANGELOG.md +26 -0
- package/README.md +1 -1
- package/dist/{chunk-24GEJIKK.js → chunk-5J6DENCU.js} +210 -215
- package/dist/{chunk-RN6UUJRU.mjs → chunk-7URDMDS7.mjs} +1 -1
- package/dist/{chunk-HFEQN3NL.js → chunk-CJ4NNPZP.js} +2 -2
- package/dist/{chunk-L3W5NLSN.js → chunk-DFJELNNO.js} +2 -2
- package/dist/{chunk-7OAEVGV3.js → chunk-GK3245WN.js} +3 -3
- package/dist/{chunk-VKA4AOSX.js → chunk-JIPJCCPH.js} +2 -2
- package/dist/{chunk-HTBODFT6.mjs → chunk-KJYJUNDY.mjs} +1 -1
- package/dist/{chunk-AN6TJFDI.mjs → chunk-PCBBHDHD.mjs} +1 -1
- package/dist/{chunk-PU7ULQHZ.mjs → chunk-PNST6H5V.mjs} +1 -1
- package/dist/{chunk-YX6ZIWFA.js → chunk-S3PQ6E47.js} +15 -8
- package/dist/{chunk-EQY3LNPR.js → chunk-SUZ23ERM.js} +2 -2
- package/dist/{chunk-CX6K23RM.mjs → chunk-TFP2FPZB.mjs} +15 -8
- package/dist/{chunk-NV54O4LW.mjs → chunk-XQXP5BJI.mjs} +1 -1
- package/dist/{chunk-J2F7VR5H.mjs → chunk-ZKOE2OCL.mjs} +19 -24
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## 0.52.1 (2025-01-21)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **unbuild:** Ensure we always use directory as input instead of a file ([13d4a133](https://github.com/storm-software/storm-ops/commit/13d4a133))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated workspace-tools to 1.237.1
|
|
10
|
+
- Updated workspace-tools to 1.237.1
|
|
11
|
+
|
|
12
|
+
## 0.52.0 (2025-01-21)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- **config-tools:** Update utility packages to use ESM ([3bc6d4ba](https://github.com/storm-software/storm-ops/commit/3bc6d4ba))
|
|
17
|
+
|
|
18
|
+
### Dependency Upgrades
|
|
19
|
+
|
|
20
|
+
- **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues ([133dcdfd](https://github.com/storm-software/storm-ops/commit/133dcdfd))
|
|
21
|
+
|
|
22
|
+
### 🧱 Updated Dependencies
|
|
23
|
+
|
|
24
|
+
- Updated workspace-tools to 1.236.0
|
|
25
|
+
- Updated workspace-tools to 1.236.0
|
|
26
|
+
|
|
1
27
|
## 0.51.3 (2025-01-21)
|
|
2
28
|
|
|
3
29
|
### Bug Fixes
|
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|