@storm-software/terraform-tools 0.60.16 → 0.60.18

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,18 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.60.17](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.17) (2025-06-05)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+
11
+ ## [0.60.16](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.16) (2025-06-05)
12
+
13
+ ### Miscellaneous
14
+
15
+ - **monorepo:** Regenerate README markdown files
16
+
5
17
  ## [0.60.15](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.15) (2025-06-05)
6
18
 
7
19
  ### 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.60.15-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.60.17-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 -->
@@ -576,7 +576,6 @@ var DEFAULT_BUILD_OPTIONS = {
576
576
  platform: "node",
577
577
  target: "node22",
578
578
  format: "esm",
579
- tsconfig: "tsconfig.json",
580
579
  mode: "production",
581
580
  generatePackageJson: true,
582
581
  includeSrc: false,
@@ -660,8 +659,8 @@ async function resolveContext(userOptions) {
660
659
  const env = getEnv("esbuild", options);
661
660
  const define = defu(options.define ?? {}, env ?? {});
662
661
  const resolvedOptions = {
663
- tsconfig: joinPaths(workspaceRoot3.dir, projectRoot, "tsconfig.json"),
664
662
  ...options,
663
+ tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : joinPaths(workspaceRoot3.dir, projectRoot, "tsconfig.json"),
665
664
  metafile: userOptions.mode === "development",
666
665
  clean: false,
667
666
  env,
@@ -575,7 +575,6 @@ var DEFAULT_BUILD_OPTIONS = {
575
575
  platform: "node",
576
576
  target: "node22",
577
577
  format: "esm",
578
- tsconfig: "tsconfig.json",
579
578
  mode: "production",
580
579
  generatePackageJson: true,
581
580
  includeSrc: false,
@@ -659,8 +658,8 @@ async function resolveContext(userOptions) {
659
658
  const env = getEnv("esbuild", options);
660
659
  const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
661
660
  const resolvedOptions = {
662
- tsconfig: _chunk27OX2IVBjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
663
661
  ...options,
662
+ tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunk27OX2IVBjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
664
663
  metafile: userOptions.mode === "development",
665
664
  clean: false,
666
665
  env,
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
+ require('./chunk-AS2B5GS7.js');
2
3
  require('./chunk-4B5XOSWD.js');
3
4
  require('./chunk-EE3AHVP3.js');
4
5
  require('./chunk-LT5Z4JUG.js');
5
- require('./chunk-AS2B5GS7.js');
6
6
  require('./chunk-K5VRWNMP.js');
7
7
  require('./chunk-27OX2IVB.js');
8
8
  require('./chunk-3RG5ZIWI.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
+ import "./chunk-DFS4RHJB.mjs";
2
3
  import "./chunk-NSR5VU3N.mjs";
3
4
  import "./chunk-PXFXKNOL.mjs";
4
5
  import "./chunk-27LFUIUZ.mjs";
5
- import "./chunk-DFS4RHJB.mjs";
6
6
  import "./chunk-QNJTHB5H.mjs";
7
7
  import "./chunk-CTX4RJC2.mjs";
8
8
  import "./chunk-HJPEB5BP.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 _chunkY3VDKHSSjs = require('./chunk-Y3VDKHSS.js');
4
+ var _chunkTXPXSBY4js = require('./chunk-TXPXSBY4.js');
5
5
  require('./chunk-27OX2IVB.js');
6
6
  require('./chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkY3VDKHSSjs.initGenerator;
9
+ exports.initGenerator = _chunkTXPXSBY4js.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-OZ5KGOQP.mjs";
4
+ } from "./chunk-Q6WAX2SI.mjs";
5
5
  import "./chunk-CTX4RJC2.mjs";
6
6
  import "./chunk-HJPEB5BP.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-AS2B5GS7.js');
2
3
  require('./chunk-4B5XOSWD.js');
3
4
  require('./chunk-EE3AHVP3.js');
4
5
  require('./chunk-LT5Z4JUG.js');
5
6
  require('./chunk-N2YKXZ5R.js');
6
-
7
-
8
- var _chunkY3VDKHSSjs = require('./chunk-Y3VDKHSS.js');
9
7
  require('./chunk-GUQOEBFW.js');
10
8
 
11
9
 
12
10
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
- require('./chunk-AS2B5GS7.js');
14
11
 
15
12
 
16
13
  var _chunkK5VRWNMPjs = require('./chunk-K5VRWNMP.js');
14
+
15
+
16
+ var _chunkTXPXSBY4js = require('./chunk-TXPXSBY4.js');
17
17
  require('./chunk-27OX2IVB.js');
18
18
  require('./chunk-3RG5ZIWI.js');
19
19
 
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkY3VDKHSSjs.initGenerator; exports.withTerraformExecutor = _chunkK5VRWNMPjs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkTXPXSBY4js.initGenerator; exports.withTerraformExecutor = _chunkK5VRWNMPjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
+ import "./chunk-DFS4RHJB.mjs";
2
3
  import "./chunk-NSR5VU3N.mjs";
3
4
  import "./chunk-PXFXKNOL.mjs";
4
5
  import "./chunk-27LFUIUZ.mjs";
5
6
  import "./chunk-23KFTIT2.mjs";
6
- import {
7
- initGenerator
8
- } from "./chunk-OZ5KGOQP.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-DFS4RHJB.mjs";
14
11
  import {
15
12
  withTerraformExecutor
16
13
  } from "./chunk-QNJTHB5H.mjs";
14
+ import {
15
+ initGenerator
16
+ } from "./chunk-Q6WAX2SI.mjs";
17
17
  import "./chunk-CTX4RJC2.mjs";
18
18
  import "./chunk-HJPEB5BP.mjs";
19
19
  export {
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkY3VDKHSSjs = require('../../../chunk-Y3VDKHSS.js');
4
+ var _chunkTXPXSBY4js = require('../../../chunk-TXPXSBY4.js');
5
5
  require('../../../chunk-27OX2IVB.js');
6
6
  require('../../../chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkY3VDKHSSjs.init_default; exports.initGenerator = _chunkY3VDKHSSjs.initGenerator;
10
+ exports.default = _chunkTXPXSBY4js.init_default; exports.initGenerator = _chunkTXPXSBY4js.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-OZ5KGOQP.mjs";
4
+ } from "../../../chunk-Q6WAX2SI.mjs";
5
5
  import "../../../chunk-CTX4RJC2.mjs";
6
6
  import "../../../chunk-HJPEB5BP.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.60.16",
3
+ "version": "0.60.18",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",