@storm-software/terraform-tools 0.43.1 → 0.44.0
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 +24 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
## 0.44.0 (2025-01-12)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **tsdown:** Initial check-in of the TSBuild package
|
|
6
|
+
([b1a72514](https://github.com/storm-software/storm-ops/commit/b1a72514))
|
|
7
|
+
|
|
8
|
+
### Miscellaneous
|
|
9
|
+
|
|
10
|
+
- **monorepo:** Regenerate README markdown files
|
|
11
|
+
([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
|
|
12
|
+
|
|
13
|
+
### Dependency Upgrades
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Resolve dependency mismatches between packages
|
|
16
|
+
([72960597](https://github.com/storm-software/storm-ops/commit/72960597))
|
|
17
|
+
|
|
18
|
+
## 0.43.2 (2025-01-12)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- **eslint:** Resolved issue with invalid `cspell` plugin
|
|
23
|
+
([1c13fb51](https://github.com/storm-software/storm-ops/commit/1c13fb51))
|
|
24
|
+
|
|
1
25
|
## 0.43.1 (2025-01-12)
|
|
2
26
|
|
|
3
27
|
### Bug Fixes
|
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/terraform-tools","version":"0.
|
|
1
|
+
{"name":"@storm-software/terraform-tools","version":"0.44.0","type":"commonjs","description":"Tools for managing Terraform infrastructure within a Nx workspace.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/terraform-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"main":"./index.js","exports":{".":"./index.js","./package.json":"./package.json","./generators.json":"./generators.json","./generators/*/schema.json":"./src/generators/*/schema.json","./executors.json":"./executors.json","./executors/*/schema.json":"./src/executors/*/schema.json","./plugins":"./src/plugins/index.js","./utils":"./src/utils/index.js"},"typings":"./declarations.d.ts","keywords":["iac","infrastructure","monorepo","storm","storm-ops","storm-stack","sullivanpj","terraform"],"peerDependencies":{"@nx/devkit":"^20.3.1","@nx/workspace":"^20.3.1","nx":"^20.3.1"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"@nx/workspace":{"optional":false},"nx":{"optional":false}},"dependencies":{"shelljs":"^0.8.5","tslib":"^2.6.3"},"devDependencies":{"@nx/devkit":"^20.3.1","@nx/workspace":"^20.3.1","@types/node":"^22.10.2","nx":"^20.3.1"},"publishConfig":{"access":"public"},"executors":"./executors.json","generators":"./generators.json"}
|