@storm-software/terraform-tools 0.66.186 → 0.66.188
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/dist/{chunk-GNHLSO5S.mjs → chunk-63QCHNBN.mjs} +1 -1
- package/dist/{chunk-JS3GJBW5.mjs → chunk-IJCAQCAI.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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.187](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.187) (05/15/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.72**
|
|
10
|
+
- Updated **config-tools** to **v1.190.12**
|
|
11
|
+
- Updated **config** to **v1.137.45**
|
|
12
|
+
|
|
13
|
+
## [0.66.186](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.186) (05/14/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **monorepo:** Update `pnpm-lock.yaml` and packages' `README.md` files ([6f43d2237](https://github.com/storm-software/storm-ops/commit/6f43d2237))
|
|
18
|
+
- **workspace-tools:** Update default `nx.json` configurations ([da734b5f4](https://github.com/storm-software/storm-ops/commit/da734b5f4))
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.295.71**
|
|
23
|
+
- Updated **config-tools** to **v1.190.11**
|
|
24
|
+
- Updated **config** to **v1.137.44**
|
|
25
|
+
|
|
5
26
|
## [0.66.185](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.185) (05/14/2026)
|
|
6
27
|
|
|
7
28
|
### Miscellaneous
|
|
@@ -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__17f35255c9b2c5d65e514e3b165d24e6/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-IJCAQCAI.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-63QCHNBN.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-63QCHNBN.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-IJCAQCAI.mjs";
|
|
5
5
|
import "../../../chunk-6OOVQVET.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-63QCHNBN.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.188",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iac",
|
|
@@ -112,14 +112,14 @@
|
|
|
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.46",
|
|
116
|
+
"@storm-software/config-tools": "^1.190.13",
|
|
117
|
+
"@storm-software/workspace-tools": "^1.295.73",
|
|
118
118
|
"shelljs": "^0.8.5"
|
|
119
119
|
},
|
|
120
120
|
"devDependencies": {
|
|
121
121
|
"@nx/devkit": "22.7.1",
|
|
122
|
-
"@types/node": "^25.
|
|
122
|
+
"@types/node": "^25.8.0",
|
|
123
123
|
"nx": "22.7.1",
|
|
124
124
|
"tsup": "8.4.0",
|
|
125
125
|
"untyped": "^2.0.0"
|
|
@@ -129,5 +129,5 @@
|
|
|
129
129
|
"publishConfig": { "access": "public" },
|
|
130
130
|
"executors": "./executors.json",
|
|
131
131
|
"generators": "./generators.json",
|
|
132
|
-
"gitHead": "
|
|
132
|
+
"gitHead": "28ba0e3264c160d982d27b4cb8d1f386d0b833c4"
|
|
133
133
|
}
|