@storm-software/terraform-tools 0.65.9 → 0.65.11
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 +21 -0
- package/README.md +1 -1
- package/dist/{chunk-2EMQSNR3.mjs → chunk-2MUZHVIB.mjs} +1 -1
- package/dist/{chunk-ZUOKS6JG.mjs → chunk-5LHBVG2L.mjs} +1 -1
- package/dist/{chunk-J6NN46Z2.js → chunk-5URQ2UDK.js} +2 -2
- package/dist/{chunk-PJO2T7IA.js → chunk-AL3DBVWS.js} +2 -2
- package/dist/{chunk-NNHU5AWL.js → chunk-BE5TKL2F.js} +1 -1
- package/dist/{chunk-GSGVPHD3.mjs → chunk-BQVOGJTI.mjs} +2 -2
- package/dist/{chunk-TRX2SHWY.js → chunk-F3ZBWEMP.js} +136 -136
- package/dist/{chunk-P7MUCUNU.mjs → chunk-IUIEBW6G.mjs} +1 -1
- package/dist/{chunk-MDKDSYGP.mjs → chunk-LYJ5XWTZ.mjs} +1 -1
- package/dist/{chunk-HYXXMLHP.js → chunk-Q4W5GZD3.js} +2 -2
- package/dist/{chunk-4OAT6CHR.mjs → chunk-QJB75I6E.mjs} +1 -1
- package/dist/{chunk-PZIOPR2Z.mjs → chunk-V2GQRCVV.mjs} +1 -1
- package/dist/{chunk-PLTUZDIT.mjs → chunk-W3L35PW3.mjs} +1 -1
- package/dist/{chunk-K2ZUB3RA.js → chunk-WS4BEVU3.js} +2 -2
- package/dist/{chunk-3KWU3H4P.js → chunk-XVLTDPFA.js} +2 -2
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +10 -10
- package/dist/index.mjs +10 -10
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +3 -3
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +4 -4
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +4 -4
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +4 -4
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +4 -4
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +3 -3
- package/dist/tsup.config.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.65.10](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.65.10) (2025-10-05)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **config:** Ensure correct `zod` version is used in dependencies
|
|
10
|
+
([965458ca9](https://github.com/storm-software/storm-ops/commit/965458ca9))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Update workspace package links
|
|
15
|
+
([7ca39098e](https://github.com/storm-software/storm-ops/commit/7ca39098e))
|
|
16
|
+
|
|
17
|
+
## [0.65.9](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.65.9) (2025-10-03)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Update devenv flake versions
|
|
22
|
+
([86e23e033](https://github.com/storm-software/storm-ops/commit/86e23e033))
|
|
23
|
+
- **monorepo:** Update workspace to TypeScript v5.9.3
|
|
24
|
+
([3db5c952c](https://github.com/storm-software/storm-ops/commit/3db5c952c))
|
|
25
|
+
|
|
5
26
|
## [0.65.8](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.65.8) (2025-09-22)
|
|
6
27
|
|
|
7
28
|
### 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
|
-
[](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 _chunkQ4W5GZD3js = require('./chunk-Q4W5GZD3.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkQ4W5GZD3js.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkQ4W5GZD3js = require('./chunk-Q4W5GZD3.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkQ4W5GZD3js.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1059,7 +1059,7 @@ schemaRegistry.add(ownerSchema, {
|
|
|
1059
1059
|
description: "The owner of the package"
|
|
1060
1060
|
});
|
|
1061
1061
|
var modeSchema = z._default(
|
|
1062
|
-
z.enum(["development", "
|
|
1062
|
+
z.enum(["development", "test", "production"]).check(z.trim(), z.toLowerCase()),
|
|
1063
1063
|
"production"
|
|
1064
1064
|
);
|
|
1065
1065
|
schemaRegistry.add(modeSchema, {
|
|
@@ -17,10 +17,10 @@ import {
|
|
|
17
17
|
writeSuccess,
|
|
18
18
|
writeTrace,
|
|
19
19
|
writeWarning
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-V2GQRCVV.mjs";
|
|
21
21
|
import {
|
|
22
22
|
__dirname
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-LYJ5XWTZ.mjs";
|
|
24
24
|
|
|
25
25
|
// src/generators/init/init.ts
|
|
26
26
|
import { formatFiles as formatFiles9 } from "@nx/devkit";
|