@storm-software/terraform-tools 0.66.55 → 0.66.57

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,32 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.56](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.56) (12/05/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Reformat README markdown files
10
+ ([67f5cb4ca](https://github.com/storm-software/storm-ops/commit/67f5cb4ca))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **workspace-tools** to **v1.294.0**
15
+ - Updated **config-tools** to **v1.188.56**
16
+ - Updated **config** to **v1.134.56**
17
+
18
+ ## [0.66.55](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.55) (12/05/2025)
19
+
20
+ ### Miscellaneous
21
+
22
+ - **monorepo:** Update the banner image used in markdown files
23
+ ([fc48aee3c](https://github.com/storm-software/storm-ops/commit/fc48aee3c))
24
+
25
+ ### Updated Dependencies
26
+
27
+ - Updated **workspace-tools** to **v1.293.25**
28
+ - Updated **config-tools** to **v1.188.55**
29
+ - Updated **config** to **v1.134.55**
30
+
5
31
  ## [0.66.54](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.54) (12/05/2025)
6
32
 
7
33
  ### Miscellaneous
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.66.53-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)
30
+ [![Version](https://img.shields.io/badge/version-0.66.54-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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -1141,6 +1141,11 @@ var ProjectTagConstants = {
1141
1141
  LIBRARY: "library",
1142
1142
  APPLICATION: "application"
1143
1143
  },
1144
+ ProjectLinking: {
1145
+ TAG_ID: "project-linking",
1146
+ REFERENCE: "reference",
1147
+ ALIAS: "alias"
1148
+ },
1144
1149
  DistStyle: {
1145
1150
  TAG_ID: "dist-style",
1146
1151
  NORMAL: "normal",
@@ -1165,6 +1170,14 @@ var ProjectTagConstants = {
1165
1170
  },
1166
1171
  Plugin: {
1167
1172
  TAG_ID: "plugin"
1173
+ },
1174
+ Builder: {
1175
+ TAG_ID: "builder",
1176
+ TSC: "tsc",
1177
+ TSUP: "tsup",
1178
+ TSDOWN: "tsdown",
1179
+ VITE: "vite",
1180
+ ROLLDOWN: "rolldown"
1168
1181
  }
1169
1182
  };
1170
1183
  var formatProjectTag = (variant, value) => {
@@ -23,7 +23,7 @@ import {
23
23
  } from "./chunk-Z63SOCKR.mjs";
24
24
  import {
25
25
  __dirname
26
- } from "./chunk-VOWKHCC3.mjs";
26
+ } from "./chunk-VOAILYKE.mjs";
27
27
 
28
28
  // src/generators/init/init.ts
29
29
  import { formatFiles as formatFiles8 } from "@nx/devkit";
@@ -1144,6 +1144,11 @@ var ProjectTagConstants = {
1144
1144
  LIBRARY: "library",
1145
1145
  APPLICATION: "application"
1146
1146
  },
1147
+ ProjectLinking: {
1148
+ TAG_ID: "project-linking",
1149
+ REFERENCE: "reference",
1150
+ ALIAS: "alias"
1151
+ },
1147
1152
  DistStyle: {
1148
1153
  TAG_ID: "dist-style",
1149
1154
  NORMAL: "normal",
@@ -1168,6 +1173,14 @@ var ProjectTagConstants = {
1168
1173
  },
1169
1174
  Plugin: {
1170
1175
  TAG_ID: "plugin"
1176
+ },
1177
+ Builder: {
1178
+ TAG_ID: "builder",
1179
+ TSC: "tsc",
1180
+ TSUP: "tsup",
1181
+ TSDOWN: "tsdown",
1182
+ VITE: "vite",
1183
+ ROLLDOWN: "rolldown"
1171
1184
  }
1172
1185
  };
1173
1186
  var formatProjectTag = (variant, value) => {
@@ -1,4 +1,4 @@
1
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__5adfafe360c1e61df03aa1e123559c5f/node_modules/tsup/assets/esm_shims.js
1
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__c3e4998479ad18f48a2d876d2ab799a7/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);
@@ -5,4 +5,4 @@ import "./chunk-Y6KHQUVR.mjs";
5
5
  import "./chunk-K4F2ZPMI.mjs";
6
6
  import "./chunk-QBU4QKT4.mjs";
7
7
  import "./chunk-Z63SOCKR.mjs";
8
- import "./chunk-VOWKHCC3.mjs";
8
+ import "./chunk-VOAILYKE.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 _chunkTWNZ4IKUjs = require('./chunk-TWNZ4IKU.js');
4
+ var _chunkJ22KW4PRjs = require('./chunk-J22KW4PR.js');
5
5
  require('./chunk-BZY6MJZC.js');
6
6
 
7
7
 
8
- exports.initGenerator = _chunkTWNZ4IKUjs.initGenerator;
8
+ exports.initGenerator = _chunkJ22KW4PRjs.initGenerator;
@@ -1,9 +1,9 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-S4NTNZWT.mjs";
4
+ } from "./chunk-QM6DJWG6.mjs";
5
5
  import "./chunk-Z63SOCKR.mjs";
6
- import "./chunk-VOWKHCC3.mjs";
6
+ import "./chunk-VOAILYKE.mjs";
7
7
  export {
8
8
  initGenerator
9
9
  };
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-NLIHCWYN.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkTWNZ4IKUjs = require('./chunk-TWNZ4IKU.js');
8
+ var _chunkJ22KW4PRjs = require('./chunk-J22KW4PR.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -19,4 +19,4 @@ require('./chunk-BZY6MJZC.js');
19
19
 
20
20
 
21
21
 
22
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkTWNZ4IKUjs.initGenerator; exports.withTerraformExecutor = _chunkVO5GXZYIjs.withTerraformExecutor;
22
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkJ22KW4PRjs.initGenerator; exports.withTerraformExecutor = _chunkVO5GXZYIjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-Y6KHQUVR.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-S4NTNZWT.mjs";
8
+ } from "./chunk-QM6DJWG6.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-QBU4QKT4.mjs";
17
17
  import "./chunk-Z63SOCKR.mjs";
18
- import "./chunk-VOWKHCC3.mjs";
18
+ import "./chunk-VOAILYKE.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-VOWKHCC3.mjs";
4
+ import "../../chunk-VOAILYKE.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-QBU4QKT4.mjs";
8
8
  import "../../chunk-Z63SOCKR.mjs";
9
- import "../../chunk-VOWKHCC3.mjs";
9
+ import "../../chunk-VOAILYKE.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-QBU4QKT4.mjs";
4
4
  import "../../chunk-Z63SOCKR.mjs";
5
- import "../../chunk-VOWKHCC3.mjs";
5
+ import "../../chunk-VOAILYKE.mjs";
6
6
  export {
7
7
  withTerraformExecutor
8
8
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-K4F2ZPMI.mjs";
4
4
  import "../../../chunk-QBU4QKT4.mjs";
5
5
  import "../../../chunk-Z63SOCKR.mjs";
6
- import "../../../chunk-VOWKHCC3.mjs";
6
+ import "../../../chunk-VOAILYKE.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-RCWTDSV2.mjs";
4
4
  import "../../../chunk-QBU4QKT4.mjs";
5
5
  import "../../../chunk-Z63SOCKR.mjs";
6
- import "../../../chunk-VOWKHCC3.mjs";
6
+ import "../../../chunk-VOAILYKE.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-DPI625WC.mjs";
4
4
  import "../../../chunk-QBU4QKT4.mjs";
5
5
  import "../../../chunk-Z63SOCKR.mjs";
6
- import "../../../chunk-VOWKHCC3.mjs";
6
+ import "../../../chunk-VOAILYKE.mjs";
7
7
  export {
8
8
  executor_default as default
9
9
  };
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../../chunk-Y6KHQUVR.mjs";
4
4
  import "../../../chunk-QBU4QKT4.mjs";
5
5
  import "../../../chunk-Z63SOCKR.mjs";
6
- import "../../../chunk-VOWKHCC3.mjs";
6
+ import "../../../chunk-VOAILYKE.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 _chunkTWNZ4IKUjs = require('../../../chunk-TWNZ4IKU.js');
4
+ var _chunkJ22KW4PRjs = require('../../../chunk-J22KW4PR.js');
5
5
  require('../../../chunk-BZY6MJZC.js');
6
6
 
7
7
 
8
8
 
9
- exports.default = _chunkTWNZ4IKUjs.init_default; exports.initGenerator = _chunkTWNZ4IKUjs.initGenerator;
9
+ exports.default = _chunkJ22KW4PRjs.init_default; exports.initGenerator = _chunkJ22KW4PRjs.initGenerator;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-S4NTNZWT.mjs";
4
+ } from "../../../chunk-QM6DJWG6.mjs";
5
5
  import "../../../chunk-Z63SOCKR.mjs";
6
- import "../../../chunk-VOWKHCC3.mjs";
6
+ import "../../../chunk-VOAILYKE.mjs";
7
7
  export {
8
8
  init_default as default,
9
9
  initGenerator
@@ -1,4 +1,4 @@
1
- import "./chunk-VOWKHCC3.mjs";
1
+ import "./chunk-VOAILYKE.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.55",
3
+ "version": "0.66.57",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -114,9 +114,9 @@
114
114
  ],
115
115
  "peerDependencies": {
116
116
  "@nx/devkit": "^22.1.3",
117
- "@storm-software/config": "1.134.54",
118
- "@storm-software/config-tools": "1.188.54",
119
- "@storm-software/workspace-tools": "1.293.24",
117
+ "@storm-software/config": "1.134.56",
118
+ "@storm-software/config-tools": "1.188.56",
119
+ "@storm-software/workspace-tools": "1.294.0",
120
120
  "tsup": "8.4.0",
121
121
  "untyped": "1.5.2"
122
122
  },
@@ -135,5 +135,5 @@
135
135
  "publishConfig": { "access": "public" },
136
136
  "executors": "./executors.json",
137
137
  "generators": "./generators.json",
138
- "gitHead": "1b5eb0e87d9dc6bdde8c624becf6edfa684dba77"
138
+ "gitHead": "8855a858e9e0857415046899657d00d209b59c0c"
139
139
  }