@storm-software/terraform-tools 0.49.0 → 0.49.3
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 +33 -0
- package/README.md +1 -1
- package/dist/{chunk-OM64FIV6.mjs → chunk-24N7QQ4L.mjs} +1 -1
- package/dist/{chunk-F7GLIHEV.js → chunk-45WMQB3Q.js} +2 -2
- package/dist/{chunk-R4XW4ES7.mjs → chunk-4KG7E7J4.mjs} +1 -1
- package/dist/{chunk-UAZET5ED.mjs → chunk-4RU3LQAK.mjs} +2 -3
- package/dist/{chunk-NLQAVRJ6.js → chunk-DNKGKYNG.js} +3 -4
- package/dist/{chunk-N4VDOPZF.mjs → chunk-OA47DQLZ.mjs} +1 -1
- package/dist/{chunk-665YWX4A.js → chunk-PXJNG3Y3.js} +181 -599
- package/dist/{chunk-QMDMW4SA.mjs → chunk-RKZ4FHTS.mjs} +1 -1
- package/dist/{chunk-3I64RHEK.mjs → chunk-RZBT2Y2L.mjs} +1 -1
- package/dist/{chunk-FFFM47KZ.js → chunk-RZCRSYLK.js} +2 -2
- package/dist/{chunk-Y52W5WN7.mjs → chunk-SL6KQXE7.mjs} +50 -468
- package/dist/{chunk-AMLRXVM3.js → chunk-TG7H7WMN.js} +2 -2
- package/dist/{chunk-MOTE7YBG.js → chunk-TKSHNSJF.js} +3 -3
- package/dist/{chunk-455PVGLF.js → chunk-YXUJXXZP.js} +2 -2
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- package/package.json +140 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,36 @@
|
|
|
1
|
+
## 0.49.3 (2025-01-20)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **workspace-tools:** Resolve formatting issue with missing `parser` config ([da80cf3d](https://github.com/storm-software/storm-ops/commit/da80cf3d))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated workspace-tools to 1.233.1
|
|
10
|
+
- Updated workspace-tools to 1.233.1
|
|
11
|
+
|
|
12
|
+
## 0.49.2 (2025-01-20)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- **untyped:** Resovle bundling issue with externals ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
|
|
17
|
+
|
|
18
|
+
### 🧱 Updated Dependencies
|
|
19
|
+
|
|
20
|
+
- Updated workspace-tools to 1.233.0
|
|
21
|
+
- Updated workspace-tools to 1.233.0
|
|
22
|
+
|
|
23
|
+
## 0.49.1 (2025-01-20)
|
|
24
|
+
|
|
25
|
+
### Bug Fixes
|
|
26
|
+
|
|
27
|
+
- **unbuild:** Update package to bundle the `unbuild` package for distribution ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
|
|
28
|
+
|
|
29
|
+
### 🧱 Updated Dependencies
|
|
30
|
+
|
|
31
|
+
- Updated workspace-tools to 1.232.1
|
|
32
|
+
- Updated workspace-tools to 1.232.1
|
|
33
|
+
|
|
1
34
|
## 0.49.0 (2025-01-20)
|
|
2
35
|
|
|
3
36
|
### Features
|
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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkTKSHNSJFjs = require('./chunk-TKSHNSJF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkTKSHNSJFjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -660,7 +660,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
660
660
|
envName: fileName?.toUpperCase(),
|
|
661
661
|
jitiOptions: {
|
|
662
662
|
debug: false,
|
|
663
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
663
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
664
664
|
},
|
|
665
665
|
...options
|
|
666
666
|
});
|
|
@@ -672,7 +672,7 @@ var getConfigFileByName = /* @__PURE__ */ __name(async (fileName, filePath, opti
|
|
|
672
672
|
envName: fileName?.toUpperCase(),
|
|
673
673
|
jitiOptions: {
|
|
674
674
|
debug: false,
|
|
675
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
675
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
676
676
|
},
|
|
677
677
|
configFile: fileName,
|
|
678
678
|
...options
|
|
@@ -1266,7 +1266,6 @@ var _isFunction2 = /* @__PURE__ */ __name((value) => {
|
|
|
1266
1266
|
}, "_isFunction");
|
|
1267
1267
|
|
|
1268
1268
|
export {
|
|
1269
|
-
LogLevelLabel,
|
|
1270
1269
|
StormConfigSchema,
|
|
1271
1270
|
correctPaths,
|
|
1272
1271
|
joinPaths,
|
|
@@ -660,7 +660,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, a
|
|
|
660
660
|
envName: _optionalChain([fileName, 'optionalAccess', _34 => _34.toUpperCase, 'call', _35 => _35()]),
|
|
661
661
|
jitiOptions: {
|
|
662
662
|
debug: false,
|
|
663
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
663
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
664
664
|
},
|
|
665
665
|
...options
|
|
666
666
|
});
|
|
@@ -672,7 +672,7 @@ var getConfigFileByName = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, a
|
|
|
672
672
|
envName: _optionalChain([fileName, 'optionalAccess', _36 => _36.toUpperCase, 'call', _37 => _37()]),
|
|
673
673
|
jitiOptions: {
|
|
674
674
|
debug: false,
|
|
675
|
-
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "
|
|
675
|
+
fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : joinPaths(process.env.STORM_CACHE_DIR || "node_modules/.cache/storm", "jiti")
|
|
676
676
|
},
|
|
677
677
|
configFile: fileName,
|
|
678
678
|
...options
|
|
@@ -1284,5 +1284,4 @@ var _isFunction2 = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (value)
|
|
|
1284
1284
|
|
|
1285
1285
|
|
|
1286
1286
|
|
|
1287
|
-
|
|
1288
|
-
exports.LogLevelLabel = LogLevelLabel; exports.StormConfigSchema = StormConfigSchema; exports.correctPaths = correctPaths; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.isVerbose = isVerbose; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.applyWorkspaceBaseTokens = applyWorkspaceBaseTokens; exports.applyWorkspaceTokens = applyWorkspaceTokens; exports.run = run; exports.loadStormConfig = loadStormConfig; exports.withRunExecutor = withRunExecutor;
|
|
1287
|
+
exports.StormConfigSchema = StormConfigSchema; exports.correctPaths = correctPaths; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.isVerbose = isVerbose; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.applyWorkspaceBaseTokens = applyWorkspaceBaseTokens; exports.applyWorkspaceTokens = applyWorkspaceTokens; exports.run = run; exports.loadStormConfig = loadStormConfig; exports.withRunExecutor = withRunExecutor;
|