@storm-software/terraform-tools 0.60.13 → 0.60.14
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-LD4V5IEW.mjs → chunk-7WEEKK47.mjs} +1 -1
- package/dist/{chunk-LAL5NPJB.mjs → chunk-HJPEB5BP.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 +4 -4
- package/dist/index.mjs +5 -5
- 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.13](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.13) (2025-05-29)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
|
|
5
11
|
## [0.60.12](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.12) (2025-05-28)
|
|
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__bfb917e2b8480b4c6bc56e8a9e3bf7af/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,8 +1,8 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-AS2B5GS7.js');
|
|
3
2
|
require('./chunk-4B5XOSWD.js');
|
|
4
3
|
require('./chunk-EE3AHVP3.js');
|
|
5
4
|
require('./chunk-LT5Z4JUG.js');
|
|
5
|
+
require('./chunk-AS2B5GS7.js');
|
|
6
6
|
require('./chunk-K5VRWNMP.js');
|
|
7
7
|
require('./chunk-27OX2IVB.js');
|
|
8
8
|
require('./chunk-3RG5ZIWI.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-DFS4RHJB.mjs";
|
|
3
2
|
import "./chunk-NSR5VU3N.mjs";
|
|
4
3
|
import "./chunk-PXFXKNOL.mjs";
|
|
5
4
|
import "./chunk-27LFUIUZ.mjs";
|
|
5
|
+
import "./chunk-DFS4RHJB.mjs";
|
|
6
6
|
import "./chunk-QNJTHB5H.mjs";
|
|
7
7
|
import "./chunk-CTX4RJC2.mjs";
|
|
8
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-HJPEB5BP.mjs";
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-AS2B5GS7.js');
|
|
3
2
|
require('./chunk-4B5XOSWD.js');
|
|
4
3
|
require('./chunk-EE3AHVP3.js');
|
|
5
4
|
require('./chunk-LT5Z4JUG.js');
|
|
6
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunkEXBK3TQEjs = require('./chunk-EXBK3TQE.js');
|
|
7
9
|
require('./chunk-GUQOEBFW.js');
|
|
8
10
|
|
|
9
11
|
|
|
10
12
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
+
require('./chunk-AS2B5GS7.js');
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
var _chunkK5VRWNMPjs = require('./chunk-K5VRWNMP.js');
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var _chunkEXBK3TQEjs = require('./chunk-EXBK3TQE.js');
|
|
17
17
|
require('./chunk-27OX2IVB.js');
|
|
18
18
|
require('./chunk-3RG5ZIWI.js');
|
|
19
19
|
|
package/dist/index.mjs
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-DFS4RHJB.mjs";
|
|
3
2
|
import "./chunk-NSR5VU3N.mjs";
|
|
4
3
|
import "./chunk-PXFXKNOL.mjs";
|
|
5
4
|
import "./chunk-27LFUIUZ.mjs";
|
|
6
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
|
+
import {
|
|
7
|
+
initGenerator
|
|
8
|
+
} from "./chunk-7WEEKK47.mjs";
|
|
7
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
8
10
|
import {
|
|
9
11
|
base_terraform_executor_untyped_default
|
|
10
12
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
+
import "./chunk-DFS4RHJB.mjs";
|
|
11
14
|
import {
|
|
12
15
|
withTerraformExecutor
|
|
13
16
|
} from "./chunk-QNJTHB5H.mjs";
|
|
14
|
-
import {
|
|
15
|
-
initGenerator
|
|
16
|
-
} from "./chunk-LD4V5IEW.mjs";
|
|
17
17
|
import "./chunk-CTX4RJC2.mjs";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-HJPEB5BP.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-QNJTHB5H.mjs";
|
|
8
8
|
import "../../chunk-CTX4RJC2.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-HJPEB5BP.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-7WEEKK47.mjs";
|
|
5
5
|
import "../../../chunk-CTX4RJC2.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-HJPEB5BP.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
|
9
9
|
initGenerator
|
package/dist/tsup.config.mjs
CHANGED