@storm-software/terraform-tools 0.60.21 → 0.60.22
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 +6 -0
- package/README.md +1 -1
- package/dist/{chunk-VSS3KNW4.mjs → chunk-ACCVWIOF.mjs} +1 -1
- package/dist/{chunk-64S7QMSR.mjs → chunk-T3A62NN6.mjs} +1 -1
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +2 -2
- package/dist/generators.mjs +2 -2
- package/dist/index.js +1 -1
- package/dist/index.mjs +3 -3
- 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 +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.21](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.21) (2025-06-12)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links and README markdown files
|
|
10
|
+
|
|
5
11
|
## [0.60.20](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.20) (2025-06-08)
|
|
6
12
|
|
|
7
13
|
### 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 -->
|
|
@@ -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__eee9e0950d5de6bd0e6ebee65aaf68de/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.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
+
require('./chunk-GVPB6VDK.js');
|
|
2
3
|
require('./chunk-M2VQMNHE.js');
|
|
3
4
|
require('./chunk-IRPY3T3M.js');
|
|
4
|
-
require('./chunk-GVPB6VDK.js');
|
|
5
5
|
require('./chunk-B4CF2SUI.js');
|
|
6
6
|
require('./chunk-EKJUYTCC.js');
|
|
7
7
|
require('./chunk-U62DYW3V.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
+
import "./chunk-TH42KVVI.mjs";
|
|
2
3
|
import "./chunk-Q5IZO3CM.mjs";
|
|
3
4
|
import "./chunk-YOTJXBSJ.mjs";
|
|
4
|
-
import "./chunk-TH42KVVI.mjs";
|
|
5
5
|
import "./chunk-FVDHAL26.mjs";
|
|
6
6
|
import "./chunk-XPFIRYW2.mjs";
|
|
7
7
|
import "./chunk-6CUSDD6H.mjs";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-ACCVWIOF.mjs";
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
|
|
2
|
+
require('./chunk-GVPB6VDK.js');
|
|
2
3
|
require('./chunk-M2VQMNHE.js');
|
|
3
4
|
require('./chunk-IRPY3T3M.js');
|
|
4
|
-
require('./chunk-GVPB6VDK.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
+
import "./chunk-TH42KVVI.mjs";
|
|
2
3
|
import "./chunk-Q5IZO3CM.mjs";
|
|
3
4
|
import "./chunk-YOTJXBSJ.mjs";
|
|
4
|
-
import "./chunk-TH42KVVI.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-T3A62NN6.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-XPFIRYW2.mjs";
|
|
17
17
|
import "./chunk-6CUSDD6H.mjs";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-ACCVWIOF.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-XPFIRYW2.mjs";
|
|
8
8
|
import "../../chunk-6CUSDD6H.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-ACCVWIOF.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-T3A62NN6.mjs";
|
|
5
5
|
import "../../../chunk-6CUSDD6H.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
|
9
9
|
initGenerator
|
package/dist/tsup.config.mjs
CHANGED