@storm-software/terraform-tools 0.66.18 → 0.66.20
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 +16 -6
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,12 +1,26 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Terraform Tools
|
|
4
|
+
|
|
5
|
+
## [0.66.19](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.19) (11/5/2025)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.292.19**
|
|
10
|
+
- Updated **config-tools** to **v1.188.19**
|
|
11
|
+
- Updated **config** to **v1.134.19**
|
|
12
|
+
|
|
1
13
|
## [0.66.17](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.17) (2025-11-04)
|
|
2
14
|
|
|
3
15
|
### Features
|
|
4
16
|
|
|
5
|
-
- **monorepo:** Update packages to use Nx v22.0.2
|
|
17
|
+
- **monorepo:** Update packages to use Nx v22.0.2
|
|
18
|
+
([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
|
|
6
19
|
|
|
7
20
|
### Miscellaneous
|
|
8
21
|
|
|
9
|
-
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
22
|
+
- **monorepo:** Resolve sherif linting issues and reformat README markdown files
|
|
23
|
+
([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
|
|
10
24
|
|
|
11
25
|
### Updated Dependencies
|
|
12
26
|
|
|
@@ -14,10 +28,6 @@
|
|
|
14
28
|
- Updated config-tools to 1.188.17
|
|
15
29
|
- Updated config to 1.134.17
|
|
16
30
|
|
|
17
|
-

|
|
18
|
-
|
|
19
|
-
# Changelog for Storm Ops - Terraform Tools
|
|
20
|
-
|
|
21
31
|
## [0.66.16](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.16) (2025-10-31)
|
|
22
32
|
|
|
23
33
|
### Miscellaneous
|
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.20",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -114,9 +114,9 @@
|
|
|
114
114
|
],
|
|
115
115
|
"peerDependencies": {
|
|
116
116
|
"@nx/devkit": "^22.0.2",
|
|
117
|
-
"@storm-software/config": "1.134.
|
|
118
|
-
"@storm-software/config-tools": "1.188.
|
|
119
|
-
"@storm-software/workspace-tools": "1.292.
|
|
117
|
+
"@storm-software/config": "1.134.19",
|
|
118
|
+
"@storm-software/config-tools": "1.188.19",
|
|
119
|
+
"@storm-software/workspace-tools": "1.292.19",
|
|
120
120
|
"tsup": "8.4.0",
|
|
121
121
|
"untyped": "1.5.2"
|
|
122
122
|
},
|
|
@@ -130,10 +130,10 @@
|
|
|
130
130
|
"@types/node": "^22.19.0",
|
|
131
131
|
"nx": "^22.0.2",
|
|
132
132
|
"tsup": "8.4.0",
|
|
133
|
-
"untyped": "^
|
|
133
|
+
"untyped": "^2.0.0"
|
|
134
134
|
},
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
136
|
"executors": "./executors.json",
|
|
137
137
|
"generators": "./generators.json",
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "5ad820059b34c3802d3a0b96e521ec54e2fb3a49"
|
|
139
139
|
}
|