@storm-software/terraform-tools 0.60.35 → 0.60.37
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 +14 -0
- package/README.md +1 -1
- package/dist/{chunk-WTVXYTRH.js → chunk-3CXHVZHF.js} +104 -103
- package/dist/{chunk-B4IBPS6P.mjs → chunk-5MOGYNLI.mjs} +104 -103
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- package/dist/src/generators/init/init.js +2 -2
- package/dist/src/generators/init/init.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.36](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.36) (2025-07-06)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([03db3eded](https://github.com/storm-software/storm-ops/commit/03db3eded))
|
|
11
|
+
|
|
12
|
+
## [0.60.35](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.35) (2025-07-03)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([0d65555eb](https://github.com/storm-software/storm-ops/commit/0d65555eb))
|
|
18
|
+
|
|
5
19
|
## [0.60.34](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.34) (2025-07-02)
|
|
6
20
|
|
|
7
21
|
### 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 -->
|
|
@@ -325,6 +325,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
325
325
|
assets: pendingAssets
|
|
326
326
|
});
|
|
327
327
|
await assetHandler.processAllAssetsOnce();
|
|
328
|
+
_chunkIE3GYKQ2js.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
328
329
|
if (includeSrc === true) {
|
|
329
330
|
_chunkIE3GYKQ2js.writeDebug.call(void 0,
|
|
330
331
|
`\u{1F4DD} Adding banner and writing source files: ${_chunkIE3GYKQ2js.joinPaths.call(void 0,
|
|
@@ -2255,132 +2256,132 @@ var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-ve
|
|
|
2255
2256
|
var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
|
|
2256
2257
|
|
|
2257
2258
|
// ../git-tools/src/types.ts
|
|
2258
|
-
var
|
|
2259
|
+
var COMMIT_TYPES = {
|
|
2259
2260
|
/* --- Bumps version when selected --- */
|
|
2260
|
-
chore: {
|
|
2261
|
-
description: "Other changes that don't modify src or test files",
|
|
2262
|
-
title: "Chore",
|
|
2263
|
-
emoji: "\u2699\uFE0F ",
|
|
2264
|
-
semverBump: "patch",
|
|
2265
|
-
changelog: {
|
|
2266
|
-
title: "Miscellaneous",
|
|
2267
|
-
hidden: false
|
|
2261
|
+
"chore": {
|
|
2262
|
+
"description": "Other changes that don't modify src or test files",
|
|
2263
|
+
"title": "Chore",
|
|
2264
|
+
"emoji": "\u2699\uFE0F ",
|
|
2265
|
+
"semverBump": "patch",
|
|
2266
|
+
"changelog": {
|
|
2267
|
+
"title": "Miscellaneous",
|
|
2268
|
+
"hidden": false
|
|
2268
2269
|
}
|
|
2269
2270
|
},
|
|
2270
|
-
fix: {
|
|
2271
|
-
description: "A change that resolves an issue previously identified with the package",
|
|
2272
|
-
title: "Bug Fix",
|
|
2273
|
-
emoji: "\u{1FAB2} ",
|
|
2274
|
-
semverBump: "patch",
|
|
2275
|
-
changelog: {
|
|
2276
|
-
title: "Bug Fixes",
|
|
2277
|
-
hidden: false
|
|
2271
|
+
"fix": {
|
|
2272
|
+
"description": "A change that resolves an issue previously identified with the package",
|
|
2273
|
+
"title": "Bug Fix",
|
|
2274
|
+
"emoji": "\u{1FAB2} ",
|
|
2275
|
+
"semverBump": "patch",
|
|
2276
|
+
"changelog": {
|
|
2277
|
+
"title": "Bug Fixes",
|
|
2278
|
+
"hidden": false
|
|
2278
2279
|
}
|
|
2279
2280
|
},
|
|
2280
|
-
feat: {
|
|
2281
|
-
description: "A change that adds a new feature to the package",
|
|
2282
|
-
title: "Feature",
|
|
2283
|
-
emoji: "\u{1F511} ",
|
|
2284
|
-
semverBump: "minor",
|
|
2285
|
-
changelog: {
|
|
2286
|
-
title: "Features",
|
|
2287
|
-
hidden: false
|
|
2281
|
+
"feat": {
|
|
2282
|
+
"description": "A change that adds a new feature to the package",
|
|
2283
|
+
"title": "Feature",
|
|
2284
|
+
"emoji": "\u{1F511} ",
|
|
2285
|
+
"semverBump": "minor",
|
|
2286
|
+
"changelog": {
|
|
2287
|
+
"title": "Features",
|
|
2288
|
+
"hidden": false
|
|
2288
2289
|
}
|
|
2289
2290
|
},
|
|
2290
|
-
ci: {
|
|
2291
|
-
description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
2292
|
-
title: "Continuous Integration",
|
|
2293
|
-
emoji: "\u{1F9F0} ",
|
|
2294
|
-
semverBump: "patch",
|
|
2295
|
-
changelog: {
|
|
2296
|
-
title: "Continuous Integration",
|
|
2297
|
-
hidden: false
|
|
2291
|
+
"ci": {
|
|
2292
|
+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
2293
|
+
"title": "Continuous Integration",
|
|
2294
|
+
"emoji": "\u{1F9F0} ",
|
|
2295
|
+
"semverBump": "patch",
|
|
2296
|
+
"changelog": {
|
|
2297
|
+
"title": "Continuous Integration",
|
|
2298
|
+
"hidden": false
|
|
2298
2299
|
}
|
|
2299
2300
|
},
|
|
2300
|
-
refactor: {
|
|
2301
|
-
description: "A code change that neither fixes a bug nor adds a feature",
|
|
2302
|
-
title: "Code Refactoring",
|
|
2303
|
-
emoji: "\u{1F9EA} ",
|
|
2304
|
-
semverBump: "patch",
|
|
2305
|
-
changelog: {
|
|
2306
|
-
title: "Source Code Improvements",
|
|
2307
|
-
hidden: false
|
|
2301
|
+
"refactor": {
|
|
2302
|
+
"description": "A code change that neither fixes a bug nor adds a feature",
|
|
2303
|
+
"title": "Code Refactoring",
|
|
2304
|
+
"emoji": "\u{1F9EA} ",
|
|
2305
|
+
"semverBump": "patch",
|
|
2306
|
+
"changelog": {
|
|
2307
|
+
"title": "Source Code Improvements",
|
|
2308
|
+
"hidden": false
|
|
2308
2309
|
}
|
|
2309
2310
|
},
|
|
2310
|
-
style: {
|
|
2311
|
-
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
2312
|
-
title: "Style Improvements",
|
|
2313
|
-
emoji: "\u{1F48E} ",
|
|
2314
|
-
semverBump: "patch",
|
|
2315
|
-
changelog: {
|
|
2316
|
-
title: "Style Improvements",
|
|
2317
|
-
hidden: false
|
|
2311
|
+
"style": {
|
|
2312
|
+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
2313
|
+
"title": "Style Improvements",
|
|
2314
|
+
"emoji": "\u{1F48E} ",
|
|
2315
|
+
"semverBump": "patch",
|
|
2316
|
+
"changelog": {
|
|
2317
|
+
"title": "Style Improvements",
|
|
2318
|
+
"hidden": false
|
|
2318
2319
|
}
|
|
2319
2320
|
},
|
|
2320
|
-
perf: {
|
|
2321
|
-
description: "A code change that improves performance",
|
|
2322
|
-
title: "Performance Improvement",
|
|
2323
|
-
emoji: "\u23F1\uFE0F ",
|
|
2324
|
-
semverBump: "patch",
|
|
2325
|
-
changelog: {
|
|
2326
|
-
title: "Performance Improvements",
|
|
2327
|
-
hidden: false
|
|
2321
|
+
"perf": {
|
|
2322
|
+
"description": "A code change that improves performance",
|
|
2323
|
+
"title": "Performance Improvement",
|
|
2324
|
+
"emoji": "\u23F1\uFE0F ",
|
|
2325
|
+
"semverBump": "patch",
|
|
2326
|
+
"changelog": {
|
|
2327
|
+
"title": "Performance Improvements",
|
|
2328
|
+
"hidden": false
|
|
2328
2329
|
}
|
|
2329
2330
|
},
|
|
2330
2331
|
/* --- Does not bump version when selected --- */
|
|
2331
|
-
docs: {
|
|
2332
|
-
description: "A change that only includes documentation updates",
|
|
2333
|
-
title: "Documentation",
|
|
2334
|
-
emoji: "\u{1F4DC} ",
|
|
2335
|
-
semverBump: "none",
|
|
2336
|
-
changelog: {
|
|
2337
|
-
title: "Documentation",
|
|
2338
|
-
hidden: false
|
|
2332
|
+
"docs": {
|
|
2333
|
+
"description": "A change that only includes documentation updates",
|
|
2334
|
+
"title": "Documentation",
|
|
2335
|
+
"emoji": "\u{1F4DC} ",
|
|
2336
|
+
"semverBump": "none",
|
|
2337
|
+
"changelog": {
|
|
2338
|
+
"title": "Documentation",
|
|
2339
|
+
"hidden": false
|
|
2339
2340
|
}
|
|
2340
2341
|
},
|
|
2341
|
-
test: {
|
|
2342
|
-
description: "Adding missing tests or correcting existing tests",
|
|
2343
|
-
title: "Testing",
|
|
2344
|
-
emoji: "\u{1F6A8} ",
|
|
2345
|
-
semverBump: "none",
|
|
2346
|
-
changelog: {
|
|
2347
|
-
title: "Testing",
|
|
2348
|
-
hidden: true
|
|
2342
|
+
"test": {
|
|
2343
|
+
"description": "Adding missing tests or correcting existing tests",
|
|
2344
|
+
"title": "Testing",
|
|
2345
|
+
"emoji": "\u{1F6A8} ",
|
|
2346
|
+
"semverBump": "none",
|
|
2347
|
+
"changelog": {
|
|
2348
|
+
"title": "Testing",
|
|
2349
|
+
"hidden": true
|
|
2349
2350
|
}
|
|
2350
2351
|
},
|
|
2351
2352
|
/* --- Not included in commitlint but included in changelog --- */
|
|
2352
|
-
deps: {
|
|
2353
|
-
description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
2354
|
-
title: "Dependencies",
|
|
2355
|
-
emoji: "\u{1F4E6} ",
|
|
2356
|
-
hidden: true,
|
|
2357
|
-
semverBump: "patch",
|
|
2358
|
-
changelog: {
|
|
2359
|
-
title: "Dependency Upgrades",
|
|
2360
|
-
hidden: false
|
|
2353
|
+
"deps": {
|
|
2354
|
+
"description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
2355
|
+
"title": "Dependencies",
|
|
2356
|
+
"emoji": "\u{1F4E6} ",
|
|
2357
|
+
"hidden": true,
|
|
2358
|
+
"semverBump": "patch",
|
|
2359
|
+
"changelog": {
|
|
2360
|
+
"title": "Dependency Upgrades",
|
|
2361
|
+
"hidden": false
|
|
2361
2362
|
}
|
|
2362
2363
|
},
|
|
2363
2364
|
/* --- Not included in commitlint or changelog --- */
|
|
2364
|
-
build: {
|
|
2365
|
-
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
2366
|
-
title: "Build",
|
|
2367
|
-
emoji: "\u{1F6E0} ",
|
|
2368
|
-
hidden: true,
|
|
2369
|
-
semverBump: "none",
|
|
2370
|
-
changelog: {
|
|
2371
|
-
title: "Build",
|
|
2372
|
-
hidden: true
|
|
2365
|
+
"build": {
|
|
2366
|
+
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
2367
|
+
"title": "Build",
|
|
2368
|
+
"emoji": "\u{1F6E0} ",
|
|
2369
|
+
"hidden": true,
|
|
2370
|
+
"semverBump": "none",
|
|
2371
|
+
"changelog": {
|
|
2372
|
+
"title": "Build",
|
|
2373
|
+
"hidden": true
|
|
2373
2374
|
}
|
|
2374
2375
|
},
|
|
2375
|
-
release: {
|
|
2376
|
-
description: "Publishing a commit containing a newly released version",
|
|
2377
|
-
title: "Publish Release",
|
|
2378
|
-
emoji: "\u{1F680} ",
|
|
2379
|
-
hidden: true,
|
|
2380
|
-
semverBump: "none",
|
|
2381
|
-
changelog: {
|
|
2382
|
-
title: "Publish Release",
|
|
2383
|
-
hidden: true
|
|
2376
|
+
"release": {
|
|
2377
|
+
"description": "Publishing a commit containing a newly released version",
|
|
2378
|
+
"title": "Publish Release",
|
|
2379
|
+
"emoji": "\u{1F680} ",
|
|
2380
|
+
"hidden": true,
|
|
2381
|
+
"semverBump": "none",
|
|
2382
|
+
"changelog": {
|
|
2383
|
+
"title": "Publish Release",
|
|
2384
|
+
"hidden": true
|
|
2384
2385
|
}
|
|
2385
2386
|
}
|
|
2386
2387
|
};
|
|
@@ -2389,10 +2390,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
2389
2390
|
type: "select",
|
|
2390
2391
|
title: "Commit Type",
|
|
2391
2392
|
description: "Select the commit type that best describes your changes",
|
|
2392
|
-
enum: Object.keys(
|
|
2393
|
-
(type) =>
|
|
2393
|
+
enum: Object.keys(COMMIT_TYPES).filter(
|
|
2394
|
+
(type) => COMMIT_TYPES[type].hidden !== true
|
|
2394
2395
|
).reduce((ret, type) => {
|
|
2395
|
-
ret[type] =
|
|
2396
|
+
ret[type] = COMMIT_TYPES[type];
|
|
2396
2397
|
return ret;
|
|
2397
2398
|
}, {}),
|
|
2398
2399
|
defaultValue: "chore",
|
|
@@ -326,6 +326,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
326
326
|
assets: pendingAssets
|
|
327
327
|
});
|
|
328
328
|
await assetHandler.processAllAssetsOnce();
|
|
329
|
+
writeTrace("Completed copying assets to the output directory", config);
|
|
329
330
|
if (includeSrc === true) {
|
|
330
331
|
writeDebug(
|
|
331
332
|
`\u{1F4DD} Adding banner and writing source files: ${joinPaths(
|
|
@@ -2256,132 +2257,132 @@ import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies
|
|
|
2256
2257
|
import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
|
|
2257
2258
|
|
|
2258
2259
|
// ../git-tools/src/types.ts
|
|
2259
|
-
var
|
|
2260
|
+
var COMMIT_TYPES = {
|
|
2260
2261
|
/* --- Bumps version when selected --- */
|
|
2261
|
-
chore: {
|
|
2262
|
-
description: "Other changes that don't modify src or test files",
|
|
2263
|
-
title: "Chore",
|
|
2264
|
-
emoji: "\u2699\uFE0F ",
|
|
2265
|
-
semverBump: "patch",
|
|
2266
|
-
changelog: {
|
|
2267
|
-
title: "Miscellaneous",
|
|
2268
|
-
hidden: false
|
|
2262
|
+
"chore": {
|
|
2263
|
+
"description": "Other changes that don't modify src or test files",
|
|
2264
|
+
"title": "Chore",
|
|
2265
|
+
"emoji": "\u2699\uFE0F ",
|
|
2266
|
+
"semverBump": "patch",
|
|
2267
|
+
"changelog": {
|
|
2268
|
+
"title": "Miscellaneous",
|
|
2269
|
+
"hidden": false
|
|
2269
2270
|
}
|
|
2270
2271
|
},
|
|
2271
|
-
fix: {
|
|
2272
|
-
description: "A change that resolves an issue previously identified with the package",
|
|
2273
|
-
title: "Bug Fix",
|
|
2274
|
-
emoji: "\u{1FAB2} ",
|
|
2275
|
-
semverBump: "patch",
|
|
2276
|
-
changelog: {
|
|
2277
|
-
title: "Bug Fixes",
|
|
2278
|
-
hidden: false
|
|
2272
|
+
"fix": {
|
|
2273
|
+
"description": "A change that resolves an issue previously identified with the package",
|
|
2274
|
+
"title": "Bug Fix",
|
|
2275
|
+
"emoji": "\u{1FAB2} ",
|
|
2276
|
+
"semverBump": "patch",
|
|
2277
|
+
"changelog": {
|
|
2278
|
+
"title": "Bug Fixes",
|
|
2279
|
+
"hidden": false
|
|
2279
2280
|
}
|
|
2280
2281
|
},
|
|
2281
|
-
feat: {
|
|
2282
|
-
description: "A change that adds a new feature to the package",
|
|
2283
|
-
title: "Feature",
|
|
2284
|
-
emoji: "\u{1F511} ",
|
|
2285
|
-
semverBump: "minor",
|
|
2286
|
-
changelog: {
|
|
2287
|
-
title: "Features",
|
|
2288
|
-
hidden: false
|
|
2282
|
+
"feat": {
|
|
2283
|
+
"description": "A change that adds a new feature to the package",
|
|
2284
|
+
"title": "Feature",
|
|
2285
|
+
"emoji": "\u{1F511} ",
|
|
2286
|
+
"semverBump": "minor",
|
|
2287
|
+
"changelog": {
|
|
2288
|
+
"title": "Features",
|
|
2289
|
+
"hidden": false
|
|
2289
2290
|
}
|
|
2290
2291
|
},
|
|
2291
|
-
ci: {
|
|
2292
|
-
description: "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
2293
|
-
title: "Continuous Integration",
|
|
2294
|
-
emoji: "\u{1F9F0} ",
|
|
2295
|
-
semverBump: "patch",
|
|
2296
|
-
changelog: {
|
|
2297
|
-
title: "Continuous Integration",
|
|
2298
|
-
hidden: false
|
|
2292
|
+
"ci": {
|
|
2293
|
+
"description": "Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)",
|
|
2294
|
+
"title": "Continuous Integration",
|
|
2295
|
+
"emoji": "\u{1F9F0} ",
|
|
2296
|
+
"semverBump": "patch",
|
|
2297
|
+
"changelog": {
|
|
2298
|
+
"title": "Continuous Integration",
|
|
2299
|
+
"hidden": false
|
|
2299
2300
|
}
|
|
2300
2301
|
},
|
|
2301
|
-
refactor: {
|
|
2302
|
-
description: "A code change that neither fixes a bug nor adds a feature",
|
|
2303
|
-
title: "Code Refactoring",
|
|
2304
|
-
emoji: "\u{1F9EA} ",
|
|
2305
|
-
semverBump: "patch",
|
|
2306
|
-
changelog: {
|
|
2307
|
-
title: "Source Code Improvements",
|
|
2308
|
-
hidden: false
|
|
2302
|
+
"refactor": {
|
|
2303
|
+
"description": "A code change that neither fixes a bug nor adds a feature",
|
|
2304
|
+
"title": "Code Refactoring",
|
|
2305
|
+
"emoji": "\u{1F9EA} ",
|
|
2306
|
+
"semverBump": "patch",
|
|
2307
|
+
"changelog": {
|
|
2308
|
+
"title": "Source Code Improvements",
|
|
2309
|
+
"hidden": false
|
|
2309
2310
|
}
|
|
2310
2311
|
},
|
|
2311
|
-
style: {
|
|
2312
|
-
description: "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
2313
|
-
title: "Style Improvements",
|
|
2314
|
-
emoji: "\u{1F48E} ",
|
|
2315
|
-
semverBump: "patch",
|
|
2316
|
-
changelog: {
|
|
2317
|
-
title: "Style Improvements",
|
|
2318
|
-
hidden: false
|
|
2312
|
+
"style": {
|
|
2313
|
+
"description": "Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)",
|
|
2314
|
+
"title": "Style Improvements",
|
|
2315
|
+
"emoji": "\u{1F48E} ",
|
|
2316
|
+
"semverBump": "patch",
|
|
2317
|
+
"changelog": {
|
|
2318
|
+
"title": "Style Improvements",
|
|
2319
|
+
"hidden": false
|
|
2319
2320
|
}
|
|
2320
2321
|
},
|
|
2321
|
-
perf: {
|
|
2322
|
-
description: "A code change that improves performance",
|
|
2323
|
-
title: "Performance Improvement",
|
|
2324
|
-
emoji: "\u23F1\uFE0F ",
|
|
2325
|
-
semverBump: "patch",
|
|
2326
|
-
changelog: {
|
|
2327
|
-
title: "Performance Improvements",
|
|
2328
|
-
hidden: false
|
|
2322
|
+
"perf": {
|
|
2323
|
+
"description": "A code change that improves performance",
|
|
2324
|
+
"title": "Performance Improvement",
|
|
2325
|
+
"emoji": "\u23F1\uFE0F ",
|
|
2326
|
+
"semverBump": "patch",
|
|
2327
|
+
"changelog": {
|
|
2328
|
+
"title": "Performance Improvements",
|
|
2329
|
+
"hidden": false
|
|
2329
2330
|
}
|
|
2330
2331
|
},
|
|
2331
2332
|
/* --- Does not bump version when selected --- */
|
|
2332
|
-
docs: {
|
|
2333
|
-
description: "A change that only includes documentation updates",
|
|
2334
|
-
title: "Documentation",
|
|
2335
|
-
emoji: "\u{1F4DC} ",
|
|
2336
|
-
semverBump: "none",
|
|
2337
|
-
changelog: {
|
|
2338
|
-
title: "Documentation",
|
|
2339
|
-
hidden: false
|
|
2333
|
+
"docs": {
|
|
2334
|
+
"description": "A change that only includes documentation updates",
|
|
2335
|
+
"title": "Documentation",
|
|
2336
|
+
"emoji": "\u{1F4DC} ",
|
|
2337
|
+
"semverBump": "none",
|
|
2338
|
+
"changelog": {
|
|
2339
|
+
"title": "Documentation",
|
|
2340
|
+
"hidden": false
|
|
2340
2341
|
}
|
|
2341
2342
|
},
|
|
2342
|
-
test: {
|
|
2343
|
-
description: "Adding missing tests or correcting existing tests",
|
|
2344
|
-
title: "Testing",
|
|
2345
|
-
emoji: "\u{1F6A8} ",
|
|
2346
|
-
semverBump: "none",
|
|
2347
|
-
changelog: {
|
|
2348
|
-
title: "Testing",
|
|
2349
|
-
hidden: true
|
|
2343
|
+
"test": {
|
|
2344
|
+
"description": "Adding missing tests or correcting existing tests",
|
|
2345
|
+
"title": "Testing",
|
|
2346
|
+
"emoji": "\u{1F6A8} ",
|
|
2347
|
+
"semverBump": "none",
|
|
2348
|
+
"changelog": {
|
|
2349
|
+
"title": "Testing",
|
|
2350
|
+
"hidden": true
|
|
2350
2351
|
}
|
|
2351
2352
|
},
|
|
2352
2353
|
/* --- Not included in commitlint but included in changelog --- */
|
|
2353
|
-
deps: {
|
|
2354
|
-
description: "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
2355
|
-
title: "Dependencies",
|
|
2356
|
-
emoji: "\u{1F4E6} ",
|
|
2357
|
-
hidden: true,
|
|
2358
|
-
semverBump: "patch",
|
|
2359
|
-
changelog: {
|
|
2360
|
-
title: "Dependency Upgrades",
|
|
2361
|
-
hidden: false
|
|
2354
|
+
"deps": {
|
|
2355
|
+
"description": "Changes that add, update, or remove dependencies. This includes devDependencies and peerDependencies",
|
|
2356
|
+
"title": "Dependencies",
|
|
2357
|
+
"emoji": "\u{1F4E6} ",
|
|
2358
|
+
"hidden": true,
|
|
2359
|
+
"semverBump": "patch",
|
|
2360
|
+
"changelog": {
|
|
2361
|
+
"title": "Dependency Upgrades",
|
|
2362
|
+
"hidden": false
|
|
2362
2363
|
}
|
|
2363
2364
|
},
|
|
2364
2365
|
/* --- Not included in commitlint or changelog --- */
|
|
2365
|
-
build: {
|
|
2366
|
-
description: "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
2367
|
-
title: "Build",
|
|
2368
|
-
emoji: "\u{1F6E0} ",
|
|
2369
|
-
hidden: true,
|
|
2370
|
-
semverBump: "none",
|
|
2371
|
-
changelog: {
|
|
2372
|
-
title: "Build",
|
|
2373
|
-
hidden: true
|
|
2366
|
+
"build": {
|
|
2367
|
+
"description": "Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)",
|
|
2368
|
+
"title": "Build",
|
|
2369
|
+
"emoji": "\u{1F6E0} ",
|
|
2370
|
+
"hidden": true,
|
|
2371
|
+
"semverBump": "none",
|
|
2372
|
+
"changelog": {
|
|
2373
|
+
"title": "Build",
|
|
2374
|
+
"hidden": true
|
|
2374
2375
|
}
|
|
2375
2376
|
},
|
|
2376
|
-
release: {
|
|
2377
|
-
description: "Publishing a commit containing a newly released version",
|
|
2378
|
-
title: "Publish Release",
|
|
2379
|
-
emoji: "\u{1F680} ",
|
|
2380
|
-
hidden: true,
|
|
2381
|
-
semverBump: "none",
|
|
2382
|
-
changelog: {
|
|
2383
|
-
title: "Publish Release",
|
|
2384
|
-
hidden: true
|
|
2377
|
+
"release": {
|
|
2378
|
+
"description": "Publishing a commit containing a newly released version",
|
|
2379
|
+
"title": "Publish Release",
|
|
2380
|
+
"emoji": "\u{1F680} ",
|
|
2381
|
+
"hidden": true,
|
|
2382
|
+
"semverBump": "none",
|
|
2383
|
+
"changelog": {
|
|
2384
|
+
"title": "Publish Release",
|
|
2385
|
+
"hidden": true
|
|
2385
2386
|
}
|
|
2386
2387
|
}
|
|
2387
2388
|
};
|
|
@@ -2390,10 +2391,10 @@ var DEFAULT_COMMIT_QUESTIONS = {
|
|
|
2390
2391
|
type: "select",
|
|
2391
2392
|
title: "Commit Type",
|
|
2392
2393
|
description: "Select the commit type that best describes your changes",
|
|
2393
|
-
enum: Object.keys(
|
|
2394
|
-
(type) =>
|
|
2394
|
+
enum: Object.keys(COMMIT_TYPES).filter(
|
|
2395
|
+
(type) => COMMIT_TYPES[type].hidden !== true
|
|
2395
2396
|
).reduce((ret, type) => {
|
|
2396
|
-
ret[type] =
|
|
2397
|
+
ret[type] = COMMIT_TYPES[type];
|
|
2397
2398
|
return ret;
|
|
2398
2399
|
}, {}),
|
|
2399
2400
|
defaultValue: "chore",
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk3CXHVZHFjs = require('./chunk-3CXHVZHF.js');
|
|
5
5
|
require('./chunk-IE3GYKQ2.js');
|
|
6
6
|
require('./chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunk3CXHVZHFjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ require('./chunk-F3DDL5QO.js');
|
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk3CXHVZHFjs = require('./chunk-3CXHVZHF.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 =
|
|
23
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunk3CXHVZHFjs.initGenerator; exports.withTerraformExecutor = _chunkSBXLS6B7js.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk3CXHVZHFjs = require('../../../chunk-3CXHVZHF.js');
|
|
5
5
|
require('../../../chunk-IE3GYKQ2.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunk3CXHVZHFjs.init_default; exports.initGenerator = _chunk3CXHVZHFjs.initGenerator;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.60.
|
|
3
|
+
"version": "0.60.37",
|
|
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": "dbe7708d23dd5fd8289baed4045d6580b4067496"
|
|
139
139
|
}
|