@storm-software/terraform-tools 0.59.1 → 0.60.0

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,16 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.59.2](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.59.2) (2025-05-07)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **git-tools:** Remove auto-commit on versioning step
10
+
11
+ ### Miscellaneous
12
+
13
+ - **monorepo:** Regenerate README markdown files
14
+
5
15
  ## [0.59.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.59.0) (2025-05-06)
6
16
 
7
17
  ### Features
@@ -254,12 +254,6 @@ import { joinPathFragments as joinPathFragments2 } from "@nx/devkit";
254
254
  import { execSync as execSync2 } from "node:child_process";
255
255
  import { readFileSync } from "node:fs";
256
256
  import https from "node:https";
257
-
258
- // ../workspace-tools/src/utils/toml.ts
259
- import TOML from "@ltd/j-toml";
260
- import { logger } from "@nx/devkit";
261
-
262
- // ../workspace-tools/src/executors/cargo-publish/executor.ts
263
257
  var LARGE_BUFFER = 1024 * 1e6;
264
258
 
265
259
  // ../esbuild/src/build.ts
@@ -1060,7 +1054,8 @@ var executor_default6 = withRunExecutor(
1060
1054
 
1061
1055
  // ../workspace-tools/src/executors/npm-publish/executor.ts
1062
1056
  import { execSync as execSync3 } from "node:child_process";
1063
- import { readFile as readFile5 } from "node:fs/promises";
1057
+ import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
1058
+ import { format as format2 } from "prettier";
1064
1059
 
1065
1060
  // ../workspace-tools/src/utils/pnpm-deps-update.ts
1066
1061
  import {
@@ -253,12 +253,6 @@ var executor_default5 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
253
253
 
254
254
  var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
255
255
  var _https = require('https'); var _https2 = _interopRequireDefault(_https);
256
-
257
- // ../workspace-tools/src/utils/toml.ts
258
- var _jtoml = require('@ltd/j-toml'); var _jtoml2 = _interopRequireDefault(_jtoml);
259
-
260
-
261
- // ../workspace-tools/src/executors/cargo-publish/executor.ts
262
256
  var LARGE_BUFFER = 1024 * 1e6;
263
257
 
264
258
  // ../esbuild/src/build.ts
@@ -1060,6 +1054,7 @@ var executor_default6 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
1060
1054
  // ../workspace-tools/src/executors/npm-publish/executor.ts
1061
1055
 
1062
1056
 
1057
+ var _prettier = require('prettier');
1063
1058
 
1064
1059
  // ../workspace-tools/src/utils/pnpm-deps-update.ts
1065
1060
 
@@ -1068,7 +1063,7 @@ var executor_default6 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
1068
1063
 
1069
1064
 
1070
1065
 
1071
- var _prettier = require('prettier');
1066
+
1072
1067
  var _readyamlfile = require('read-yaml-file'); var _readyamlfile2 = _interopRequireDefault(_readyamlfile);
1073
1068
 
1074
1069
  // ../workspace-tools/src/executors/npm-publish/executor.ts
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkCPNINYHMjs = require('./chunk-CPNINYHM.js');
4
+ var _chunkW6SJQG4Njs = require('./chunk-W6SJQG4N.js');
5
5
  require('./chunk-A4RDGLKC.js');
6
6
  require('./chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkCPNINYHMjs.initGenerator;
9
+ exports.initGenerator = _chunkW6SJQG4Njs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-JUQLRHO6.mjs";
4
+ } from "./chunk-UHZZ53C7.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 _chunkCPNINYHMjs = require('./chunk-CPNINYHM.js');
8
+ var _chunkW6SJQG4Njs = require('./chunk-W6SJQG4N.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 = _chunkCPNINYHMjs.initGenerator; exports.withTerraformExecutor = _chunkZLPOE4VZjs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkW6SJQG4Njs.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-JUQLRHO6.mjs";
8
+ } from "./chunk-UHZZ53C7.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 _chunkCPNINYHMjs = require('../../../chunk-CPNINYHM.js');
4
+ var _chunkW6SJQG4Njs = require('../../../chunk-W6SJQG4N.js');
5
5
  require('../../../chunk-A4RDGLKC.js');
6
6
  require('../../../chunk-3RG5ZIWI.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkCPNINYHMjs.init_default; exports.initGenerator = _chunkCPNINYHMjs.initGenerator;
10
+ exports.default = _chunkW6SJQG4Njs.init_default; exports.initGenerator = _chunkW6SJQG4Njs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-JUQLRHO6.mjs";
4
+ } from "../../../chunk-UHZZ53C7.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.59.1",
3
+ "version": "0.60.0",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",