@storm-software/terraform-tools 0.43.2 → 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 +17 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
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
|
+
|
|
1
18
|
## 0.43.2 (2025-01-12)
|
|
2
19
|
|
|
3
20
|
### Bug Fixes
|
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"}
|