@storm-software/terraform-tools 0.66.5 → 0.66.6

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,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.5](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.5) (2025-10-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([3ec988077](https://github.com/storm-software/storm-ops/commit/3ec988077))
11
+
5
12
  ## [0.66.4](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.4) (2025-10-17)
6
13
 
7
14
  ### 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.4-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 -->
@@ -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
@@ -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
@@ -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,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-NWPI4WNO.mjs";
4
+ } from "./chunk-KFIB54X3.mjs";
5
5
  import "./chunk-CDTJAYLJ.mjs";
6
6
  import "./chunk-EQLCXKOK.mjs";
7
7
  export {
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-KFIB54X3.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
@@ -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,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-NWPI4WNO.mjs";
4
+ } from "../../../chunk-KFIB54X3.mjs";
5
5
  import "../../../chunk-CDTJAYLJ.mjs";
6
6
  import "../../../chunk-EQLCXKOK.mjs";
7
7
  export {
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.6",
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": "feabcb14d4383826b5e1761f8593966eaad96d1c"
139
139
  }