@storm-software/terraform-tools 0.63.1 → 0.63.3

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,23 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.63.2](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.2) (2025-09-15)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **pnpm-tools:** Update script file name and write workspace contents to
10
+ warning message
11
+ ([ac72547b3](https://github.com/storm-software/storm-ops/commit/ac72547b3))
12
+ - **monorepo:** Regenerate README markdown files
13
+ ([beeeb4edc](https://github.com/storm-software/storm-ops/commit/beeeb4edc))
14
+
15
+ ## [0.63.1](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.1) (2025-09-13)
16
+
17
+ ### Miscellaneous
18
+
19
+ - **monorepo:** Regenerate README markdown files
20
+ ([f6d595334](https://github.com/storm-software/storm-ops/commit/f6d595334))
21
+
5
22
  ## [0.63.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.0) (2025-09-13)
6
23
 
7
24
  ### 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.63.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)
24
+ [![Version](https://img.shields.io/badge/version-0.63.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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -967,9 +967,9 @@ var _prettier = require('prettier');
967
967
  var _semver = require('semver');
968
968
 
969
969
  // ../pnpm-tools/src/helpers/pnpm-workspace.ts
970
- var _jsyaml = require('js-yaml');
971
970
 
972
971
 
972
+ var _yaml = require('yaml');
973
973
 
974
974
  // ../workspace-tools/src/executors/npm-publish/executor.ts
975
975
 
@@ -960,7 +960,7 @@ import {
960
960
  readCachedProjectGraph as readCachedProjectGraph2
961
961
  } from "@nx/devkit";
962
962
  import { existsSync as existsSync6 } from "node:fs";
963
- import { readFile as readFile4, writeFile as writeFile3 } from "node:fs/promises";
963
+ import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
964
964
  import { format } from "prettier";
965
965
 
966
966
  // ../npm-tools/src/helpers/get-version.ts
@@ -970,13 +970,13 @@ import { exec as exec2 } from "node:child_process";
970
970
  import { coerce, gt, valid } from "semver";
971
971
 
972
972
  // ../pnpm-tools/src/helpers/pnpm-workspace.ts
973
- import { dump, load } from "js-yaml";
974
973
  import { existsSync as existsSync5 } from "node:fs";
975
- import { writeFile as writeFile2 } from "node:fs/promises";
974
+ import { readFile as readFile4, writeFile as writeFile2 } from "node:fs/promises";
975
+ import { parse, stringify } from "yaml";
976
976
 
977
977
  // ../workspace-tools/src/executors/npm-publish/executor.ts
978
978
  import { execSync as execSync3 } from "node:child_process";
979
- import { readFile as readFile6, writeFile as writeFile5 } from "node:fs/promises";
979
+ import { readFile as readFile7, writeFile as writeFile5 } from "node:fs/promises";
980
980
  import { format as format3 } from "prettier";
981
981
 
982
982
  // ../workspace-tools/src/utils/package-helpers.ts
@@ -986,7 +986,7 @@ import {
986
986
  } from "@nx/devkit";
987
987
  import { execFileSync } from "child_process";
988
988
  import { existsSync as existsSync7 } from "node:fs";
989
- import { readFile as readFile5, writeFile as writeFile4 } from "node:fs/promises";
989
+ import { readFile as readFile6, writeFile as writeFile4 } from "node:fs/promises";
990
990
  import { dirname, resolve } from "path";
991
991
  import { format as format2 } from "prettier";
992
992
 
package/dist/executors.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-OVAEG5B6.js');
3
2
  require('./chunk-JE5CFXYT.js');
4
3
  require('./chunk-NU2U34L5.js');
5
4
  require('./chunk-NE6UXXXJ.js');
5
+ require('./chunk-OVAEG5B6.js');
6
6
  require('./chunk-IU6VUV4H.js');
7
7
  require('./chunk-37MGUMWD.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-IGPTNPTU.mjs";
3
2
  import "./chunk-L3PVSBJE.mjs";
4
3
  import "./chunk-FSWZT3BT.mjs";
5
4
  import "./chunk-SDFTWIXT.mjs";
5
+ import "./chunk-IGPTNPTU.mjs";
6
6
  import "./chunk-OHLLDMOL.mjs";
7
7
  import "./chunk-7NK773UQ.mjs";
8
8
  import "./chunk-BWDSNTJE.mjs";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkFSBSDI3Djs = require('./chunk-FSBSDI3D.js');
4
+ var _chunkIKKZXPLOjs = require('./chunk-IKKZXPLO.js');
5
5
  require('./chunk-37MGUMWD.js');
6
6
 
7
7
 
8
- exports.initGenerator = _chunkFSBSDI3Djs.initGenerator;
8
+ exports.initGenerator = _chunkIKKZXPLOjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-37WPKYYE.mjs";
4
+ } from "./chunk-T6SKELGT.mjs";
5
5
  import "./chunk-7NK773UQ.mjs";
6
6
  import "./chunk-BWDSNTJE.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -1,22 +1,22 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
2
- require('./chunk-OVAEG5B6.js');
3
2
  require('./chunk-JE5CFXYT.js');
4
3
  require('./chunk-NU2U34L5.js');
5
4
  require('./chunk-NE6UXXXJ.js');
6
5
  require('./chunk-N2YKXZ5R.js');
6
+
7
+
8
+ var _chunkIKKZXPLOjs = require('./chunk-IKKZXPLO.js');
7
9
  require('./chunk-GUQOEBFW.js');
8
10
 
9
11
 
10
12
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
+ require('./chunk-OVAEG5B6.js');
11
14
 
12
15
 
13
16
  var _chunkIU6VUV4Hjs = require('./chunk-IU6VUV4H.js');
14
-
15
-
16
- var _chunkFSBSDI3Djs = require('./chunk-FSBSDI3D.js');
17
17
  require('./chunk-37MGUMWD.js');
18
18
 
19
19
 
20
20
 
21
21
 
22
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkFSBSDI3Djs.initGenerator; exports.withTerraformExecutor = _chunkIU6VUV4Hjs.withTerraformExecutor;
22
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkIKKZXPLOjs.initGenerator; exports.withTerraformExecutor = _chunkIU6VUV4Hjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -1,19 +1,19 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-IGPTNPTU.mjs";
3
2
  import "./chunk-L3PVSBJE.mjs";
4
3
  import "./chunk-FSWZT3BT.mjs";
5
4
  import "./chunk-SDFTWIXT.mjs";
6
5
  import "./chunk-23KFTIT2.mjs";
6
+ import {
7
+ initGenerator
8
+ } from "./chunk-T6SKELGT.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-IGPTNPTU.mjs";
11
14
  import {
12
15
  withTerraformExecutor
13
16
  } from "./chunk-OHLLDMOL.mjs";
14
- import {
15
- initGenerator
16
- } from "./chunk-37WPKYYE.mjs";
17
17
  import "./chunk-7NK773UQ.mjs";
18
18
  import "./chunk-BWDSNTJE.mjs";
19
19
  export {
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkFSBSDI3Djs = require('../../../chunk-FSBSDI3D.js');
4
+ var _chunkIKKZXPLOjs = require('../../../chunk-IKKZXPLO.js');
5
5
  require('../../../chunk-37MGUMWD.js');
6
6
 
7
7
 
8
8
 
9
- exports.default = _chunkFSBSDI3Djs.init_default; exports.initGenerator = _chunkFSBSDI3Djs.initGenerator;
9
+ exports.default = _chunkIKKZXPLOjs.init_default; exports.initGenerator = _chunkIKKZXPLOjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-37WPKYYE.mjs";
4
+ } from "../../../chunk-T6SKELGT.mjs";
5
5
  import "../../../chunk-7NK773UQ.mjs";
6
6
  import "../../../chunk-BWDSNTJE.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.63.1",
3
+ "version": "0.63.3",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -113,11 +113,11 @@
113
113
  "terraform"
114
114
  ],
115
115
  "peerDependencies": {
116
- "@nx/devkit": "catalog:",
116
+ "@nx/devkit": "^21.4.1",
117
117
  "@storm-software/config": "1.112.0",
118
118
  "@storm-software/config-tools": "1.162.0",
119
119
  "@storm-software/workspace-tools": "1.264.23",
120
- "tsup": "catalog:",
120
+ "tsup": "8.4.0",
121
121
  "untyped": "1.5.2"
122
122
  },
123
123
  "peerDependenciesMeta": {
@@ -126,14 +126,14 @@
126
126
  },
127
127
  "dependencies": { "shelljs": "^0.8.5" },
128
128
  "devDependencies": {
129
- "@nx/devkit": "catalog:",
130
- "@types/node": "catalog:",
131
- "nx": "catalog:",
132
- "tsup": "catalog:",
133
- "untyped": "catalog:"
129
+ "@nx/devkit": "^21.4.1",
130
+ "@types/node": "^22.10.2",
131
+ "nx": "^21.4.1",
132
+ "tsup": "8.4.0",
133
+ "untyped": "^1.5.2"
134
134
  },
135
135
  "publishConfig": { "access": "public" },
136
136
  "executors": "./executors.json",
137
137
  "generators": "./generators.json",
138
- "gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
138
+ "gitHead": "130c0445a406e976d0302d764282acc0b39bb1e2"
139
139
  }