@storm-software/terraform-tools 0.66.89 → 0.66.90

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,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.89](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.89) (02/18/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate `README.md` markdown files ([b29a804ae](https://github.com/storm-software/storm-ops/commit/b29a804ae))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **workspace-tools** to **v1.294.33**
14
+ - Updated **config-tools** to **v1.189.1**
15
+ - Updated **config** to **v1.135.2**
16
+
5
17
  ## [0.66.88](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.88) (01/28/2026)
6
18
 
7
19
  ### Updated Dependencies
package/dist/executors.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-JS3EKPPV.js');
3
2
  require('./chunk-CSYTB2N7.js');
4
3
  require('./chunk-UIV26GY2.js');
5
4
  require('./chunk-YLEMDXGU.js');
5
+ require('./chunk-JS3EKPPV.js');
6
6
  require('./chunk-OHTE4UWL.js');
7
7
  require('./chunk-CAIQR7GN.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-TZ3XK5DI.mjs";
3
2
  import "./chunk-EOOFQKYU.mjs";
4
3
  import "./chunk-D4U46GWE.mjs";
5
4
  import "./chunk-XGSETPII.mjs";
5
+ import "./chunk-TZ3XK5DI.mjs";
6
6
  import "./chunk-N2PWQQSE.mjs";
7
7
  import "./chunk-PH7BX4DL.mjs";
8
8
  import "./chunk-3SMBRI6D.mjs";
package/dist/index.js CHANGED
@@ -1,19 +1,19 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
2
- require('./chunk-JS3EKPPV.js');
3
2
  require('./chunk-CSYTB2N7.js');
4
3
  require('./chunk-UIV26GY2.js');
5
4
  require('./chunk-YLEMDXGU.js');
6
5
  require('./chunk-N2YKXZ5R.js');
6
+
7
+
8
+ var _chunk7XVRK5WDjs = require('./chunk-7XVRK5WD.js');
7
9
  require('./chunk-GUQOEBFW.js');
8
10
 
9
11
 
10
12
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
+ require('./chunk-JS3EKPPV.js');
11
14
 
12
15
 
13
16
  var _chunkOHTE4UWLjs = require('./chunk-OHTE4UWL.js');
14
-
15
-
16
- var _chunk7XVRK5WDjs = require('./chunk-7XVRK5WD.js');
17
17
  require('./chunk-CAIQR7GN.js');
18
18
 
19
19
 
package/dist/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-TZ3XK5DI.mjs";
3
2
  import "./chunk-EOOFQKYU.mjs";
4
3
  import "./chunk-D4U46GWE.mjs";
5
4
  import "./chunk-XGSETPII.mjs";
6
5
  import "./chunk-23KFTIT2.mjs";
6
+ import {
7
+ initGenerator
8
+ } from "./chunk-CCVXBG6L.mjs";
7
9
  import "./chunk-CA7S5MOH.mjs";
8
10
  import {
9
11
  base_terraform_executor_untyped_default
10
12
  } from "./chunk-EL25IDXP.mjs";
13
+ import "./chunk-TZ3XK5DI.mjs";
11
14
  import {
12
15
  withTerraformExecutor
13
16
  } from "./chunk-N2PWQQSE.mjs";
14
- import {
15
- initGenerator
16
- } from "./chunk-CCVXBG6L.mjs";
17
17
  import "./chunk-PH7BX4DL.mjs";
18
18
  import "./chunk-3SMBRI6D.mjs";
19
19
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.89",
3
+ "version": "0.66.90",
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.3.3",
117
- "@storm-software/config": "1.135.1",
118
- "@storm-software/config-tools": "1.189.0",
119
- "@storm-software/workspace-tools": "1.294.32",
117
+ "@storm-software/config": "1.135.2",
118
+ "@storm-software/config-tools": "1.189.1",
119
+ "@storm-software/workspace-tools": "1.294.33",
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": "282913d6672835512eeea3570f24995dfb7e40c6"
138
+ "gitHead": "f802411a3ecd34e4715cab07613af9487bf29285"
139
139
  }