@storm-software/terraform-tools 0.66.59 → 0.66.60

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,19 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.59](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.59) (12/06/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([65dcadce7](https://github.com/storm-software/storm-ops/commit/65dcadce7))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **workspace-tools** to **v1.294.3**
15
+ - Updated **config-tools** to **v1.188.59**
16
+ - Updated **config** to **v1.134.59**
17
+
5
18
  ## [0.66.58](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.58) (12/06/2025)
6
19
 
7
20
  ### Updated Dependencies
package/dist/executors.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-QTEFOKJR.js');
3
2
  require('./chunk-YZDCZBGM.js');
4
3
  require('./chunk-NLIHCWYN.js');
5
4
  require('./chunk-PFPOYYYD.js');
5
+ require('./chunk-QTEFOKJR.js');
6
6
  require('./chunk-VO5GXZYI.js');
7
7
  require('./chunk-BZY6MJZC.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-RCWTDSV2.mjs";
3
2
  import "./chunk-DPI625WC.mjs";
4
3
  import "./chunk-Y6KHQUVR.mjs";
5
4
  import "./chunk-K4F2ZPMI.mjs";
5
+ import "./chunk-RCWTDSV2.mjs";
6
6
  import "./chunk-QBU4QKT4.mjs";
7
7
  import "./chunk-Z63SOCKR.mjs";
8
8
  import "./chunk-VOAILYKE.mjs";
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
2
- require('./chunk-QTEFOKJR.js');
3
2
  require('./chunk-YZDCZBGM.js');
4
3
  require('./chunk-NLIHCWYN.js');
4
+ require('./chunk-PFPOYYYD.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
@@ -10,7 +10,7 @@ require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
12
12
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
- require('./chunk-PFPOYYYD.js');
13
+ require('./chunk-QTEFOKJR.js');
14
14
 
15
15
 
16
16
  var _chunkVO5GXZYIjs = require('./chunk-VO5GXZYI.js');
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-RCWTDSV2.mjs";
3
2
  import "./chunk-DPI625WC.mjs";
4
3
  import "./chunk-Y6KHQUVR.mjs";
4
+ import "./chunk-K4F2ZPMI.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
@@ -10,7 +10,7 @@ import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
12
12
  } from "./chunk-EL25IDXP.mjs";
13
- import "./chunk-K4F2ZPMI.mjs";
13
+ import "./chunk-RCWTDSV2.mjs";
14
14
  import {
15
15
  withTerraformExecutor
16
16
  } from "./chunk-QBU4QKT4.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.59",
3
+ "version": "0.66.60",
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.1.3",
117
- "@storm-software/config": "1.134.58",
118
- "@storm-software/config-tools": "1.188.58",
119
- "@storm-software/workspace-tools": "1.294.2",
117
+ "@storm-software/config": "1.134.59",
118
+ "@storm-software/config-tools": "1.188.59",
119
+ "@storm-software/workspace-tools": "1.294.3",
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": "0d0001db48a714158c3f4f3a159f62784cf53d50"
138
+ "gitHead": "569b2bed5a42972c8add732c272a261dc7ac2653"
139
139
  }