@storm-software/terraform-tools 0.54.63 → 0.54.64

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,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.54.64](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.64) (2025-04-25)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([2a4a88059](https://github.com/storm-software/storm-ops/commit/2a4a88059))
11
+
5
12
  ## [0.54.63](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.63) (2025-04-25)
6
13
 
7
14
  ### 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.62-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.63-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 -->
@@ -397,7 +397,7 @@ var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot3, proje
397
397
  }, packageJson.dependencies ?? {});
398
398
  packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
399
399
  if (!ret[localPackage.name] && implicitDependencies?.includes(localPackage.name) && packageJson.dependencies?.[localPackage.name] === void 0) {
400
- ret[localPackage.name] = localPackage.version || "0.0.1";
400
+ ret[localPackage.name] = `^${localPackage.version || "0.0.1"}`;
401
401
  }
402
402
  return ret;
403
403
  }, packageJson.devDependencies ?? {});
@@ -396,7 +396,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0
396
396
  }, _nullishCoalesce(packageJson.dependencies, () => ( {})));
397
397
  packageJson.devDependencies = localPackages.reduce((ret, localPackage) => {
398
398
  if (!ret[localPackage.name] && _optionalChain([implicitDependencies, 'optionalAccess', _24 => _24.includes, 'call', _25 => _25(localPackage.name)]) && _optionalChain([packageJson, 'access', _26 => _26.dependencies, 'optionalAccess', _27 => _27[localPackage.name]]) === void 0) {
399
- ret[localPackage.name] = localPackage.version || "0.0.1";
399
+ ret[localPackage.name] = `^${localPackage.version || "0.0.1"}`;
400
400
  }
401
401
  return ret;
402
402
  }, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkOYRE6CEZjs = require('./chunk-OYRE6CEZ.js');
4
+ var _chunkYKYW2IDQjs = require('./chunk-YKYW2IDQ.js');
5
5
  require('./chunk-DLJYMU67.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkOYRE6CEZjs.initGenerator;
9
+ exports.initGenerator = _chunkYKYW2IDQjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-AMI6SOPS.mjs";
4
+ } from "./chunk-6DOGULXV.mjs";
5
5
  import "./chunk-5L6S5MSQ.mjs";
6
6
  import "./chunk-VGSUCQ2S.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-EVACDYVV.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkOYRE6CEZjs = require('./chunk-OYRE6CEZ.js');
8
+ var _chunkYKYW2IDQjs = require('./chunk-YKYW2IDQ.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -20,4 +20,4 @@ require('./chunk-3GQAWCBQ.js');
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkOYRE6CEZjs.initGenerator; exports.withTerraformExecutor = _chunkJYWO443Ujs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkYKYW2IDQjs.initGenerator; exports.withTerraformExecutor = _chunkJYWO443Ujs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-MVJYL7QB.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-AMI6SOPS.mjs";
8
+ } from "./chunk-6DOGULXV.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 _chunkOYRE6CEZjs = require('../../../chunk-OYRE6CEZ.js');
4
+ var _chunkYKYW2IDQjs = require('../../../chunk-YKYW2IDQ.js');
5
5
  require('../../../chunk-DLJYMU67.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkOYRE6CEZjs.init_default; exports.initGenerator = _chunkOYRE6CEZjs.initGenerator;
10
+ exports.default = _chunkYKYW2IDQjs.init_default; exports.initGenerator = _chunkYKYW2IDQjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-AMI6SOPS.mjs";
4
+ } from "../../../chunk-6DOGULXV.mjs";
5
5
  import "../../../chunk-5L6S5MSQ.mjs";
6
6
  import "../../../chunk-VGSUCQ2S.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.54.63",
3
+ "version": "0.54.64",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -31,28 +31,16 @@
31
31
  "types": "./dist/index.d.mts",
32
32
  "default": "./dist/index.mjs"
33
33
  },
34
- "require": {
35
- "types": "./dist/index.d.ts",
36
- "default": "./dist/index.js"
37
- },
38
- "default": {
39
- "types": "./dist/index.d.ts",
40
- "default": "./dist/index.js"
41
- }
34
+ "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
35
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
42
36
  },
43
37
  "./index": {
44
38
  "import": {
45
39
  "types": "./dist/index.d.mts",
46
40
  "default": "./dist/index.mjs"
47
41
  },
48
- "require": {
49
- "types": "./dist/index.d.ts",
50
- "default": "./dist/index.js"
51
- },
52
- "default": {
53
- "types": "./dist/index.d.ts",
54
- "default": "./dist/index.js"
55
- }
42
+ "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
43
+ "default": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }
56
44
  },
57
45
  "./executors": {
58
46
  "import": {
@@ -133,16 +121,10 @@
133
121
  "untyped": "1.5.2"
134
122
  },
135
123
  "peerDependenciesMeta": {
136
- "@nx/devkit": {
137
- "optional": false
138
- },
139
- "nx": {
140
- "optional": false
141
- }
142
- },
143
- "dependencies": {
144
- "shelljs": "^0.8.5"
124
+ "@nx/devkit": { "optional": false },
125
+ "nx": { "optional": false }
145
126
  },
127
+ "dependencies": { "shelljs": "^0.8.5" },
146
128
  "devDependencies": {
147
129
  "@nx/devkit": "20.8.0",
148
130
  "@types/node": "^22.10.2",
@@ -150,9 +132,7 @@
150
132
  "tsup": "8.4.0",
151
133
  "untyped": "^1.5.2"
152
134
  },
153
- "publishConfig": {
154
- "access": "public"
155
- },
135
+ "publishConfig": { "access": "public" },
156
136
  "executors": "./executors.json",
157
137
  "generators": "./generators.json"
158
- }
138
+ }