@storm-software/terraform-tools 0.66.32 → 0.66.34
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 +26 -0
- package/README.md +1 -1
- package/dist/{chunk-35RIR32U.mjs → chunk-7AZE3K4P.mjs} +0 -8
- package/dist/{chunk-RGAUPWPC.js → chunk-E5FMZKGS.js} +0 -8
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/init.js +2 -2
- package/dist/src/generators/init/init.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.33](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.33) (11/13/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([70c8dba97](https://github.com/storm-software/storm-ops/commit/70c8dba97))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.293.3**
|
|
15
|
+
- Updated **config-tools** to **v1.188.33**
|
|
16
|
+
- Updated **config** to **v1.134.33**
|
|
17
|
+
|
|
18
|
+
## [0.66.32](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.32) (11/13/2025)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **monorepo:** Regenerate README markdown files
|
|
23
|
+
([68959f768](https://github.com/storm-software/storm-ops/commit/68959f768))
|
|
24
|
+
|
|
25
|
+
### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- Updated **workspace-tools** to **v1.293.2**
|
|
28
|
+
- Updated **config-tools** to **v1.188.32**
|
|
29
|
+
- Updated **config** to **v1.134.32**
|
|
30
|
+
|
|
5
31
|
## [0.66.31](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.31) (11/13/2025)
|
|
6
32
|
|
|
7
33
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -1045,14 +1045,6 @@ async function napiExecutor(options, context, config) {
|
|
|
1045
1045
|
)
|
|
1046
1046
|
);
|
|
1047
1047
|
}
|
|
1048
|
-
if (normalizedOptions.targetDir) {
|
|
1049
|
-
normalizedOptions.targetDir = relative(
|
|
1050
|
-
absoluteProjectRoot,
|
|
1051
|
-
correctPaths(
|
|
1052
|
-
isAbsolute(normalizedOptions.targetDir) ? normalizedOptions.targetDir : joinPaths(config.workspaceRoot, normalizedOptions.targetDir)
|
|
1053
|
-
)
|
|
1054
|
-
);
|
|
1055
|
-
}
|
|
1056
1048
|
if (normalizedOptions.configPath) {
|
|
1057
1049
|
normalizedOptions.configPath = relative(
|
|
1058
1050
|
absoluteProjectRoot,
|
|
@@ -1042,14 +1042,6 @@ async function napiExecutor(options, context, config) {
|
|
|
1042
1042
|
)
|
|
1043
1043
|
);
|
|
1044
1044
|
}
|
|
1045
|
-
if (normalizedOptions.targetDir) {
|
|
1046
|
-
normalizedOptions.targetDir = _chunkMKG63IZWjs.relative.call(void 0,
|
|
1047
|
-
absoluteProjectRoot,
|
|
1048
|
-
_chunkMKG63IZWjs.correctPaths.call(void 0,
|
|
1049
|
-
_chunkMKG63IZWjs.isAbsolute.call(void 0, normalizedOptions.targetDir) ? normalizedOptions.targetDir : _chunkMKG63IZWjs.joinPaths.call(void 0, config.workspaceRoot, normalizedOptions.targetDir)
|
|
1050
|
-
)
|
|
1051
|
-
);
|
|
1052
|
-
}
|
|
1053
1045
|
if (normalizedOptions.configPath) {
|
|
1054
1046
|
normalizedOptions.configPath = _chunkMKG63IZWjs.relative.call(void 0,
|
|
1055
1047
|
absoluteProjectRoot,
|
package/dist/generators.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkE5FMZKGSjs = require('./chunk-E5FMZKGS.js');
|
|
5
5
|
require('./chunk-MKG63IZW.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.initGenerator =
|
|
8
|
+
exports.initGenerator = _chunkE5FMZKGSjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ require('./chunk-6RZAGMSF.js');
|
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkE5FMZKGSjs = require('./chunk-E5FMZKGS.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
@@ -19,4 +19,4 @@ require('./chunk-MKG63IZW.js');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator =
|
|
22
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkE5FMZKGSjs.initGenerator; exports.withTerraformExecutor = _chunk6P6B7BLAjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkE5FMZKGSjs = require('../../../chunk-E5FMZKGS.js');
|
|
5
5
|
require('../../../chunk-MKG63IZW.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkE5FMZKGSjs.init_default; exports.initGenerator = _chunkE5FMZKGSjs.initGenerator;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.34",
|
|
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.
|
|
118
|
-
"@storm-software/config-tools": "1.188.
|
|
119
|
-
"@storm-software/workspace-tools": "1.293.
|
|
117
|
+
"@storm-software/config": "1.134.33",
|
|
118
|
+
"@storm-software/config-tools": "1.188.33",
|
|
119
|
+
"@storm-software/workspace-tools": "1.293.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": "
|
|
138
|
+
"gitHead": "2e621fec96dc869cca88499db68a2944d2bcc23d"
|
|
139
139
|
}
|