@storm-software/terraform-tools 0.66.30 → 0.66.31

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 CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.30](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.30) (11/13/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Reformat workspace files
10
+ ([41b537422](https://github.com/storm-software/storm-ops/commit/41b537422))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([0ff6533a0](https://github.com/storm-software/storm-ops/commit/0ff6533a0))
13
+
14
+ ### Features
15
+
16
+ - **workspace-tools:** Added the `napi` executor to build rust bindings
17
+ ([5f075ee38](https://github.com/storm-software/storm-ops/commit/5f075ee38))
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **workspace-tools** to **v1.293.0**
22
+ - Updated **config-tools** to **v1.188.30**
23
+ - Updated **config** to **v1.134.30**
24
+
5
25
  ## [0.66.29](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.29) (11/12/2025)
6
26
 
7
27
  ### Miscellaneous
package/README.md CHANGED
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Terraform Tools](#storm-terraform-tools)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.30",
3
+ "version": "0.66.31",
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.3",
117
- "@storm-software/config": "1.134.29",
118
- "@storm-software/config-tools": "1.188.29",
119
- "@storm-software/workspace-tools": "1.292.29",
117
+ "@storm-software/config": "1.134.30",
118
+ "@storm-software/config-tools": "1.188.30",
119
+ "@storm-software/workspace-tools": "1.293.0",
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": "9cb94503bd31113afe1893deb47dba3808c80e13"
138
+ "gitHead": "f21daf5d548f7a6c140f0c7d54bf58309aa2e4ae"
139
139
  }