@storm-software/terraform-tools 0.57.0 → 0.57.2

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 CHANGED
@@ -2,6 +2,30 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.57.2](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.57.2) (2025-05-06)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **workspace-tools:** Resolve issue with import path in executor
10
+ ([ddad2fdc8](https://github.com/storm-software/storm-ops/commit/ddad2fdc8))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([7e0751c3d](https://github.com/storm-software/storm-ops/commit/7e0751c3d))
16
+
17
+ ## [0.57.1](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.57.1) (2025-05-06)
18
+
19
+ ### Bug Fixes
20
+
21
+ - **workspace-tools:** Resolve issue with missing dependencies
22
+ ([e4fcafde0](https://github.com/storm-software/storm-ops/commit/e4fcafde0))
23
+
24
+ ### Miscellaneous
25
+
26
+ - **monorepo:** Regenerate README markdown files
27
+ ([6eabb3ff1](https://github.com/storm-software/storm-ops/commit/6eabb3ff1))
28
+
5
29
  ## [0.57.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.57.0) (2025-05-06)
6
30
 
7
31
  ### Features
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.56.1-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.57.0-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 -->
@@ -1062,13 +1062,12 @@ var executor_default6 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
1062
1062
 
1063
1063
 
1064
1064
 
1065
+ var _columnify = require('columnify'); var _columnify2 = _interopRequireDefault(_columnify);
1065
1066
 
1066
- var _columnify = require('columnify'); var columnify = _interopRequireWildcard(_columnify);
1067
1067
 
1068
1068
 
1069
1069
  var _npmrunpath = require('npm-run-path');
1070
1070
 
1071
-
1072
1071
  // ../workspace-tools/src/utils/pnpm-deps-update.ts
1073
1072
 
1074
1073
 
@@ -1063,12 +1063,11 @@ import {
1063
1063
  detectPackageManager,
1064
1064
  readJsonFile
1065
1065
  } from "@nx/devkit";
1066
- import { exec } from "child_process";
1067
- import * as columnify from "columnify";
1068
- import { existsSync as existsSync6 } from "fs";
1069
- import { execSync as execSync3 } from "node:child_process";
1066
+ import columnify from "columnify";
1067
+ import { exec, execSync as execSync3 } from "node:child_process";
1068
+ import { existsSync as existsSync6 } from "node:fs";
1069
+ import { relative as relative3 } from "node:path";
1070
1070
  import { env as appendLocalEnv } from "npm-run-path";
1071
- import { join, relative as relative3 } from "path";
1072
1071
 
1073
1072
  // ../workspace-tools/src/utils/pnpm-deps-update.ts
1074
1073
  import { existsSync as existsSync5 } from "node:fs";
@@ -2832,7 +2831,7 @@ import {
2832
2831
  workspaceRoot as workspaceRoot2
2833
2832
  } from "@nx/devkit";
2834
2833
  import { existsSync as existsSync7 } from "node:fs";
2835
- import { join as join3 } from "node:path";
2834
+ import { join as join2 } from "node:path";
2836
2835
  import {
2837
2836
  getNpmLockfileDependencies,
2838
2837
  getNpmLockfileNodes
@@ -2848,9 +2847,9 @@ import {
2848
2847
  var YARN_LOCK_FILE = "yarn.lock";
2849
2848
  var NPM_LOCK_FILE = "package-lock.json";
2850
2849
  var PNPM_LOCK_FILE = "pnpm-lock.yaml";
2851
- var YARN_LOCK_PATH = join3(workspaceRoot2, YARN_LOCK_FILE);
2852
- var NPM_LOCK_PATH = join3(workspaceRoot2, NPM_LOCK_FILE);
2853
- var PNPM_LOCK_PATH = join3(workspaceRoot2, PNPM_LOCK_FILE);
2850
+ var YARN_LOCK_PATH = join2(workspaceRoot2, YARN_LOCK_FILE);
2851
+ var NPM_LOCK_PATH = join2(workspaceRoot2, NPM_LOCK_FILE);
2852
+ var PNPM_LOCK_PATH = join2(workspaceRoot2, PNPM_LOCK_FILE);
2854
2853
 
2855
2854
  // ../workspace-tools/src/utils/package-helpers.ts
2856
2855
  import {
@@ -2863,7 +2862,7 @@ import { existsSync as existsSync8 } from "node:fs";
2863
2862
  import { readJsonFile as readJsonFile4 } from "@nx/devkit";
2864
2863
  import defu3 from "defu";
2865
2864
  import { existsSync as existsSync9 } from "node:fs";
2866
- import { dirname, join as join4 } from "node:path";
2865
+ import { dirname, join as join3 } from "node:path";
2867
2866
 
2868
2867
  // ../workspace-tools/src/utils/typia-transform.ts
2869
2868
  import transform2 from "typia/lib/transform";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunk5O5FAMA6js = require('./chunk-5O5FAMA6.js');
4
+ var _chunkH2LRKFAXjs = require('./chunk-H2LRKFAX.js');
5
5
  require('./chunk-A4RDGLKC.js');
6
6
  require('./chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunk5O5FAMA6js.initGenerator;
9
+ exports.initGenerator = _chunkH2LRKFAXjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-BS4MTLF3.mjs";
4
+ } from "./chunk-T7SGJQST.mjs";
5
5
  import "./chunk-DIXFQWYR.mjs";
6
6
  import "./chunk-IEZKYJSF.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-WJV4GOSN.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunk5O5FAMA6js = require('./chunk-5O5FAMA6.js');
8
+ var _chunkH2LRKFAXjs = require('./chunk-H2LRKFAX.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -20,4 +20,4 @@ require('./chunk-3RG5ZIWI.js');
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunk5O5FAMA6js.initGenerator; exports.withTerraformExecutor = _chunkZLPOE4VZjs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkH2LRKFAXjs.initGenerator; exports.withTerraformExecutor = _chunkZLPOE4VZjs.withTerraformExecutor;
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-BS4MTLF3.mjs";
8
+ } from "./chunk-T7SGJQST.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk5O5FAMA6js = require('../../../chunk-5O5FAMA6.js');
4
+ var _chunkH2LRKFAXjs = require('../../../chunk-H2LRKFAX.js');
5
5
  require('../../../chunk-A4RDGLKC.js');
6
6
  require('../../../chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunk5O5FAMA6js.init_default; exports.initGenerator = _chunk5O5FAMA6js.initGenerator;
10
+ exports.default = _chunkH2LRKFAXjs.init_default; exports.initGenerator = _chunkH2LRKFAXjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-BS4MTLF3.mjs";
4
+ } from "../../../chunk-T7SGJQST.mjs";
5
5
  import "../../../chunk-DIXFQWYR.mjs";
6
6
  import "../../../chunk-IEZKYJSF.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.57.0",
3
+ "version": "0.57.2",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",