@storm-software/terraform-tools 0.48.0 → 0.49.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 +11 -0
- package/README.md +1 -1
- package/dist/{chunk-NEISKBUA.mjs → chunk-3I64RHEK.mjs} +1 -1
- package/dist/{chunk-SIQ2JL7E.js → chunk-455PVGLF.js} +2 -2
- package/dist/{chunk-72FEODKN.js → chunk-665YWX4A.js} +263 -301
- package/dist/{chunk-SCRXKTPS.js → chunk-AMLRXVM3.js} +2 -2
- package/dist/{chunk-MW3JRZ4N.js → chunk-F7GLIHEV.js} +2 -2
- package/dist/{chunk-53WQJQ5K.js → chunk-FFFM47KZ.js} +2 -2
- package/dist/{chunk-AOTMRUKU.js → chunk-MOTE7YBG.js} +3 -3
- package/dist/{chunk-6GLEQENV.mjs → chunk-N4VDOPZF.mjs} +1 -1
- package/dist/{chunk-JNBNKAGF.js → chunk-NLQAVRJ6.js} +4 -4
- package/dist/{chunk-463AGI5I.mjs → chunk-OM64FIV6.mjs} +1 -1
- package/dist/{chunk-EAPOMBKY.mjs → chunk-QMDMW4SA.mjs} +1 -1
- package/dist/{chunk-WKVEHDC2.mjs → chunk-R4XW4ES7.mjs} +1 -1
- package/dist/{chunk-SH7NPG4K.mjs → chunk-UAZET5ED.mjs} +4 -4
- package/dist/{chunk-LKPBZPSA.mjs → chunk-Y52W5WN7.mjs} +97 -135
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 0.49.0 (2025-01-20)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **unbuild:** Update build process to use cached project graph ([610c94aa](https://github.com/storm-software/storm-ops/commit/610c94aa))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated workspace-tools to 1.231.0
|
|
10
|
+
- Updated workspace-tools to 1.231.0
|
|
11
|
+
|
|
1
12
|
## 0.48.0 (2025-01-20)
|
|
2
13
|
|
|
3
14
|
### 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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkMOTE7YBGjs = require('./chunk-MOTE7YBG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkMOTE7YBGjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|