@storm-software/terraform-tools 0.60.5 → 0.60.7
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 +15 -0
- package/README.md +1 -2
- package/dist/{chunk-QYPOYIKU.mjs → chunk-75RE5W2I.mjs} +1 -1
- package/dist/{chunk-V4TOJC3A.mjs → chunk-Q7Q5E5A6.mjs} +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.mjs +2 -2
- package/dist/index.mjs +2 -2
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/terraform-executor.mjs +1 -1
- package/dist/src/executors/apply/executor.mjs +1 -1
- package/dist/src/executors/destroy/executor.mjs +1 -1
- package/dist/src/executors/output/executor.mjs +1 -1
- package/dist/src/executors/plan/executor.mjs +1 -1
- package/dist/src/generators/init/init.mjs +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.6](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.6) (2025-05-09)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
- **monorepo:** Upgrade Nx packages to v21.0.3
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
|
|
13
|
+
## [0.60.5](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.5) (2025-05-08)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **workspace-tools:** Reduce rebuilding during release
|
|
18
|
+
- **monorepo:** Regenerate README markdown files
|
|
19
|
+
|
|
5
20
|
## [0.60.4](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.4) (2025-05-08)
|
|
6
21
|
|
|
7
22
|
### Miscellaneous
|
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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Terraform Tools](#storm-terraform-tools)
|
|
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
5
5
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
6
6
|
});
|
|
7
7
|
|
|
8
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
8
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__954ae7dac9bca61c20aa20d91ee91417/node_modules/tsup/assets/esm_shims.js
|
|
9
9
|
import { fileURLToPath } from "url";
|
|
10
10
|
import path from "path";
|
|
11
11
|
var getFilename = () => fileURLToPath(import.meta.url);
|
package/dist/executors.mjs
CHANGED
package/dist/generators.mjs
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import "./chunk-ONGG25RY.mjs";
|
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-Q7Q5E5A6.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-7GH4VDRM.mjs";
|
|
17
17
|
import "./chunk-DIXFQWYR.mjs";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-75RE5W2I.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
21
21
|
initGenerator,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
withTerraformExecutor
|
|
7
7
|
} from "../../chunk-7GH4VDRM.mjs";
|
|
8
8
|
import "../../chunk-DIXFQWYR.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-75RE5W2I.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
12
12
|
withTerraformExecutor
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-Q7Q5E5A6.mjs";
|
|
5
5
|
import "../../../chunk-DIXFQWYR.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-75RE5W2I.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
|
9
9
|
initGenerator
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.60.
|
|
3
|
+
"version": "0.60.7",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"terraform"
|
|
114
114
|
],
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@nx/devkit": "21.0.
|
|
116
|
+
"@nx/devkit": "21.0.3",
|
|
117
117
|
"@storm-software/config": "1.112.0",
|
|
118
118
|
"@storm-software/config-tools": "1.162.0",
|
|
119
119
|
"@storm-software/workspace-tools": "1.264.23",
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
},
|
|
127
127
|
"dependencies": { "shelljs": "^0.8.5" },
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@nx/devkit": "21.0.
|
|
129
|
+
"@nx/devkit": "21.0.3",
|
|
130
130
|
"@types/node": "^22.10.2",
|
|
131
|
-
"nx": "21.0.
|
|
131
|
+
"nx": "21.0.3",
|
|
132
132
|
"tsup": "8.4.0",
|
|
133
133
|
"untyped": "^1.5.2"
|
|
134
134
|
},
|