@storm-software/terraform-tools 0.66.183 → 0.66.185

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/README.md +1 -1
  3. package/package.json +24 -30
package/CHANGELOG.md CHANGED
@@ -2,6 +2,26 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.184](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.184) (05/14/2026)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **monorepo:** Resolve issue with workspace package links ([53052b232](https://github.com/storm-software/storm-ops/commit/53052b232))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **workspace-tools** to **v1.295.69**
14
+ - Updated **config-tools** to **v1.190.9**
15
+ - Updated **config** to **v1.137.42**
16
+
17
+ ## [0.66.183](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.183) (05/14/2026)
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **workspace-tools** to **v1.295.68**
22
+ - Updated **config-tools** to **v1.190.8**
23
+ - Updated **config** to **v1.137.41**
24
+
5
25
  ## [0.66.182](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.182) (05/14/2026)
6
26
 
7
27
  ### 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.181-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.183-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 -->
package/package.json CHANGED
@@ -1,23 +1,30 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.183",
3
+ "version": "0.66.185",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
+ "keywords": [
6
+ "iac",
7
+ "infrastructure",
8
+ "monorepo",
9
+ "storm",
10
+ "storm-ops",
11
+ "storm-stack",
12
+ "sullivanpj",
13
+ "terraform"
14
+ ],
15
+ "homepage": "https://stormsoftware.com",
16
+ "bugs": "https://github.com/storm-software/storm-ops/issues",
5
17
  "repository": {
6
18
  "type": "github",
7
19
  "url": "https://github.com/storm-software/storm-ops",
8
20
  "directory": "packages/terraform-tools"
9
21
  },
10
- "homepage": "https://stormsoftware.com",
11
- "bugs": "https://github.com/storm-software/storm-ops/issues",
22
+ "license": "Apache-2.0",
12
23
  "author": {
13
24
  "name": "Storm Software",
14
25
  "email": "contact@stormsoftware.com",
15
26
  "url": "https://stormsoftware.com"
16
27
  },
17
- "license": "Apache-2.0",
18
- "private": false,
19
- "main": "dist/index.js",
20
- "module": "dist/index.mjs",
21
28
  "exports": {
22
29
  "./package.json": "./package.json",
23
30
  "./docs/*": "./docs/*",
@@ -101,30 +108,15 @@
101
108
  "./executors/*/executor.js": "./dist/src/executors/*/executor.js",
102
109
  "./generators/*/init.js": "./dist/src/generators/*/init.js"
103
110
  },
111
+ "main": "dist/index.js",
112
+ "module": "dist/index.mjs",
104
113
  "typings": "dist/index.d.ts",
105
- "keywords": [
106
- "iac",
107
- "infrastructure",
108
- "monorepo",
109
- "storm",
110
- "storm-ops",
111
- "storm-stack",
112
- "sullivanpj",
113
- "terraform"
114
- ],
115
- "peerDependencies": {
116
- "@nx/devkit": "22.7.1",
117
- "@storm-software/config": "1.137.41",
118
- "@storm-software/config-tools": "1.190.8",
119
- "@storm-software/workspace-tools": "1.295.68",
120
- "tsup": "8.4.0",
121
- "untyped": "1.5.2"
122
- },
123
- "peerDependenciesMeta": {
124
- "@nx/devkit": { "optional": false },
125
- "nx": { "optional": false }
114
+ "dependencies": {
115
+ "@storm-software/config": "^1.137.43",
116
+ "@storm-software/config-tools": "^1.190.10",
117
+ "@storm-software/workspace-tools": "^1.295.70",
118
+ "shelljs": "^0.8.5"
126
119
  },
127
- "dependencies": { "shelljs": "^0.8.5" },
128
120
  "devDependencies": {
129
121
  "@nx/devkit": "22.7.1",
130
122
  "@types/node": "^25.7.0",
@@ -132,8 +124,10 @@
132
124
  "tsup": "8.4.0",
133
125
  "untyped": "^2.0.0"
134
126
  },
127
+ "peerDependencies": { "nx": ">=22.7.1" },
128
+ "peerDependenciesMeta": { "nx": { "optional": false } },
135
129
  "publishConfig": { "access": "public" },
136
130
  "executors": "./executors.json",
137
131
  "generators": "./generators.json",
138
- "gitHead": "a707479a0da0cdb0ea33808345f9d414d93827fa"
132
+ "gitHead": "cd24450848b8936ed89a69bd3de55eae64f6ec84"
139
133
  }