@storm-software/terraform-tools 0.54.26 → 0.54.28
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/README.md +1 -1
- package/dist/{chunk-G5PYGJD3.mjs → chunk-3WK6TOEQ.mjs} +1 -1
- package/dist/{chunk-JTWWCHOY.js → chunk-CGSFJIIU.js} +2 -2
- package/dist/{chunk-5YGWQRMQ.js → chunk-G7Z6MEYZ.js} +2 -2
- package/dist/{chunk-3ZAFBUDR.js → chunk-HLHB472M.js} +2 -2
- package/dist/{chunk-KWC4B2IB.js → chunk-ISD3KOJH.js} +25 -25
- package/dist/{chunk-HCUDHOA5.mjs → chunk-IYCLXMY5.mjs} +1 -1
- package/dist/{chunk-L7KGL5QM.js → chunk-KU7XQWZI.js} +181 -182
- package/dist/{chunk-D6GXLL2Y.mjs → chunk-M5ME7ATW.mjs} +25 -25
- package/dist/{chunk-OI65N3CE.mjs → chunk-R3BFLMXQ.mjs} +1 -1
- package/dist/{chunk-753IKN36.js → chunk-U4KXII2A.js} +3 -3
- package/dist/{chunk-RPCBCF6T.mjs → chunk-V74I37PF.mjs} +31 -32
- package/dist/{chunk-ME4WDJGK.js → chunk-WFNWZFRJ.js} +2 -2
- package/dist/{chunk-MRL343WW.mjs → chunk-WWB3SZR5.mjs} +1 -1
- package/dist/{chunk-RDVYV2VH.mjs → chunk-X5SGDD4A.mjs} +1 -1
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
1
|
+
## 0.54.28 (2025-02-04)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Resolve issue with inconsistent `chalk` versions ([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
|
|
6
|
+
|
|
7
|
+
## 0.54.27 (2025-02-04)
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks ([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Reformat the repo's files ([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
|
|
16
|
+
- **monorepo:** Regenerate README markdown files ([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
|
|
17
|
+
|
|
1
18
|
## 0.54.26 (2025-02-03)
|
|
2
19
|
|
|
3
20
|
### 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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkU4KXII2Ajs = require('./chunk-U4KXII2A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkU4KXII2Ajs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkU4KXII2Ajs = require('./chunk-U4KXII2A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkU4KXII2Ajs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkU4KXII2Ajs = require('./chunk-U4KXII2A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkU4KXII2Ajs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -134,7 +134,7 @@ var RegistryConfigSchema = _zod2.default.object({
|
|
|
134
134
|
var ColorConfigSchema = SingleThemeColorConfigSchema.or(MultiThemeColorConfigSchema).describe("Colors used for various workspace elements");
|
|
135
135
|
var ColorConfigMapSchema = _zod2.default.union([
|
|
136
136
|
_zod2.default.object({
|
|
137
|
-
|
|
137
|
+
base: ColorConfigSchema
|
|
138
138
|
}),
|
|
139
139
|
_zod2.default.record(_zod2.default.string(), ColorConfigSchema)
|
|
140
140
|
]);
|
|
@@ -437,31 +437,31 @@ _chunk3GQAWCBQjs.__name.call(void 0, findWorkspaceRoot, "findWorkspaceRoot");
|
|
|
437
437
|
|
|
438
438
|
// ../config-tools/src/utilities/get-default-config.ts
|
|
439
439
|
var DEFAULT_COLOR_CONFIG = {
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
440
|
+
light: {
|
|
441
|
+
background: "#fafafa",
|
|
442
|
+
foreground: "#1d1e22",
|
|
443
|
+
brand: "#1fb2a6",
|
|
444
|
+
alternate: "#db2777",
|
|
445
|
+
help: "#5C4EE5",
|
|
446
|
+
success: "#087f5b",
|
|
447
|
+
info: "#0550ae",
|
|
448
|
+
warning: "#e3b341",
|
|
449
|
+
danger: "#D8314A",
|
|
450
|
+
positive: "#22c55e",
|
|
451
|
+
negative: "#dc2626"
|
|
452
452
|
},
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
453
|
+
dark: {
|
|
454
|
+
background: "#1d1e22",
|
|
455
|
+
foreground: "#cbd5e1",
|
|
456
|
+
brand: "#2dd4bf",
|
|
457
|
+
alternate: "#db2777",
|
|
458
|
+
help: "#818cf8",
|
|
459
|
+
success: "#10b981",
|
|
460
|
+
info: "#58a6ff",
|
|
461
|
+
warning: "#f3d371",
|
|
462
|
+
danger: "#D8314A",
|
|
463
|
+
positive: "#22c55e",
|
|
464
|
+
negative: "#dc2626"
|
|
465
465
|
}
|
|
466
466
|
};
|
|
467
467
|
var getDefaultConfig = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (root) => {
|