@storm-software/terraform-tools 0.66.69 → 0.66.71

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.70](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.70) (12/17/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.14**
10
+
11
+ ## [0.66.69](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.69) (12/17/2025)
12
+
13
+ ### Updated Dependencies
14
+
15
+ - Updated **workspace-tools** to **v1.294.13**
16
+ - Updated **config-tools** to **v1.188.69**
17
+ - Updated **config** to **v1.134.69**
18
+
5
19
  ## [0.66.68](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.68) (12/16/2025)
6
20
 
7
21
  ### Updated Dependencies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.69",
3
+ "version": "0.66.71",
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.2.3",
117
- "@storm-software/config": "1.134.68",
118
- "@storm-software/config-tools": "1.188.68",
119
- "@storm-software/workspace-tools": "1.294.12",
117
+ "@storm-software/config": "1.134.69",
118
+ "@storm-software/config-tools": "1.188.69",
119
+ "@storm-software/workspace-tools": "1.294.14",
120
120
  "tsup": "8.4.0",
121
121
  "untyped": "1.5.2"
122
122
  },
@@ -135,5 +135,5 @@
135
135
  "publishConfig": { "access": "public" },
136
136
  "executors": "./executors.json",
137
137
  "generators": "./generators.json",
138
- "gitHead": "d8aee7840461402f9b37d069474ccd3ea5fda31d"
138
+ "gitHead": "60e42272b8da0b1b1cdf5c6660389215a54a07bd"
139
139
  }