@storm-software/terraform-tools 0.66.5 → 0.66.7

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.66.6](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.6) (2025-10-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([af97dc773](https://github.com/storm-software/storm-ops/commit/af97dc773))
11
+
12
+ ## [0.66.5](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.5) (2025-10-17)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Update workspace package links
17
+ ([3ec988077](https://github.com/storm-software/storm-ops/commit/3ec988077))
18
+
5
19
  ## [0.66.4](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.4) (2025-10-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.66.3-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.66.5-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 -->
@@ -1,4 +1,4 @@
1
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__27cd8c2707e42da8a6ff3e707ec47ae0/node_modules/tsup/assets/esm_shims.js
1
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/assets/esm_shims.js
2
2
  import { fileURLToPath } from "url";
3
3
  import path from "path";
4
4
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -853,13 +853,17 @@ async function generatePackageJson(context) {
853
853
  // ../tsup/src/index.ts
854
854
  var _tsup = require('tsup');
855
855
  async function build(options) {
856
- _chunkYDAVIV5Rjs.writeDebug.call(void 0,
857
- ` \u{1F680} Running ${options.name || "tsup"} build`,
858
- options.workspaceConfig
859
- );
856
+ if (!options.silent) {
857
+ _chunkYDAVIV5Rjs.writeDebug.call(void 0,
858
+ ` \u{1F680} Running ${options.name || "tsup"} build`,
859
+ options.workspaceConfig
860
+ );
861
+ }
860
862
  const stopwatch = _chunkYDAVIV5Rjs.getStopwatch.call(void 0, `${options.name || "tsup"} build`);
861
863
  await _tsup.build.call(void 0, options);
862
- stopwatch();
864
+ if (!options.silent) {
865
+ stopwatch();
866
+ }
863
867
  }
864
868
 
865
869
  // ../esbuild/src/tsup.ts
@@ -20,7 +20,7 @@ import {
20
20
  } from "./chunk-CDTJAYLJ.mjs";
21
21
  import {
22
22
  __dirname
23
- } from "./chunk-EQLCXKOK.mjs";
23
+ } from "./chunk-EGQ3JUK5.mjs";
24
24
 
25
25
  // src/generators/init/init.ts
26
26
  import { formatFiles as formatFiles9 } from "@nx/devkit";
@@ -856,13 +856,17 @@ async function generatePackageJson(context) {
856
856
  // ../tsup/src/index.ts
857
857
  import { build as tsup } from "tsup";
858
858
  async function build(options) {
859
- writeDebug(
860
- ` \u{1F680} Running ${options.name || "tsup"} build`,
861
- options.workspaceConfig
862
- );
859
+ if (!options.silent) {
860
+ writeDebug(
861
+ ` \u{1F680} Running ${options.name || "tsup"} build`,
862
+ options.workspaceConfig
863
+ );
864
+ }
863
865
  const stopwatch = getStopwatch(`${options.name || "tsup"} build`);
864
866
  await tsup(options);
865
- stopwatch();
867
+ if (!options.silent) {
868
+ stopwatch();
869
+ }
866
870
  }
867
871
 
868
872
  // ../esbuild/src/tsup.ts
@@ -5,4 +5,4 @@ import "./chunk-5WM6Y5TA.mjs";
5
5
  import "./chunk-IGSKGEFE.mjs";
6
6
  import "./chunk-2DMNEOTY.mjs";
7
7
  import "./chunk-CDTJAYLJ.mjs";
8
- import "./chunk-EQLCXKOK.mjs";
8
+ import "./chunk-EGQ3JUK5.mjs";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunk4EYMEPOYjs = require('./chunk-4EYMEPOY.js');
4
+ var _chunkS63BU6TGjs = require('./chunk-S63BU6TG.js');
5
5
  require('./chunk-YDAVIV5R.js');
6
6
 
7
7
 
8
- exports.initGenerator = _chunk4EYMEPOYjs.initGenerator;
8
+ exports.initGenerator = _chunkS63BU6TGjs.initGenerator;
@@ -1,9 +1,9 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-NWPI4WNO.mjs";
4
+ } from "./chunk-UNE4ZGAZ.mjs";
5
5
  import "./chunk-CDTJAYLJ.mjs";
6
- import "./chunk-EQLCXKOK.mjs";
6
+ import "./chunk-EGQ3JUK5.mjs";
7
7
  export {
8
8
  initGenerator
9
9
  };
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-4KZE37RJ.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunk4EYMEPOYjs = require('./chunk-4EYMEPOY.js');
8
+ var _chunkS63BU6TGjs = require('./chunk-S63BU6TG.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -19,4 +19,4 @@ require('./chunk-YDAVIV5R.js');
19
19
 
20
20
 
21
21
 
22
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunk4EYMEPOYjs.initGenerator; exports.withTerraformExecutor = _chunkOJPLIJFJjs.withTerraformExecutor;
22
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkS63BU6TGjs.initGenerator; exports.withTerraformExecutor = _chunkOJPLIJFJjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-5WM6Y5TA.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-NWPI4WNO.mjs";
8
+ } from "./chunk-UNE4ZGAZ.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
@@ -15,7 +15,7 @@ import {
15
15
  withTerraformExecutor
16
16
  } from "./chunk-2DMNEOTY.mjs";
17
17
  import "./chunk-CDTJAYLJ.mjs";
18
- import "./chunk-EQLCXKOK.mjs";
18
+ import "./chunk-EGQ3JUK5.mjs";
19
19
  export {
20
20
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
21
21
  initGenerator,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_terraform_executor_untyped_default
3
3
  } from "../../chunk-EL25IDXP.mjs";
4
- import "../../chunk-EQLCXKOK.mjs";
4
+ import "../../chunk-EGQ3JUK5.mjs";
5
5
  export {
6
6
  base_terraform_executor_untyped_default as default
7
7
  };
@@ -6,7 +6,7 @@ import {
6
6
  withTerraformExecutor
7
7
  } from "../../chunk-2DMNEOTY.mjs";
8
8
  import "../../chunk-CDTJAYLJ.mjs";
9
- import "../../chunk-EQLCXKOK.mjs";
9
+ import "../../chunk-EGQ3JUK5.mjs";
10
10
  export {
11
11
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
12
12
  withTerraformExecutor
@@ -2,7 +2,7 @@ import {
2
2
  withTerraformExecutor
3
3
  } from "../../chunk-2DMNEOTY.mjs";
4
4
  import "../../chunk-CDTJAYLJ.mjs";
5
- import "../../chunk-EQLCXKOK.mjs";
5
+ import "../../chunk-EGQ3JUK5.mjs";
6
6
  export {
7
7
  withTerraformExecutor
8
8
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-IGSKGEFE.mjs";
4
4
  import "../../../chunk-2DMNEOTY.mjs";
5
5
  import "../../../chunk-CDTJAYLJ.mjs";
6
- import "../../../chunk-EQLCXKOK.mjs";
6
+ import "../../../chunk-EGQ3JUK5.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-RJHUDWTG.mjs";
4
4
  import "../../../chunk-2DMNEOTY.mjs";
5
5
  import "../../../chunk-CDTJAYLJ.mjs";
6
- import "../../../chunk-EQLCXKOK.mjs";
6
+ import "../../../chunk-EGQ3JUK5.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-MLCA6E37.mjs";
4
4
  import "../../../chunk-2DMNEOTY.mjs";
5
5
  import "../../../chunk-CDTJAYLJ.mjs";
6
- import "../../../chunk-EQLCXKOK.mjs";
6
+ import "../../../chunk-EGQ3JUK5.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-5WM6Y5TA.mjs";
4
4
  import "../../../chunk-2DMNEOTY.mjs";
5
5
  import "../../../chunk-CDTJAYLJ.mjs";
6
- import "../../../chunk-EQLCXKOK.mjs";
6
+ import "../../../chunk-EGQ3JUK5.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk4EYMEPOYjs = require('../../../chunk-4EYMEPOY.js');
4
+ var _chunkS63BU6TGjs = require('../../../chunk-S63BU6TG.js');
5
5
  require('../../../chunk-YDAVIV5R.js');
6
6
 
7
7
 
8
8
 
9
- exports.default = _chunk4EYMEPOYjs.init_default; exports.initGenerator = _chunk4EYMEPOYjs.initGenerator;
9
+ exports.default = _chunkS63BU6TGjs.init_default; exports.initGenerator = _chunkS63BU6TGjs.initGenerator;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-NWPI4WNO.mjs";
4
+ } from "../../../chunk-UNE4ZGAZ.mjs";
5
5
  import "../../../chunk-CDTJAYLJ.mjs";
6
- import "../../../chunk-EQLCXKOK.mjs";
6
+ import "../../../chunk-EGQ3JUK5.mjs";
7
7
  export {
8
8
  init_default as default,
9
9
  initGenerator
@@ -1,4 +1,4 @@
1
- import "./chunk-EQLCXKOK.mjs";
1
+ import "./chunk-EGQ3JUK5.mjs";
2
2
 
3
3
  // tsup.config.ts
4
4
  import { defineConfig } from "tsup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.5",
3
+ "version": "0.66.7",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -135,5 +135,5 @@
135
135
  "publishConfig": { "access": "public" },
136
136
  "executors": "./executors.json",
137
137
  "generators": "./generators.json",
138
- "gitHead": "963648c59da71e988de4bf5006126466f89195ed"
138
+ "gitHead": "f16b438d3b1a16b47bbed4a8564885f88462b331"
139
139
  }