@storm-software/terraform-tools 0.52.0 → 0.53.0
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 +22 -0
- package/README.md +1 -1
- package/dist/{chunk-24GEJIKK.js → chunk-3HOUHXFA.js} +210 -215
- package/dist/{chunk-AN6TJFDI.mjs → chunk-3O6YOFSC.mjs} +1 -1
- package/dist/{chunk-HFEQN3NL.js → chunk-B6ANLUY3.js} +2 -2
- package/dist/{chunk-YX6ZIWFA.js → chunk-BW5TMV3C.js} +42 -77
- package/dist/{chunk-7OAEVGV3.js → chunk-CJ2BQVRU.js} +3 -3
- package/dist/{chunk-RN6UUJRU.mjs → chunk-D2YGB72L.mjs} +1 -1
- package/dist/{chunk-NV54O4LW.mjs → chunk-E6E5A5MU.mjs} +1 -1
- package/dist/{chunk-EQY3LNPR.js → chunk-EFLSH2FU.js} +2 -2
- package/dist/{chunk-L3W5NLSN.js → chunk-FULLEJHI.js} +2 -2
- package/dist/{chunk-HTBODFT6.mjs → chunk-G32UYXGQ.mjs} +1 -1
- package/dist/{chunk-CX6K23RM.mjs → chunk-NMB6NAZ4.mjs} +34 -69
- package/dist/{chunk-J2F7VR5H.mjs → chunk-QTJWW3IT.mjs} +19 -24
- package/dist/{chunk-PU7ULQHZ.mjs → chunk-XEE74WQC.mjs} +1 -1
- package/dist/{chunk-VKA4AOSX.js → chunk-YT7RFZEY.js} +2 -2
- 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,25 @@
|
|
|
1
|
+
## 0.53.0 (2025-01-22)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Enhanced option tokenization logic for executors ([14ed93d7](https://github.com/storm-software/storm-ops/commit/14ed93d7))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated workspace-tools to 1.239.0
|
|
10
|
+
- Updated workspace-tools to 1.239.0
|
|
11
|
+
|
|
12
|
+
## 0.52.1 (2025-01-21)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **unbuild:** Ensure we always use directory as input instead of a file ([13d4a133](https://github.com/storm-software/storm-ops/commit/13d4a133))
|
|
17
|
+
|
|
18
|
+
### 🧱 Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated workspace-tools to 1.237.1
|
|
21
|
+
- Updated workspace-tools to 1.237.1
|
|
22
|
+
|
|
1
23
|
## 0.52.0 (2025-01-21)
|
|
2
24
|
|
|
3
25
|
### Features
|
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 -->
|