@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 +15 -0
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
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');
|
package/dist/executors.mjs
CHANGED
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.
|
|
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.
|
|
126
|
+
"@storm-software/workspace-tools": "1.236.0",
|
|
127
127
|
"shelljs": "^0.8.5",
|
|
128
128
|
"tslib": "^2.6.3"
|
|
129
129
|
},
|