@storm-software/terraform-tools 0.63.7 → 0.64.1
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 +20 -0
- package/README.md +2 -1
- package/dist/{chunk-T6SKELGT.mjs → chunk-JEY5IDBE.mjs} +4 -3
- package/dist/{chunk-BWDSNTJE.mjs → chunk-QFSU34UE.mjs} +1 -1
- package/dist/{chunk-IKKZXPLO.js → chunk-RJ7PALZL.js} +3 -2
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/terraform-executor.mjs +1 -1
- package/dist/src/executors/apply/executor.mjs +1 -1
- package/dist/src/executors/destroy/executor.mjs +1 -1
- package/dist/src/executors/output/executor.mjs +1 -1
- package/dist/src/executors/plan/executor.mjs +1 -1
- package/dist/src/generators/init/init.js +2 -2
- package/dist/src/generators/init/init.mjs +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.64.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.64.0) (2025-09-16)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **conventional-changelog:** Added the Storm Software shared
|
|
10
|
+
`conventional-changelog` configuration
|
|
11
|
+
([9f65827b6](https://github.com/storm-software/storm-ops/commit/9f65827b6))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Update workspace package links
|
|
16
|
+
([865d707d8](https://github.com/storm-software/storm-ops/commit/865d707d8))
|
|
17
|
+
|
|
18
|
+
## [0.63.7](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.7) (2025-09-15)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **monorepo:** Update workspace package links
|
|
23
|
+
([fadac013c](https://github.com/storm-software/storm-ops/commit/fadac013c))
|
|
24
|
+
|
|
5
25
|
## [0.63.6](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.6) (2025-09-15)
|
|
6
26
|
|
|
7
27
|
### 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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Terraform Tools](#storm-terraform-tools)
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
} from "./chunk-7NK773UQ.mjs";
|
|
21
21
|
import {
|
|
22
22
|
__dirname
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-QFSU34UE.mjs";
|
|
24
24
|
|
|
25
25
|
// src/generators/init/init.ts
|
|
26
26
|
import { formatFiles as formatFiles9 } from "@nx/devkit";
|
|
@@ -2161,7 +2161,7 @@ import {
|
|
|
2161
2161
|
import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies } from "@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies";
|
|
2162
2162
|
import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
|
|
2163
2163
|
|
|
2164
|
-
// ../git-tools/dist/chunk-
|
|
2164
|
+
// ../git-tools/dist/chunk-GRCMQK4Q.js
|
|
2165
2165
|
var COMMIT_TYPES = {
|
|
2166
2166
|
/* --- Bumps version when selected --- */
|
|
2167
2167
|
"chore": {
|
|
@@ -2387,8 +2387,9 @@ var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
|
2387
2387
|
],
|
|
2388
2388
|
"type-max-length": [2, "always", 20],
|
|
2389
2389
|
"type-min-length": [2, "always", 3],
|
|
2390
|
+
"scope-empty": 0,
|
|
2390
2391
|
"scope-case": 0,
|
|
2391
|
-
"scope-
|
|
2392
|
+
"scope-enum": 0
|
|
2392
2393
|
/* Disabled */
|
|
2393
2394
|
};
|
|
2394
2395
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__951eea6f126fd84bd771c4f315c150af/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -2158,7 +2158,7 @@ var generator_default5 = withRunGenerator(
|
|
|
2158
2158
|
var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
|
|
2159
2159
|
var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
|
|
2160
2160
|
|
|
2161
|
-
// ../git-tools/dist/chunk-
|
|
2161
|
+
// ../git-tools/dist/chunk-GRCMQK4Q.js
|
|
2162
2162
|
var COMMIT_TYPES = {
|
|
2163
2163
|
/* --- Bumps version when selected --- */
|
|
2164
2164
|
"chore": {
|
|
@@ -2384,8 +2384,9 @@ var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
|
2384
2384
|
],
|
|
2385
2385
|
"type-max-length": [2, "always", 20],
|
|
2386
2386
|
"type-min-length": [2, "always", 3],
|
|
2387
|
+
"scope-empty": 0,
|
|
2387
2388
|
"scope-case": 0,
|
|
2388
|
-
"scope-
|
|
2389
|
+
"scope-enum": 0
|
|
2389
2390
|
/* Disabled */
|
|
2390
2391
|
};
|
|
2391
2392
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
package/dist/executors.mjs
CHANGED
package/dist/generators.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkRJ7PALZLjs = require('./chunk-RJ7PALZL.js');
|
|
5
5
|
require('./chunk-37MGUMWD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.initGenerator =
|
|
8
|
+
exports.initGenerator = _chunkRJ7PALZLjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ require('./chunk-NE6UXXXJ.js');
|
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkRJ7PALZLjs = require('./chunk-RJ7PALZL.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
@@ -19,4 +19,4 @@ require('./chunk-37MGUMWD.js');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator =
|
|
22
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkRJ7PALZLjs.initGenerator; exports.withTerraformExecutor = _chunkIU6VUV4Hjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import "./chunk-SDFTWIXT.mjs";
|
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-JEY5IDBE.mjs";
|
|
9
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
base_terraform_executor_untyped_default
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
withTerraformExecutor
|
|
16
16
|
} from "./chunk-OHLLDMOL.mjs";
|
|
17
17
|
import "./chunk-7NK773UQ.mjs";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-QFSU34UE.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
21
21
|
initGenerator,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
withTerraformExecutor
|
|
7
7
|
} from "../../chunk-OHLLDMOL.mjs";
|
|
8
8
|
import "../../chunk-7NK773UQ.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-QFSU34UE.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
12
12
|
withTerraformExecutor
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkRJ7PALZLjs = require('../../../chunk-RJ7PALZL.js');
|
|
5
5
|
require('../../../chunk-37MGUMWD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkRJ7PALZLjs.init_default; exports.initGenerator = _chunkRJ7PALZLjs.initGenerator;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-JEY5IDBE.mjs";
|
|
5
5
|
import "../../../chunk-7NK773UQ.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-QFSU34UE.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
|
9
9
|
initGenerator
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.64.1",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
136
|
"executors": "./executors.json",
|
|
137
137
|
"generators": "./generators.json",
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "3958254bc37de8a1ac03db3c6be1fb3c6cbf6623"
|
|
139
139
|
}
|