@storm-software/terraform-tools 0.63.0 → 0.63.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 +13 -0
- package/README.md +1 -2
- package/dist/{chunk-JVMVWLB3.mjs → chunk-37WPKYYE.mjs} +68 -54
- package/dist/{chunk-E4HJXG4G.js → chunk-FSBSDI3D.js} +64 -50
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +4 -4
- package/dist/src/generators/init/init.js +2 -2
- package/dist/src/generators/init/init.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.63.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.0) (2025-09-13)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **eslint:** Update `eslint-plugin-tsdoc` patch to allow local custom config
|
|
10
|
+
files
|
|
11
|
+
([57257ac47](https://github.com/storm-software/storm-ops/commit/57257ac47))
|
|
12
|
+
|
|
13
|
+
### Miscellaneous
|
|
14
|
+
|
|
15
|
+
- **monorepo:** Regenerate README markdown files
|
|
16
|
+
([5a5124fd7](https://github.com/storm-software/storm-ops/commit/5a5124fd7))
|
|
17
|
+
|
|
5
18
|
## [0.62.16](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.62.16) (2025-09-13)
|
|
6
19
|
|
|
7
20
|
### Bug Fixes
|
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,7 +40,6 @@ 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
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Terraform Tools](#storm-terraform-tools)
|
|
@@ -951,9 +951,32 @@ var executor_default6 = withRunExecutor(
|
|
|
951
951
|
}
|
|
952
952
|
);
|
|
953
953
|
|
|
954
|
+
// ../npm-tools/src/helpers/get-registry.ts
|
|
955
|
+
import { exec } from "node:child_process";
|
|
956
|
+
|
|
957
|
+
// ../pnpm-tools/src/helpers/replace-deps-aliases.ts
|
|
958
|
+
import {
|
|
959
|
+
createProjectGraphAsync as createProjectGraphAsync3,
|
|
960
|
+
readCachedProjectGraph as readCachedProjectGraph2
|
|
961
|
+
} from "@nx/devkit";
|
|
962
|
+
import { existsSync as existsSync6 } from "node:fs";
|
|
963
|
+
import { readFile as readFile4, writeFile as writeFile3 } from "node:fs/promises";
|
|
964
|
+
import { format } from "prettier";
|
|
965
|
+
|
|
966
|
+
// ../npm-tools/src/helpers/get-version.ts
|
|
967
|
+
import { exec as exec2 } from "node:child_process";
|
|
968
|
+
|
|
969
|
+
// ../pnpm-tools/src/helpers/catalog.ts
|
|
970
|
+
import { coerce, gt, valid } from "semver";
|
|
971
|
+
|
|
972
|
+
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
973
|
+
import { dump, load } from "js-yaml";
|
|
974
|
+
import { existsSync as existsSync5 } from "node:fs";
|
|
975
|
+
import { writeFile as writeFile2 } from "node:fs/promises";
|
|
976
|
+
|
|
954
977
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
955
978
|
import { execSync as execSync3 } from "node:child_process";
|
|
956
|
-
import { readFile as readFile6, writeFile as
|
|
979
|
+
import { readFile as readFile6, writeFile as writeFile5 } from "node:fs/promises";
|
|
957
980
|
import { format as format3 } from "prettier";
|
|
958
981
|
|
|
959
982
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
@@ -962,10 +985,10 @@ import {
|
|
|
962
985
|
readJsonFile
|
|
963
986
|
} from "@nx/devkit";
|
|
964
987
|
import { execFileSync } from "child_process";
|
|
965
|
-
import { existsSync as
|
|
966
|
-
import { readFile as
|
|
988
|
+
import { existsSync as existsSync7 } from "node:fs";
|
|
989
|
+
import { readFile as readFile5, writeFile as writeFile4 } from "node:fs/promises";
|
|
967
990
|
import { dirname, resolve } from "path";
|
|
968
|
-
import { format } from "prettier";
|
|
991
|
+
import { format as format2 } from "prettier";
|
|
969
992
|
|
|
970
993
|
// ../workspace-tools/src/utils/project-tags.ts
|
|
971
994
|
var ProjectTagConstants = {
|
|
@@ -1027,16 +1050,6 @@ var addProjectTag = (project, variant, value, options = {
|
|
|
1027
1050
|
}
|
|
1028
1051
|
};
|
|
1029
1052
|
|
|
1030
|
-
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
1031
|
-
import {
|
|
1032
|
-
createProjectGraphAsync as createProjectGraphAsync3,
|
|
1033
|
-
readCachedProjectGraph as readCachedProjectGraph2
|
|
1034
|
-
} from "@nx/devkit";
|
|
1035
|
-
import { existsSync as existsSync6 } from "node:fs";
|
|
1036
|
-
import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
|
|
1037
|
-
import { format as format2 } from "prettier";
|
|
1038
|
-
import readYamlFile from "read-yaml-file";
|
|
1039
|
-
|
|
1040
1053
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1041
1054
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1042
1055
|
|
|
@@ -2148,7 +2161,7 @@ import {
|
|
|
2148
2161
|
import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies } from "@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies";
|
|
2149
2162
|
import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
|
|
2150
2163
|
|
|
2151
|
-
// ../git-tools/
|
|
2164
|
+
// ../git-tools/dist/chunk-5XXXTVPU.js
|
|
2152
2165
|
var COMMIT_TYPES = {
|
|
2153
2166
|
/* --- Bumps version when selected --- */
|
|
2154
2167
|
"chore": {
|
|
@@ -2354,56 +2367,57 @@ var DEFAULT_MONOREPO_COMMIT_QUESTIONS = {
|
|
|
2354
2367
|
issuesBody: DEFAULT_MINIMAL_COMMIT_QUESTIONS.issuesBody
|
|
2355
2368
|
};
|
|
2356
2369
|
var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
2357
|
-
"body-leading-blank": [1
|
|
2358
|
-
"body-max-length": [2
|
|
2359
|
-
"footer-leading-blank": [1
|
|
2360
|
-
"footer-max-line-length": [2
|
|
2361
|
-
"header-max-length": [2
|
|
2362
|
-
"header-trim": [2
|
|
2363
|
-
"subject-case": [2
|
|
2364
|
-
"subject-empty": [2
|
|
2365
|
-
"subject-full-stop": [2
|
|
2366
|
-
"subject-max-length": [2
|
|
2367
|
-
"subject-min-length": [2
|
|
2368
|
-
"type-case": [2
|
|
2369
|
-
"type-empty": [2
|
|
2370
|
+
"body-leading-blank": [1, "always"],
|
|
2371
|
+
"body-max-length": [2, "always", 600],
|
|
2372
|
+
"footer-leading-blank": [1, "always"],
|
|
2373
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2374
|
+
"header-max-length": [2, "always", 150],
|
|
2375
|
+
"header-trim": [2, "always"],
|
|
2376
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2377
|
+
"subject-empty": [2, "never"],
|
|
2378
|
+
"subject-full-stop": [2, "never", "."],
|
|
2379
|
+
"subject-max-length": [2, "always", 150],
|
|
2380
|
+
"subject-min-length": [2, "always", 3],
|
|
2381
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2382
|
+
"type-empty": [2, "never"],
|
|
2370
2383
|
"type-enum": [
|
|
2371
|
-
2
|
|
2384
|
+
2,
|
|
2372
2385
|
"always",
|
|
2373
2386
|
Object.keys(COMMIT_TYPES)
|
|
2374
2387
|
],
|
|
2375
|
-
"type-max-length": [2
|
|
2376
|
-
"type-min-length": [2
|
|
2377
|
-
"scope-case": 0
|
|
2378
|
-
"scope-empty": 0
|
|
2388
|
+
"type-max-length": [2, "always", 20],
|
|
2389
|
+
"type-min-length": [2, "always", 3],
|
|
2390
|
+
"scope-case": 0,
|
|
2391
|
+
"scope-empty": 0
|
|
2392
|
+
/* Disabled */
|
|
2379
2393
|
};
|
|
2380
2394
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
2381
|
-
"body-leading-blank": [1
|
|
2382
|
-
"body-max-length": [2
|
|
2383
|
-
"footer-leading-blank": [1
|
|
2384
|
-
"footer-max-line-length": [2
|
|
2385
|
-
"header-max-length": [2
|
|
2386
|
-
"header-trim": [2
|
|
2387
|
-
"subject-case": [2
|
|
2388
|
-
"subject-empty": [2
|
|
2389
|
-
"subject-full-stop": [2
|
|
2390
|
-
"subject-max-length": [2
|
|
2391
|
-
"subject-min-length": [2
|
|
2392
|
-
"type-case": [2
|
|
2393
|
-
"type-empty": [2
|
|
2395
|
+
"body-leading-blank": [1, "always"],
|
|
2396
|
+
"body-max-length": [2, "always", 600],
|
|
2397
|
+
"footer-leading-blank": [1, "always"],
|
|
2398
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2399
|
+
"header-max-length": [2, "always", 150],
|
|
2400
|
+
"header-trim": [2, "always"],
|
|
2401
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2402
|
+
"subject-empty": [2, "never"],
|
|
2403
|
+
"subject-full-stop": [2, "never", "."],
|
|
2404
|
+
"subject-max-length": [2, "always", 150],
|
|
2405
|
+
"subject-min-length": [2, "always", 3],
|
|
2406
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2407
|
+
"type-empty": [2, "never"],
|
|
2394
2408
|
"type-enum": [
|
|
2395
|
-
2
|
|
2409
|
+
2,
|
|
2396
2410
|
"always",
|
|
2397
2411
|
Object.keys(COMMIT_TYPES)
|
|
2398
2412
|
],
|
|
2399
|
-
"type-max-length": [2
|
|
2400
|
-
"type-min-length": [2
|
|
2401
|
-
"scope-case": [2
|
|
2402
|
-
"scope-empty": [2
|
|
2413
|
+
"type-max-length": [2, "always", 20],
|
|
2414
|
+
"type-min-length": [2, "always", 3],
|
|
2415
|
+
"scope-case": [2, "always", ["kebab-case"]],
|
|
2416
|
+
"scope-empty": [2, "never"]
|
|
2403
2417
|
};
|
|
2404
2418
|
|
|
2405
2419
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
2406
|
-
import {
|
|
2420
|
+
import { execSync as execSync4 } from "node:child_process";
|
|
2407
2421
|
import { relative as relative3 } from "node:path";
|
|
2408
2422
|
import { IMPLICIT_DEFAULT_RELEASE_GROUP } from "nx/src/command-line/release/config/config";
|
|
2409
2423
|
import {
|
|
@@ -2798,7 +2812,7 @@ import {
|
|
|
2798
2812
|
readJsonFile as readJsonFile2,
|
|
2799
2813
|
workspaceRoot as workspaceRoot2
|
|
2800
2814
|
} from "@nx/devkit";
|
|
2801
|
-
import { existsSync as
|
|
2815
|
+
import { existsSync as existsSync8 } from "node:fs";
|
|
2802
2816
|
import { join as join2 } from "node:path";
|
|
2803
2817
|
import {
|
|
2804
2818
|
getNpmLockfileDependencies,
|
|
@@ -2824,7 +2838,7 @@ import {
|
|
|
2824
2838
|
readJsonFile as readJsonFile3
|
|
2825
2839
|
} from "@nx/devkit";
|
|
2826
2840
|
import defu3 from "defu";
|
|
2827
|
-
import { existsSync as
|
|
2841
|
+
import { existsSync as existsSync9 } from "node:fs";
|
|
2828
2842
|
import { dirname as dirname2, join as join3 } from "node:path";
|
|
2829
2843
|
|
|
2830
2844
|
// ../workspace-tools/src/utils/typia-transform.ts
|
|
@@ -948,11 +948,34 @@ var executor_default6 = _chunk37MGUMWDjs.withRunExecutor.call(void 0,
|
|
|
948
948
|
}
|
|
949
949
|
);
|
|
950
950
|
|
|
951
|
-
// ../
|
|
951
|
+
// ../npm-tools/src/helpers/get-registry.ts
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
// ../pnpm-tools/src/helpers/replace-deps-aliases.ts
|
|
955
|
+
|
|
956
|
+
|
|
957
|
+
|
|
958
|
+
|
|
952
959
|
|
|
953
960
|
|
|
954
961
|
var _prettier = require('prettier');
|
|
955
962
|
|
|
963
|
+
// ../npm-tools/src/helpers/get-version.ts
|
|
964
|
+
|
|
965
|
+
|
|
966
|
+
// ../pnpm-tools/src/helpers/catalog.ts
|
|
967
|
+
var _semver = require('semver');
|
|
968
|
+
|
|
969
|
+
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
970
|
+
var _jsyaml = require('js-yaml');
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
|
|
974
|
+
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
975
|
+
|
|
976
|
+
|
|
977
|
+
|
|
978
|
+
|
|
956
979
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
957
980
|
|
|
958
981
|
|
|
@@ -1024,16 +1047,6 @@ var addProjectTag = (project, variant, value, options = {
|
|
|
1024
1047
|
}
|
|
1025
1048
|
};
|
|
1026
1049
|
|
|
1027
|
-
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
var _readyamlfile = require('read-yaml-file'); var _readyamlfile2 = _interopRequireDefault(_readyamlfile);
|
|
1036
|
-
|
|
1037
1050
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1038
1051
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1039
1052
|
|
|
@@ -2145,7 +2158,7 @@ var generator_default5 = withRunGenerator(
|
|
|
2145
2158
|
var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
|
|
2146
2159
|
var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
|
|
2147
2160
|
|
|
2148
|
-
// ../git-tools/
|
|
2161
|
+
// ../git-tools/dist/chunk-5XXXTVPU.js
|
|
2149
2162
|
var COMMIT_TYPES = {
|
|
2150
2163
|
/* --- Bumps version when selected --- */
|
|
2151
2164
|
"chore": {
|
|
@@ -2351,52 +2364,53 @@ var DEFAULT_MONOREPO_COMMIT_QUESTIONS = {
|
|
|
2351
2364
|
issuesBody: DEFAULT_MINIMAL_COMMIT_QUESTIONS.issuesBody
|
|
2352
2365
|
};
|
|
2353
2366
|
var DEFAULT_MINIMAL_COMMIT_RULES = {
|
|
2354
|
-
"body-leading-blank": [1
|
|
2355
|
-
"body-max-length": [2
|
|
2356
|
-
"footer-leading-blank": [1
|
|
2357
|
-
"footer-max-line-length": [2
|
|
2358
|
-
"header-max-length": [2
|
|
2359
|
-
"header-trim": [2
|
|
2360
|
-
"subject-case": [2
|
|
2361
|
-
"subject-empty": [2
|
|
2362
|
-
"subject-full-stop": [2
|
|
2363
|
-
"subject-max-length": [2
|
|
2364
|
-
"subject-min-length": [2
|
|
2365
|
-
"type-case": [2
|
|
2366
|
-
"type-empty": [2
|
|
2367
|
+
"body-leading-blank": [1, "always"],
|
|
2368
|
+
"body-max-length": [2, "always", 600],
|
|
2369
|
+
"footer-leading-blank": [1, "always"],
|
|
2370
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2371
|
+
"header-max-length": [2, "always", 150],
|
|
2372
|
+
"header-trim": [2, "always"],
|
|
2373
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2374
|
+
"subject-empty": [2, "never"],
|
|
2375
|
+
"subject-full-stop": [2, "never", "."],
|
|
2376
|
+
"subject-max-length": [2, "always", 150],
|
|
2377
|
+
"subject-min-length": [2, "always", 3],
|
|
2378
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2379
|
+
"type-empty": [2, "never"],
|
|
2367
2380
|
"type-enum": [
|
|
2368
|
-
2
|
|
2381
|
+
2,
|
|
2369
2382
|
"always",
|
|
2370
2383
|
Object.keys(COMMIT_TYPES)
|
|
2371
2384
|
],
|
|
2372
|
-
"type-max-length": [2
|
|
2373
|
-
"type-min-length": [2
|
|
2374
|
-
"scope-case": 0
|
|
2375
|
-
"scope-empty": 0
|
|
2385
|
+
"type-max-length": [2, "always", 20],
|
|
2386
|
+
"type-min-length": [2, "always", 3],
|
|
2387
|
+
"scope-case": 0,
|
|
2388
|
+
"scope-empty": 0
|
|
2389
|
+
/* Disabled */
|
|
2376
2390
|
};
|
|
2377
2391
|
var DEFAULT_MONOREPO_COMMIT_RULES = {
|
|
2378
|
-
"body-leading-blank": [1
|
|
2379
|
-
"body-max-length": [2
|
|
2380
|
-
"footer-leading-blank": [1
|
|
2381
|
-
"footer-max-line-length": [2
|
|
2382
|
-
"header-max-length": [2
|
|
2383
|
-
"header-trim": [2
|
|
2384
|
-
"subject-case": [2
|
|
2385
|
-
"subject-empty": [2
|
|
2386
|
-
"subject-full-stop": [2
|
|
2387
|
-
"subject-max-length": [2
|
|
2388
|
-
"subject-min-length": [2
|
|
2389
|
-
"type-case": [2
|
|
2390
|
-
"type-empty": [2
|
|
2392
|
+
"body-leading-blank": [1, "always"],
|
|
2393
|
+
"body-max-length": [2, "always", 600],
|
|
2394
|
+
"footer-leading-blank": [1, "always"],
|
|
2395
|
+
"footer-max-line-length": [2, "always", 150],
|
|
2396
|
+
"header-max-length": [2, "always", 150],
|
|
2397
|
+
"header-trim": [2, "always"],
|
|
2398
|
+
"subject-case": [2, "always", ["sentence-case"]],
|
|
2399
|
+
"subject-empty": [2, "never"],
|
|
2400
|
+
"subject-full-stop": [2, "never", "."],
|
|
2401
|
+
"subject-max-length": [2, "always", 150],
|
|
2402
|
+
"subject-min-length": [2, "always", 3],
|
|
2403
|
+
"type-case": [2, "always", "kebab-case"],
|
|
2404
|
+
"type-empty": [2, "never"],
|
|
2391
2405
|
"type-enum": [
|
|
2392
|
-
2
|
|
2406
|
+
2,
|
|
2393
2407
|
"always",
|
|
2394
2408
|
Object.keys(COMMIT_TYPES)
|
|
2395
2409
|
],
|
|
2396
|
-
"type-max-length": [2
|
|
2397
|
-
"type-min-length": [2
|
|
2398
|
-
"scope-case": [2
|
|
2399
|
-
"scope-empty": [2
|
|
2410
|
+
"type-max-length": [2, "always", 20],
|
|
2411
|
+
"type-min-length": [2, "always", 3],
|
|
2412
|
+
"scope-case": [2, "always", ["kebab-case"]],
|
|
2413
|
+
"scope-empty": [2, "never"]
|
|
2400
2414
|
};
|
|
2401
2415
|
|
|
2402
2416
|
// ../workspace-tools/src/generators/release-version/generator.ts
|
|
@@ -2411,13 +2425,13 @@ var _git = require('nx/src/command-line/release/utils/git');
|
|
|
2411
2425
|
|
|
2412
2426
|
|
|
2413
2427
|
var _resolvesemverspecifier = require('nx/src/command-line/release/utils/resolve-semver-specifier');
|
|
2414
|
-
var
|
|
2428
|
+
var _semver3 = require('nx/src/command-line/release/utils/semver');
|
|
2415
2429
|
|
|
2416
2430
|
|
|
2417
2431
|
|
|
2418
2432
|
var _versionlegacy = require('nx/src/command-line/release/version-legacy');
|
|
2419
2433
|
var _utils = require('nx/src/tasks-runner/utils');
|
|
2420
|
-
|
|
2434
|
+
|
|
2421
2435
|
|
|
2422
2436
|
// ../workspace-tools/src/base/base-executor.untyped.ts
|
|
2423
2437
|
var _untyped = require('untyped');
|
package/dist/executors.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
+
require('./chunk-OVAEG5B6.js');
|
|
2
3
|
require('./chunk-JE5CFXYT.js');
|
|
3
4
|
require('./chunk-NU2U34L5.js');
|
|
4
5
|
require('./chunk-NE6UXXXJ.js');
|
|
5
|
-
require('./chunk-OVAEG5B6.js');
|
|
6
6
|
require('./chunk-IU6VUV4H.js');
|
|
7
7
|
require('./chunk-37MGUMWD.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
+
import "./chunk-IGPTNPTU.mjs";
|
|
2
3
|
import "./chunk-L3PVSBJE.mjs";
|
|
3
4
|
import "./chunk-FSWZT3BT.mjs";
|
|
4
5
|
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";
|
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 _chunkFSBSDI3Djs = require('./chunk-FSBSDI3D.js');
|
|
5
5
|
require('./chunk-37MGUMWD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.initGenerator =
|
|
8
|
+
exports.initGenerator = _chunkFSBSDI3Djs.initGenerator;
|
package/dist/generators.mjs
CHANGED
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');
|
|
2
3
|
require('./chunk-JE5CFXYT.js');
|
|
3
4
|
require('./chunk-NU2U34L5.js');
|
|
4
5
|
require('./chunk-NE6UXXXJ.js');
|
|
5
6
|
require('./chunk-N2YKXZ5R.js');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var _chunkE4HJXG4Gjs = require('./chunk-E4HJXG4G.js');
|
|
9
7
|
require('./chunk-GUQOEBFW.js');
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
-
require('./chunk-OVAEG5B6.js');
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
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 =
|
|
22
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkFSBSDI3Djs.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";
|
|
2
3
|
import "./chunk-L3PVSBJE.mjs";
|
|
3
4
|
import "./chunk-FSWZT3BT.mjs";
|
|
4
5
|
import "./chunk-SDFTWIXT.mjs";
|
|
5
6
|
import "./chunk-23KFTIT2.mjs";
|
|
6
|
-
import {
|
|
7
|
-
initGenerator
|
|
8
|
-
} from "./chunk-JVMVWLB3.mjs";
|
|
9
7
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
8
|
import {
|
|
11
9
|
base_terraform_executor_untyped_default
|
|
12
10
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
-
import "./chunk-IGPTNPTU.mjs";
|
|
14
11
|
import {
|
|
15
12
|
withTerraformExecutor
|
|
16
13
|
} 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
|
|
4
|
+
var _chunkFSBSDI3Djs = require('../../../chunk-FSBSDI3D.js');
|
|
5
5
|
require('../../../chunk-37MGUMWD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkFSBSDI3Djs.init_default; exports.initGenerator = _chunkFSBSDI3Djs.initGenerator;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.1",
|
|
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": "
|
|
116
|
+
"@nx/devkit": "catalog:",
|
|
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": "
|
|
120
|
+
"tsup": "catalog:",
|
|
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": "
|
|
130
|
-
"@types/node": "
|
|
131
|
-
"nx": "
|
|
132
|
-
"tsup": "
|
|
133
|
-
"untyped": "
|
|
129
|
+
"@nx/devkit": "catalog:",
|
|
130
|
+
"@types/node": "catalog:",
|
|
131
|
+
"nx": "catalog:",
|
|
132
|
+
"tsup": "catalog:",
|
|
133
|
+
"untyped": "catalog:"
|
|
134
134
|
},
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
136
|
"executors": "./executors.json",
|
|
137
137
|
"generators": "./generators.json",
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "512d1169996114a42d66c6fbbcd38bb04b5fc695"
|
|
139
139
|
}
|