@storm-software/terraform-tools 0.66.184 → 0.66.186
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 +24 -0
- package/README.md +1 -1
- package/dist/{chunk-YRUI4OMD.mjs → chunk-GNHLSO5S.mjs} +1 -1
- package/dist/{chunk-RDI6XDRR.mjs → chunk-JS3GJBW5.mjs} +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.mjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/terraform-executor.mjs +1 -1
- package/dist/src/executors/apply/executor.mjs +1 -1
- package/dist/src/executors/destroy/executor.mjs +1 -1
- package/dist/src/executors/output/executor.mjs +1 -1
- package/dist/src/executors/plan/executor.mjs +1 -1
- package/dist/src/generators/init/init.mjs +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.185](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.185) (05/14/2026)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace packages' `README.md` file ([ff527d217](https://github.com/storm-software/storm-ops/commit/ff527d217))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **workspace-tools** to **v1.295.70**
|
|
14
|
+
- Updated **config-tools** to **v1.190.10**
|
|
15
|
+
- Updated **config** to **v1.137.43**
|
|
16
|
+
|
|
17
|
+
## [0.66.184](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.184) (05/14/2026)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **monorepo:** Resolve issue with workspace package links ([53052b232](https://github.com/storm-software/storm-ops/commit/53052b232))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.69**
|
|
26
|
+
- Updated **config-tools** to **v1.190.9**
|
|
27
|
+
- Updated **config** to **v1.137.42**
|
|
28
|
+
|
|
5
29
|
## [0.66.183](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.183) (05/14/2026)
|
|
6
30
|
|
|
7
31
|
### Updated Dependencies
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__90744d902e8d53e1915fe762e553293b/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/dist/executors.mjs
CHANGED
package/dist/generators.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import "./chunk-CISK74IB.mjs";
|
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JS3GJBW5.mjs";
|
|
9
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
base_terraform_executor_untyped_default
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
withTerraformExecutor
|
|
16
16
|
} from "./chunk-IYRRG6RY.mjs";
|
|
17
17
|
import "./chunk-6OOVQVET.mjs";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-GNHLSO5S.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
21
21
|
initGenerator,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
withTerraformExecutor
|
|
7
7
|
} from "../../chunk-IYRRG6RY.mjs";
|
|
8
8
|
import "../../chunk-6OOVQVET.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-GNHLSO5S.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
12
12
|
withTerraformExecutor
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-JS3GJBW5.mjs";
|
|
5
5
|
import "../../../chunk-6OOVQVET.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-GNHLSO5S.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
|
9
9
|
initGenerator
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.186",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iac",
|
|
@@ -112,9 +112,9 @@
|
|
|
112
112
|
"module": "dist/index.mjs",
|
|
113
113
|
"typings": "dist/index.d.ts",
|
|
114
114
|
"dependencies": {
|
|
115
|
-
"@storm-software/config": "^1.137.
|
|
116
|
-
"@storm-software/config-tools": "^1.190.
|
|
117
|
-
"@storm-software/workspace-tools": "^1.295.
|
|
115
|
+
"@storm-software/config": "^1.137.44",
|
|
116
|
+
"@storm-software/config-tools": "^1.190.11",
|
|
117
|
+
"@storm-software/workspace-tools": "^1.295.71",
|
|
118
118
|
"shelljs": "^0.8.5"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"publishConfig": { "access": "public" },
|
|
130
130
|
"executors": "./executors.json",
|
|
131
131
|
"generators": "./generators.json",
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "c8e55dc0f2d670f1f23905c8d645524284ae4408"
|
|
133
133
|
}
|