@storm-software/terraform-tools 0.51.3 → 0.52.0

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
@@ -1,3 +1,18 @@
1
+ ## 0.52.0 (2025-01-21)
2
+
3
+ ### Features
4
+
5
+ - **config-tools:** Update utility packages to use ESM ([3bc6d4ba](https://github.com/storm-software/storm-ops/commit/3bc6d4ba))
6
+
7
+ ### Dependency Upgrades
8
+
9
+ - **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues ([133dcdfd](https://github.com/storm-software/storm-ops/commit/133dcdfd))
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated workspace-tools to 1.236.0
14
+ - Updated workspace-tools to 1.236.0
15
+
1
16
  ## 0.51.3 (2025-01-21)
2
17
 
3
18
  ### Bug Fixes
package/dist/executors.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-HFEQN3NL.js');
3
2
  require('./chunk-EQY3LNPR.js');
4
3
  require('./chunk-VKA4AOSX.js');
4
+ require('./chunk-HFEQN3NL.js');
5
5
  require('./chunk-L3W5NLSN.js');
6
6
  require('./chunk-7OAEVGV3.js');
7
7
  require('./chunk-YX6ZIWFA.js');
@@ -1,7 +1,7 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-AN6TJFDI.mjs";
3
2
  import "./chunk-PU7ULQHZ.mjs";
4
3
  import "./chunk-NV54O4LW.mjs";
4
+ import "./chunk-AN6TJFDI.mjs";
5
5
  import "./chunk-RN6UUJRU.mjs";
6
6
  import "./chunk-HTBODFT6.mjs";
7
7
  import "./chunk-CX6K23RM.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-HFEQN3NL.js');
3
2
  require('./chunk-EQY3LNPR.js');
4
3
  require('./chunk-VKA4AOSX.js');
4
+ require('./chunk-HFEQN3NL.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
package/dist/index.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-AN6TJFDI.mjs";
3
2
  import "./chunk-PU7ULQHZ.mjs";
4
3
  import "./chunk-NV54O4LW.mjs";
4
+ import "./chunk-AN6TJFDI.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.51.3",
3
+ "version": "0.52.0",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -123,7 +123,7 @@
123
123
  "nx": { "optional": false }
124
124
  },
125
125
  "dependencies": {
126
- "@storm-software/workspace-tools": "1.235.3",
126
+ "@storm-software/workspace-tools": "1.236.0",
127
127
  "shelljs": "^0.8.5",
128
128
  "tslib": "^2.6.3"
129
129
  },