@storm-software/terraform-tools 0.66.55 → 0.66.56

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,19 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.55](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.55) (12/05/2025)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update the banner image used in markdown files
10
+ ([fc48aee3c](https://github.com/storm-software/storm-ops/commit/fc48aee3c))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated **workspace-tools** to **v1.293.25**
15
+ - Updated **config-tools** to **v1.188.55**
16
+ - Updated **config** to **v1.134.55**
17
+
5
18
  ## [0.66.54](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.54) (12/05/2025)
6
19
 
7
20
  ### 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 -->
@@ -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) => {
@@ -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) => {
@@ -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,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-S4NTNZWT.mjs";
4
+ } from "./chunk-2WBSTIZS.mjs";
5
5
  import "./chunk-Z63SOCKR.mjs";
6
6
  import "./chunk-VOWKHCC3.mjs";
7
7
  export {
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-2WBSTIZS.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 _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,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-S4NTNZWT.mjs";
4
+ } from "../../../chunk-2WBSTIZS.mjs";
5
5
  import "../../../chunk-Z63SOCKR.mjs";
6
6
  import "../../../chunk-VOWKHCC3.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.55",
3
+ "version": "0.66.56",
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.55",
118
+ "@storm-software/config-tools": "1.188.55",
119
+ "@storm-software/workspace-tools": "1.293.25",
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": "0196a90ff3532eea38d6c72c6bcb5a08c94853bc"
139
139
  }