@storm-software/terraform-tools 0.54.40 → 0.54.42

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,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.54.42](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.42) (2025-03-18)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([2d7343483](https://github.com/storm-software/storm-ops/commit/2d7343483))
11
+
12
+ ## [0.54.41](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.41) (2025-03-17)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([90d1828f9](https://github.com/storm-software/storm-ops/commit/90d1828f9))
18
+
5
19
  ## [0.54.40](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.40) (2025-03-17)
6
20
 
7
21
  ### 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
- [![Version](https://img.shields.io/badge/version-0.54.39-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.54.41-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -1276,12 +1276,15 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
1276
1276
  };
1277
1277
  }, {})
1278
1278
  },
1279
- inject: _defu2.default.call(void 0, [
1280
- options.format === "cjs" && options.injectShims ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/cjs_shims.js") : "",
1281
- options.format === "esm" && options.injectShims && options.platform === "node" ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/esm_shims.js") : ""
1282
- ], _nullishCoalesce(options.inject, () => ( []))).filter(Boolean)
1279
+ inject: [
1280
+ options.format === "cjs" && options.injectShims ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/cjs_shims.js") : void 0,
1281
+ options.format === "esm" && options.injectShims && options.platform === "node" ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/esm_shims.js") : void 0
1282
+ ].filter(Boolean)
1283
1283
  };
1284
1284
  result.plugins = _nullishCoalesce(userOptions.plugins, () => ( getDefaultBuildPlugins(userOptions, result)));
1285
+ if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
1286
+ result.inject = _defu2.default.call(void 0, result.inject, options.inject);
1287
+ }
1285
1288
  delete result.entry;
1286
1289
  delete result.outputPath;
1287
1290
  stopwatch();
@@ -1393,6 +1396,7 @@ async function executeEsBuild(context2) {
1393
1396
  delete options.renderers;
1394
1397
  delete options.config;
1395
1398
  delete options.injectShims;
1399
+ delete options.external;
1396
1400
  _chunk7EE3ZWHRjs.writeTrace.call(void 0, `Run esbuild (${context2.options.name}) with the following options:
1397
1401
  ${_chunk7EE3ZWHRjs.formatLogMessage.call(void 0, options)}`, context2.options.config);
1398
1402
  const result = await esbuild2.build(options);
@@ -1277,12 +1277,15 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
1277
1277
  };
1278
1278
  }, {})
1279
1279
  },
1280
- inject: defu([
1281
- options.format === "cjs" && options.injectShims ? joinPaths(__dirname, "../assets/cjs_shims.js") : "",
1282
- options.format === "esm" && options.injectShims && options.platform === "node" ? joinPaths(__dirname, "../assets/esm_shims.js") : ""
1283
- ], options.inject ?? []).filter(Boolean)
1280
+ inject: [
1281
+ options.format === "cjs" && options.injectShims ? joinPaths(__dirname, "../assets/cjs_shims.js") : void 0,
1282
+ options.format === "esm" && options.injectShims && options.platform === "node" ? joinPaths(__dirname, "../assets/esm_shims.js") : void 0
1283
+ ].filter(Boolean)
1284
1284
  };
1285
1285
  result.plugins = userOptions.plugins ?? getDefaultBuildPlugins(userOptions, result);
1286
+ if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
1287
+ result.inject = defu(result.inject, options.inject);
1288
+ }
1286
1289
  delete result.entry;
1287
1290
  delete result.outputPath;
1288
1291
  stopwatch();
@@ -1394,6 +1397,7 @@ async function executeEsBuild(context2) {
1394
1397
  delete options.renderers;
1395
1398
  delete options.config;
1396
1399
  delete options.injectShims;
1400
+ delete options.external;
1397
1401
  writeTrace(`Run esbuild (${context2.options.name}) with the following options:
1398
1402
  ${formatLogMessage(options)}`, context2.options.config);
1399
1403
  const result = await esbuild2.build(options);
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
+ require('./chunk-6JNJXZFJ.js');
2
3
  require('./chunk-NYWVLPFT.js');
3
4
  require('./chunk-IJO2IHPY.js');
4
5
  require('./chunk-MLGQ6TX6.js');
5
- require('./chunk-6JNJXZFJ.js');
6
6
  require('./chunk-7QES4OFY.js');
7
7
  require('./chunk-7EE3ZWHR.js');
8
8
  require('./chunk-3GQAWCBQ.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
+ import "./chunk-FIYCZYZ5.mjs";
2
3
  import "./chunk-TB4YXZBF.mjs";
3
4
  import "./chunk-T6WPHTRX.mjs";
4
5
  import "./chunk-CU3WSB7P.mjs";
5
- import "./chunk-FIYCZYZ5.mjs";
6
6
  import "./chunk-B73EOUKJ.mjs";
7
7
  import "./chunk-NJ3UD3AW.mjs";
8
8
  import "./chunk-2BPV2XV2.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkVO4U3XSBjs = require('./chunk-VO4U3XSB.js');
4
+ var _chunkKWRMGGZSjs = require('./chunk-KWRMGGZS.js');
5
5
  require('./chunk-7EE3ZWHR.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkVO4U3XSBjs.initGenerator;
9
+ exports.initGenerator = _chunkKWRMGGZSjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-HVYCNU5R.mjs";
4
+ } from "./chunk-T3CUIOQI.mjs";
5
5
  import "./chunk-NJ3UD3AW.mjs";
6
6
  import "./chunk-2BPV2XV2.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -1,23 +1,23 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
2
+ require('./chunk-6JNJXZFJ.js');
2
3
  require('./chunk-NYWVLPFT.js');
3
4
  require('./chunk-IJO2IHPY.js');
4
5
  require('./chunk-MLGQ6TX6.js');
5
6
  require('./chunk-N2YKXZ5R.js');
6
-
7
-
8
- var _chunkVO4U3XSBjs = require('./chunk-VO4U3XSB.js');
9
7
  require('./chunk-GUQOEBFW.js');
10
8
 
11
9
 
12
10
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
- require('./chunk-6JNJXZFJ.js');
14
11
 
15
12
 
16
13
  var _chunk7QES4OFYjs = require('./chunk-7QES4OFY.js');
14
+
15
+
16
+ var _chunkKWRMGGZSjs = require('./chunk-KWRMGGZS.js');
17
17
  require('./chunk-7EE3ZWHR.js');
18
18
  require('./chunk-3GQAWCBQ.js');
19
19
 
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkVO4U3XSBjs.initGenerator; exports.withTerraformExecutor = _chunk7QES4OFYjs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkKWRMGGZSjs.initGenerator; exports.withTerraformExecutor = _chunk7QES4OFYjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
+ import "./chunk-FIYCZYZ5.mjs";
2
3
  import "./chunk-TB4YXZBF.mjs";
3
4
  import "./chunk-T6WPHTRX.mjs";
4
5
  import "./chunk-CU3WSB7P.mjs";
5
6
  import "./chunk-23KFTIT2.mjs";
6
- import {
7
- initGenerator
8
- } from "./chunk-HVYCNU5R.mjs";
9
7
  import "./chunk-CA7S5MOH.mjs";
10
8
  import {
11
9
  base_terraform_executor_untyped_default
12
10
  } from "./chunk-EL25IDXP.mjs";
13
- import "./chunk-FIYCZYZ5.mjs";
14
11
  import {
15
12
  withTerraformExecutor
16
13
  } from "./chunk-B73EOUKJ.mjs";
14
+ import {
15
+ initGenerator
16
+ } from "./chunk-T3CUIOQI.mjs";
17
17
  import "./chunk-NJ3UD3AW.mjs";
18
18
  import "./chunk-2BPV2XV2.mjs";
19
19
  export {
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkVO4U3XSBjs = require('../../../chunk-VO4U3XSB.js');
4
+ var _chunkKWRMGGZSjs = require('../../../chunk-KWRMGGZS.js');
5
5
  require('../../../chunk-7EE3ZWHR.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkVO4U3XSBjs.init_default; exports.initGenerator = _chunkVO4U3XSBjs.initGenerator;
10
+ exports.default = _chunkKWRMGGZSjs.init_default; exports.initGenerator = _chunkKWRMGGZSjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-HVYCNU5R.mjs";
4
+ } from "../../../chunk-T3CUIOQI.mjs";
5
5
  import "../../../chunk-NJ3UD3AW.mjs";
6
6
  import "../../../chunk-2BPV2XV2.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.54.40",
3
+ "version": "0.54.42",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",