@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.
Files changed (37) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-G5PYGJD3.mjs → chunk-3WK6TOEQ.mjs} +1 -1
  4. package/dist/{chunk-JTWWCHOY.js → chunk-CGSFJIIU.js} +2 -2
  5. package/dist/{chunk-5YGWQRMQ.js → chunk-G7Z6MEYZ.js} +2 -2
  6. package/dist/{chunk-3ZAFBUDR.js → chunk-HLHB472M.js} +2 -2
  7. package/dist/{chunk-KWC4B2IB.js → chunk-ISD3KOJH.js} +25 -25
  8. package/dist/{chunk-HCUDHOA5.mjs → chunk-IYCLXMY5.mjs} +1 -1
  9. package/dist/{chunk-L7KGL5QM.js → chunk-KU7XQWZI.js} +181 -182
  10. package/dist/{chunk-D6GXLL2Y.mjs → chunk-M5ME7ATW.mjs} +25 -25
  11. package/dist/{chunk-OI65N3CE.mjs → chunk-R3BFLMXQ.mjs} +1 -1
  12. package/dist/{chunk-753IKN36.js → chunk-U4KXII2A.js} +3 -3
  13. package/dist/{chunk-RPCBCF6T.mjs → chunk-V74I37PF.mjs} +31 -32
  14. package/dist/{chunk-ME4WDJGK.js → chunk-WFNWZFRJ.js} +2 -2
  15. package/dist/{chunk-MRL343WW.mjs → chunk-WWB3SZR5.mjs} +1 -1
  16. package/dist/{chunk-RDVYV2VH.mjs → chunk-X5SGDD4A.mjs} +1 -1
  17. package/dist/executors.js +6 -6
  18. package/dist/executors.mjs +6 -6
  19. package/dist/generators.js +3 -3
  20. package/dist/generators.mjs +2 -2
  21. package/dist/index.js +8 -8
  22. package/dist/index.mjs +7 -7
  23. package/dist/src/base/index.js +3 -3
  24. package/dist/src/base/index.mjs +2 -2
  25. package/dist/src/base/terraform-executor.js +3 -3
  26. package/dist/src/base/terraform-executor.mjs +2 -2
  27. package/dist/src/executors/apply/executor.js +4 -4
  28. package/dist/src/executors/apply/executor.mjs +3 -3
  29. package/dist/src/executors/destroy/executor.js +4 -4
  30. package/dist/src/executors/destroy/executor.mjs +3 -3
  31. package/dist/src/executors/output/executor.js +4 -4
  32. package/dist/src/executors/output/executor.mjs +3 -3
  33. package/dist/src/executors/plan/executor.js +4 -4
  34. package/dist/src/executors/plan/executor.mjs +3 -3
  35. package/dist/src/generators/init/init.js +3 -3
  36. package/dist/src/generators/init/init.mjs +2 -2
  37. 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
- [![Version](https://img.shields.io/badge/version-0.54.25-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.54.27-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-RDVYV2VH.mjs";
3
+ } from "./chunk-X5SGDD4A.mjs";
4
4
 
5
5
  // src/executors/apply/executor.ts
6
6
  var executor_default = withTerraformExecutor("apply");
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk753IKN36js = require('./chunk-753IKN36.js');
3
+ var _chunkU4KXII2Ajs = require('./chunk-U4KXII2A.js');
4
4
 
5
5
  // src/executors/apply/executor.ts
6
- var executor_default = _chunk753IKN36js.withTerraformExecutor.call(void 0, "apply");
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 _chunk753IKN36js = require('./chunk-753IKN36.js');
3
+ var _chunkU4KXII2Ajs = require('./chunk-U4KXII2A.js');
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
- var executor_default = _chunk753IKN36js.withTerraformExecutor.call(void 0, "destroy");
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 _chunk753IKN36js = require('./chunk-753IKN36.js');
3
+ var _chunkU4KXII2Ajs = require('./chunk-U4KXII2A.js');
4
4
 
5
5
  // src/executors/output/executor.ts
6
- var executor_default = _chunk753IKN36js.withTerraformExecutor.call(void 0, "output");
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
- "base": ColorConfigSchema
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
- "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"
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
- "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"
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) => {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-RDVYV2VH.mjs";
3
+ } from "./chunk-X5SGDD4A.mjs";
4
4
 
5
5
  // src/executors/output/executor.ts
6
6
  var executor_default = withTerraformExecutor("output");