@storm-software/terraform-tools 0.65.1 → 0.65.3
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-LDMMSOQW.mjs → chunk-F3ZPJAJU.mjs} +1 -1
- package/dist/{chunk-H3BT3LBN.mjs → chunk-GZLRDATN.mjs} +1 -1
- package/dist/{chunk-IR7HW7YG.js → chunk-HSE7FT6L.js} +106 -106
- package/dist/{chunk-QFNYSNEH.mjs → chunk-IDWOOAY7.mjs} +1 -1
- package/dist/{chunk-JMPD2YXY.mjs → chunk-KCNEJ6MB.mjs} +1 -1
- package/dist/{chunk-DE6IBBYR.js → chunk-KHCBIK7E.js} +2 -2
- package/dist/{chunk-ZPLASCRL.js → chunk-NNHU5AWL.js} +5 -0
- package/dist/{chunk-GUOGMMKN.mjs → chunk-O6HSLMXX.mjs} +1 -1
- package/dist/{chunk-ODW5G3WY.mjs → chunk-PZIOPR2Z.mjs} +5 -0
- package/dist/{chunk-WO3OUOKC.mjs → chunk-UD5LC5XO.mjs} +1 -1
- package/dist/{chunk-JDV5QUWG.js → chunk-UX4TEG4W.js} +2 -2
- package/dist/{chunk-DLA63M27.js → chunk-UYFUMRYT.js} +2 -2
- package/dist/{chunk-JHJFLEJ3.js → chunk-X3ZAIWQT.js} +2 -2
- package/dist/{chunk-PQUO4YRH.js → chunk-X7P2BOO3.js} +2 -2
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- 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.65.2](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.65.2) (2025-09-20)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([b5a7b29f8](https://github.com/storm-software/storm-ops/commit/b5a7b29f8))
|
|
11
|
+
|
|
12
|
+
## [0.65.1](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.65.1) (2025-09-19)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Update workspace package links
|
|
17
|
+
([8cd386592](https://github.com/storm-software/storm-ops/commit/8cd386592))
|
|
18
|
+
|
|
5
19
|
## [0.65.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.65.0) (2025-09-18)
|
|
6
20
|
|
|
7
21
|
### Features
|
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 -->
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
|
|
18
18
|
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _chunkNNHU5AWLjs = require('./chunk-NNHU5AWL.js');
|
|
21
21
|
|
|
22
22
|
// src/generators/init/init.ts
|
|
23
23
|
var _devkit = require('@nx/devkit');
|
|
@@ -144,7 +144,7 @@ async function cargoBuildExecutor(options, context) {
|
|
|
144
144
|
const command = buildCargoCommand("build", options, context);
|
|
145
145
|
return await cargoCommand(...command);
|
|
146
146
|
}
|
|
147
|
-
var executor_default =
|
|
147
|
+
var executor_default = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
148
148
|
"Cargo - Build",
|
|
149
149
|
cargoBuildExecutor,
|
|
150
150
|
{
|
|
@@ -164,7 +164,7 @@ async function cargoCheckExecutor(options, context) {
|
|
|
164
164
|
const command = buildCargoCommand("check", options, context);
|
|
165
165
|
return await cargoCommand(...command);
|
|
166
166
|
}
|
|
167
|
-
var executor_default2 =
|
|
167
|
+
var executor_default2 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
168
168
|
"Cargo - Check",
|
|
169
169
|
cargoCheckExecutor,
|
|
170
170
|
{
|
|
@@ -183,7 +183,7 @@ async function cargoClippyExecutor(options, context) {
|
|
|
183
183
|
const command = buildCargoCommand("clippy", options, context);
|
|
184
184
|
return await cargoCommand(...command);
|
|
185
185
|
}
|
|
186
|
-
var executor_default3 =
|
|
186
|
+
var executor_default3 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
187
187
|
"Cargo - Clippy",
|
|
188
188
|
cargoClippyExecutor,
|
|
189
189
|
{
|
|
@@ -206,7 +206,7 @@ async function cargoDocExecutor(options, context) {
|
|
|
206
206
|
const command = buildCargoCommand("doc", options, context);
|
|
207
207
|
return await cargoCommand(...command);
|
|
208
208
|
}
|
|
209
|
-
var executor_default4 =
|
|
209
|
+
var executor_default4 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
210
210
|
"Cargo - Doc",
|
|
211
211
|
cargoDocExecutor,
|
|
212
212
|
{
|
|
@@ -232,7 +232,7 @@ async function cargoFormatExecutor(options, context) {
|
|
|
232
232
|
const command = buildCargoCommand("fmt", options, context);
|
|
233
233
|
return await cargoCommand(...command);
|
|
234
234
|
}
|
|
235
|
-
var executor_default5 =
|
|
235
|
+
var executor_default5 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
236
236
|
"Cargo - Format",
|
|
237
237
|
cargoFormatExecutor,
|
|
238
238
|
{
|
|
@@ -307,9 +307,9 @@ var copyAssets = async (config5, assets, outputPath, projectRoot, sourceRoot, ge
|
|
|
307
307
|
output: "src/"
|
|
308
308
|
});
|
|
309
309
|
}
|
|
310
|
-
|
|
310
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0,
|
|
311
311
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
312
|
-
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${
|
|
312
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkNNHU5AWLjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
313
313
|
config5
|
|
314
314
|
);
|
|
315
315
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -319,20 +319,20 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
319
319
|
assets: pendingAssets
|
|
320
320
|
});
|
|
321
321
|
await assetHandler.processAllAssetsOnce();
|
|
322
|
-
|
|
322
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config5);
|
|
323
323
|
if (includeSrc === true) {
|
|
324
|
-
|
|
325
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
324
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0,
|
|
325
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
326
326
|
outputPath,
|
|
327
327
|
"src"
|
|
328
328
|
)}`,
|
|
329
329
|
config5
|
|
330
330
|
);
|
|
331
331
|
const files = await _glob.glob.call(void 0, [
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
332
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, config5.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
333
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, config5.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
334
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, config5.workspaceRoot, outputPath, "src/**/*.js"),
|
|
335
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, config5.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
336
336
|
]);
|
|
337
337
|
await Promise.allSettled(
|
|
338
338
|
files.map(
|
|
@@ -387,7 +387,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
387
387
|
)) {
|
|
388
388
|
const projectNode = project.node;
|
|
389
389
|
if (projectNode.data.root) {
|
|
390
|
-
const projectPackageJsonPath =
|
|
390
|
+
const projectPackageJsonPath = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
391
391
|
workspaceRoot3,
|
|
392
392
|
projectNode.data.root,
|
|
393
393
|
"package.json"
|
|
@@ -405,11 +405,11 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
407
|
if (localPackages.length > 0) {
|
|
408
|
-
|
|
408
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0,
|
|
409
409
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
410
410
|
);
|
|
411
411
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
412
|
-
|
|
412
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
413
413
|
"utf8"
|
|
414
414
|
);
|
|
415
415
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -422,7 +422,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
422
422
|
}
|
|
423
423
|
const implicitDependencies = _optionalChain([projectConfigurations, 'access', _13 => _13.projects, 'optionalAccess', _14 => _14[projectName2], 'access', _15 => _15.implicitDependencies, 'optionalAccess', _16 => _16.reduce, 'call', _17 => _17((ret, dep) => {
|
|
424
424
|
if (_optionalChain([projectConfigurations, 'access', _18 => _18.projects, 'optionalAccess', _19 => _19[dep]])) {
|
|
425
|
-
const depPackageJsonPath =
|
|
425
|
+
const depPackageJsonPath = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
426
426
|
workspaceRoot3,
|
|
427
427
|
projectConfigurations.projects[dep].root,
|
|
428
428
|
"package.json"
|
|
@@ -453,14 +453,14 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
453
453
|
return ret;
|
|
454
454
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
455
455
|
} else {
|
|
456
|
-
|
|
456
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
457
457
|
}
|
|
458
458
|
return packageJson;
|
|
459
459
|
};
|
|
460
460
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
461
|
-
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
461
|
+
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunkNNHU5AWLjs.findWorkspaceRoot.call(void 0, );
|
|
462
462
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
463
|
-
|
|
463
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, workspaceRoot3, "package.json"),
|
|
464
464
|
"utf8"
|
|
465
465
|
);
|
|
466
466
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -471,7 +471,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
471
471
|
if (distSrc.startsWith("/")) {
|
|
472
472
|
distSrc = distSrc.substring(1);
|
|
473
473
|
}
|
|
474
|
-
packageJson.source ??= `${
|
|
474
|
+
packageJson.source ??= `${_chunkNNHU5AWLjs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
475
475
|
}
|
|
476
476
|
packageJson.files ??= ["dist/**/*"];
|
|
477
477
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -496,7 +496,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
496
496
|
packageJson.contributors = [packageJson.author];
|
|
497
497
|
}
|
|
498
498
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
499
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
499
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunkNNHU5AWLjs.joinPaths.call(void 0, "packages", projectName);
|
|
500
500
|
return packageJson;
|
|
501
501
|
};
|
|
502
502
|
|
|
@@ -530,11 +530,11 @@ var _createtaskgraph = require('nx/src/tasks-runner/create-task-graph');
|
|
|
530
530
|
// ../esbuild/src/assets.ts
|
|
531
531
|
async function copyBuildAssets(context) {
|
|
532
532
|
if (!_optionalChain([context, 'access', _28 => _28.result, 'optionalAccess', _29 => _29.errors, 'access', _30 => _30.length]) && _optionalChain([context, 'access', _31 => _31.options, 'access', _32 => _32.assets, 'optionalAccess', _33 => _33.length])) {
|
|
533
|
-
|
|
533
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0,
|
|
534
534
|
` \u{1F4CB} Copying ${context.options.assets.length} asset files to output directory: ${context.outputPath}`,
|
|
535
535
|
context.workspaceConfig
|
|
536
536
|
);
|
|
537
|
-
const stopwatch =
|
|
537
|
+
const stopwatch = _chunkNNHU5AWLjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
538
538
|
await copyAssets(
|
|
539
539
|
context.workspaceConfig,
|
|
540
540
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
@@ -615,15 +615,15 @@ async function resolveContext(userOptions) {
|
|
|
615
615
|
if (!workspaceRoot3) {
|
|
616
616
|
throw new Error("Cannot find Nx workspace root");
|
|
617
617
|
}
|
|
618
|
-
const workspaceConfig = await
|
|
618
|
+
const workspaceConfig = await _chunkNNHU5AWLjs.getWorkspaceConfig.call(void 0, true, {
|
|
619
619
|
workspaceRoot: workspaceRoot3.dir
|
|
620
620
|
});
|
|
621
|
-
|
|
622
|
-
const stopwatch =
|
|
621
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
622
|
+
const stopwatch = _chunkNNHU5AWLjs.getStopwatch.call(void 0, "Build options resolution");
|
|
623
623
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
624
624
|
exitOnError: true
|
|
625
625
|
});
|
|
626
|
-
const projectJsonPath =
|
|
626
|
+
const projectJsonPath = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
627
627
|
workspaceRoot3.dir,
|
|
628
628
|
projectRoot,
|
|
629
629
|
"project.json"
|
|
@@ -642,7 +642,7 @@ async function resolveContext(userOptions) {
|
|
|
642
642
|
}
|
|
643
643
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
644
644
|
options.name ??= projectName;
|
|
645
|
-
const packageJsonPath =
|
|
645
|
+
const packageJsonPath = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
646
646
|
workspaceRoot3.dir,
|
|
647
647
|
options.projectRoot,
|
|
648
648
|
"package.json"
|
|
@@ -654,7 +654,7 @@ async function resolveContext(userOptions) {
|
|
|
654
654
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
655
655
|
const resolvedOptions = {
|
|
656
656
|
...options,
|
|
657
|
-
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig :
|
|
657
|
+
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunkNNHU5AWLjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
658
658
|
metafile: userOptions.mode === "development",
|
|
659
659
|
clean: false,
|
|
660
660
|
env,
|
|
@@ -679,8 +679,8 @@ async function resolveContext(userOptions) {
|
|
|
679
679
|
projectConfigurations,
|
|
680
680
|
projectName,
|
|
681
681
|
projectGraph,
|
|
682
|
-
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot ||
|
|
683
|
-
outputPath: resolvedOptions.outputPath ||
|
|
682
|
+
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot || _chunkNNHU5AWLjs.joinPaths.call(void 0, resolvedOptions.projectRoot, "src"),
|
|
683
|
+
outputPath: resolvedOptions.outputPath || _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
684
684
|
workspaceConfig.workspaceRoot,
|
|
685
685
|
"dist",
|
|
686
686
|
resolvedOptions.projectRoot
|
|
@@ -689,10 +689,10 @@ async function resolveContext(userOptions) {
|
|
|
689
689
|
};
|
|
690
690
|
context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
|
|
691
691
|
if (context.options.verbose) {
|
|
692
|
-
|
|
692
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0,
|
|
693
693
|
` \u2699\uFE0F Build options resolved:
|
|
694
694
|
|
|
695
|
-
${
|
|
695
|
+
${_chunkNNHU5AWLjs.formatLogMessage.call(void 0, context.options)}`,
|
|
696
696
|
workspaceConfig
|
|
697
697
|
);
|
|
698
698
|
}
|
|
@@ -704,10 +704,10 @@ ${_chunkZPLASCRLjs.formatLogMessage.call(void 0, context.options)}`,
|
|
|
704
704
|
|
|
705
705
|
|
|
706
706
|
async function generatePackageJson(context) {
|
|
707
|
-
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0,
|
|
708
|
-
|
|
709
|
-
const stopwatch =
|
|
710
|
-
const packageJsonPath =
|
|
707
|
+
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkNNHU5AWLjs.joinPaths.call(void 0, context.options.projectRoot, "package.json"))) {
|
|
708
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
709
|
+
const stopwatch = _chunkNNHU5AWLjs.getStopwatch.call(void 0, "Write package.json file");
|
|
710
|
+
const packageJsonPath = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
711
711
|
context.options.projectRoot,
|
|
712
712
|
"project.json"
|
|
713
713
|
);
|
|
@@ -715,7 +715,7 @@ async function generatePackageJson(context) {
|
|
|
715
715
|
throw new Error("Cannot find package.json configuration");
|
|
716
716
|
}
|
|
717
717
|
const packageJsonFile = await _promises2.default.readFile(
|
|
718
|
-
|
|
718
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
719
719
|
context.workspaceConfig.workspaceRoot,
|
|
720
720
|
context.options.projectRoot,
|
|
721
721
|
"package.json"
|
|
@@ -821,7 +821,7 @@ async function generatePackageJson(context) {
|
|
|
821
821
|
}
|
|
822
822
|
}
|
|
823
823
|
await _devkit.writeJsonFile.call(void 0,
|
|
824
|
-
|
|
824
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, context.outputPath, "package.json"),
|
|
825
825
|
packageJson
|
|
826
826
|
);
|
|
827
827
|
stopwatch();
|
|
@@ -832,14 +832,14 @@ async function generatePackageJson(context) {
|
|
|
832
832
|
// ../esbuild/src/tsup.ts
|
|
833
833
|
var _tsup = require('tsup');
|
|
834
834
|
async function executeTsup(context) {
|
|
835
|
-
|
|
835
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0,
|
|
836
836
|
` \u{1F680} Running ${context.options.name} build`,
|
|
837
837
|
context.workspaceConfig
|
|
838
838
|
);
|
|
839
|
-
const stopwatch =
|
|
839
|
+
const stopwatch = _chunkNNHU5AWLjs.getStopwatch.call(void 0, `${context.options.name} build`);
|
|
840
840
|
await _tsup.build.call(void 0, {
|
|
841
841
|
...context.options,
|
|
842
|
-
outDir: context.options.distDir ?
|
|
842
|
+
outDir: context.options.distDir ? _chunkNNHU5AWLjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
|
|
843
843
|
workspaceConfig: context.workspaceConfig
|
|
844
844
|
});
|
|
845
845
|
stopwatch();
|
|
@@ -850,17 +850,17 @@ async function executeTsup(context) {
|
|
|
850
850
|
async function reportResults(context) {
|
|
851
851
|
if (_optionalChain([context, 'access', _36 => _36.result, 'optionalAccess', _37 => _37.errors, 'access', _38 => _38.length]) === 0) {
|
|
852
852
|
if (context.result.warnings.length > 0) {
|
|
853
|
-
|
|
853
|
+
_chunkNNHU5AWLjs.writeWarning.call(void 0,
|
|
854
854
|
` \u{1F6A7} The following warnings occurred during the build: ${context.result.warnings.map((warning) => warning.text).join("\n")}`,
|
|
855
855
|
context.workspaceConfig
|
|
856
856
|
);
|
|
857
857
|
}
|
|
858
|
-
|
|
858
|
+
_chunkNNHU5AWLjs.writeSuccess.call(void 0,
|
|
859
859
|
` \u{1F4E6} The ${context.options.name} build completed successfully`,
|
|
860
860
|
context.workspaceConfig
|
|
861
861
|
);
|
|
862
862
|
} else if (_optionalChain([context, 'access', _39 => _39.result, 'optionalAccess', _40 => _40.errors]) && _optionalChain([context, 'access', _41 => _41.result, 'optionalAccess', _42 => _42.errors, 'access', _43 => _43.length]) > 0) {
|
|
863
|
-
|
|
863
|
+
_chunkNNHU5AWLjs.writeError.call(void 0,
|
|
864
864
|
` \u274C The ${context.options.name} build failed with the following errors: ${context.result.errors.map((error) => error.text).join("\n")}`,
|
|
865
865
|
context.workspaceConfig
|
|
866
866
|
);
|
|
@@ -871,19 +871,19 @@ async function reportResults(context) {
|
|
|
871
871
|
}
|
|
872
872
|
async function cleanOutputPath(context) {
|
|
873
873
|
if (context.clean !== false && context.outputPath) {
|
|
874
|
-
|
|
874
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0,
|
|
875
875
|
` \u{1F9F9} Cleaning ${context.options.name} output path: ${context.outputPath}`,
|
|
876
876
|
context.workspaceConfig
|
|
877
877
|
);
|
|
878
|
-
const stopwatch =
|
|
878
|
+
const stopwatch = _chunkNNHU5AWLjs.getStopwatch.call(void 0, `${context.options.name} output clean`);
|
|
879
879
|
await cleanDirectories(context.outputPath);
|
|
880
880
|
stopwatch();
|
|
881
881
|
}
|
|
882
882
|
return context;
|
|
883
883
|
}
|
|
884
884
|
async function build(options) {
|
|
885
|
-
|
|
886
|
-
const stopwatch =
|
|
885
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, ` \u26A1 Executing Storm ESBuild pipeline`);
|
|
886
|
+
const stopwatch = _chunkNNHU5AWLjs.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
887
887
|
try {
|
|
888
888
|
const opts = Array.isArray(options) ? options : [options];
|
|
889
889
|
if (opts.length === 0) {
|
|
@@ -898,9 +898,9 @@ async function build(options) {
|
|
|
898
898
|
executeTsup(context)
|
|
899
899
|
]);
|
|
900
900
|
await reportResults(context);
|
|
901
|
-
|
|
901
|
+
_chunkNNHU5AWLjs.writeSuccess.call(void 0, " \u{1F3C1} ESBuild pipeline build completed successfully");
|
|
902
902
|
} catch (error) {
|
|
903
|
-
|
|
903
|
+
_chunkNNHU5AWLjs.writeFatal.call(void 0,
|
|
904
904
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
905
905
|
);
|
|
906
906
|
throw error;
|
|
@@ -911,7 +911,7 @@ async function build(options) {
|
|
|
911
911
|
|
|
912
912
|
// ../workspace-tools/src/executors/esbuild/executor.ts
|
|
913
913
|
async function esbuildExecutorFn(options, context, config5) {
|
|
914
|
-
|
|
914
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm ESBuild executor on the workspace", config5);
|
|
915
915
|
if (!_optionalChain([context, 'access', _44 => _44.projectsConfigurations, 'optionalAccess', _45 => _45.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName] || !_optionalChain([context, 'access', _46 => _46.projectsConfigurations, 'access', _47 => _47.projects, 'access', _48 => _48[context.projectName], 'optionalAccess', _49 => _49.root])) {
|
|
916
916
|
throw new Error(
|
|
917
917
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
@@ -932,7 +932,7 @@ async function esbuildExecutorFn(options, context, config5) {
|
|
|
932
932
|
success: true
|
|
933
933
|
};
|
|
934
934
|
}
|
|
935
|
-
var executor_default6 =
|
|
935
|
+
var executor_default6 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
936
936
|
"Storm ESBuild build",
|
|
937
937
|
esbuildExecutorFn,
|
|
938
938
|
{
|
|
@@ -1062,14 +1062,14 @@ async function sizeLimitExecutorFn(options, context, config5) {
|
|
|
1062
1062
|
"The Size-Limit process failed because the context is not valid. Please run this command from a workspace."
|
|
1063
1063
|
);
|
|
1064
1064
|
}
|
|
1065
|
-
|
|
1065
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0, `\u{1F4CF} Running Size-Limit on ${context.projectName}`, config5);
|
|
1066
1066
|
_sizelimit2.default.call(void 0, [_file2.default, _esbuild2.default, _esbuildwhy2.default], {
|
|
1067
1067
|
checks: _nullishCoalesce(_nullishCoalesce(options.entry, () => ( _optionalChain([context, 'access', _61 => _61.projectsConfigurations, 'access', _62 => _62.projects, 'access', _63 => _63[context.projectName], 'optionalAccess', _64 => _64.sourceRoot]))), () => ( _devkit.joinPathFragments.call(void 0,
|
|
1068
1068
|
_nullishCoalesce(_optionalChain([context, 'access', _65 => _65.projectsConfigurations, 'access', _66 => _66.projects, 'access', _67 => _67[context.projectName], 'optionalAccess', _68 => _68.root]), () => ( "./")),
|
|
1069
1069
|
"src"
|
|
1070
1070
|
)))
|
|
1071
1071
|
}).then((result) => {
|
|
1072
|
-
|
|
1072
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0,
|
|
1073
1073
|
`\u{1F4CF} ${context.projectName} Size-Limit result: ${JSON.stringify(result)}`,
|
|
1074
1074
|
config5
|
|
1075
1075
|
);
|
|
@@ -1078,7 +1078,7 @@ async function sizeLimitExecutorFn(options, context, config5) {
|
|
|
1078
1078
|
success: true
|
|
1079
1079
|
};
|
|
1080
1080
|
}
|
|
1081
|
-
var executor_default7 =
|
|
1081
|
+
var executor_default7 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
1082
1082
|
"Size-Limit Performance Test Executor",
|
|
1083
1083
|
sizeLimitExecutorFn,
|
|
1084
1084
|
{
|
|
@@ -1096,12 +1096,12 @@ var _fsextra = require('fs-extra');
|
|
|
1096
1096
|
var _TypiaProgrammerjs = require('typia/lib/programmers/TypiaProgrammer.js');
|
|
1097
1097
|
async function typiaExecutorFn(options, _, config5) {
|
|
1098
1098
|
if (options.clean !== false) {
|
|
1099
|
-
|
|
1099
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0, `\u{1F9F9} Cleaning output path: ${options.outputPath}`, config5);
|
|
1100
1100
|
_fsextra.removeSync.call(void 0, options.outputPath);
|
|
1101
1101
|
}
|
|
1102
1102
|
await Promise.all(
|
|
1103
1103
|
options.entry.map((entry) => {
|
|
1104
|
-
|
|
1104
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0, `\u{1F680} Running Typia on entry: ${entry}`, config5);
|
|
1105
1105
|
return _TypiaProgrammerjs.TypiaProgrammer.build({
|
|
1106
1106
|
input: entry,
|
|
1107
1107
|
output: options.outputPath,
|
|
@@ -1113,7 +1113,7 @@ async function typiaExecutorFn(options, _, config5) {
|
|
|
1113
1113
|
success: true
|
|
1114
1114
|
};
|
|
1115
1115
|
}
|
|
1116
|
-
var executor_default8 =
|
|
1116
|
+
var executor_default8 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
1117
1117
|
"Typia runtime validation generator",
|
|
1118
1118
|
typiaExecutorFn,
|
|
1119
1119
|
{
|
|
@@ -1134,7 +1134,7 @@ var executor_default8 = _chunkZPLASCRLjs.withRunExecutor.call(void 0,
|
|
|
1134
1134
|
|
|
1135
1135
|
var _jiti = require('jiti');
|
|
1136
1136
|
async function unbuildExecutorFn(options, context, config5) {
|
|
1137
|
-
|
|
1137
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config5);
|
|
1138
1138
|
if (!_optionalChain([context, 'access', _69 => _69.projectsConfigurations, 'optionalAccess', _70 => _70.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
1139
1139
|
throw new Error(
|
|
1140
1140
|
"The Build process failed because the context is not valid. Please run this command from a workspace root directory."
|
|
@@ -1151,7 +1151,7 @@ async function unbuildExecutorFn(options, context, config5) {
|
|
|
1151
1151
|
);
|
|
1152
1152
|
}
|
|
1153
1153
|
const jiti = _jiti.createJiti.call(void 0, config5.workspaceRoot, {
|
|
1154
|
-
fsCache: config5.skipCache ? false :
|
|
1154
|
+
fsCache: config5.skipCache ? false : _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
1155
1155
|
config5.workspaceRoot,
|
|
1156
1156
|
config5.directories.cache || "node_modules/.cache/storm",
|
|
1157
1157
|
"jiti"
|
|
@@ -1173,7 +1173,7 @@ async function unbuildExecutorFn(options, context, config5) {
|
|
|
1173
1173
|
{
|
|
1174
1174
|
stubOptions: {
|
|
1175
1175
|
jiti: {
|
|
1176
|
-
fsCache: config5.skipCache ? false :
|
|
1176
|
+
fsCache: config5.skipCache ? false : _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
1177
1177
|
config5.workspaceRoot,
|
|
1178
1178
|
config5.directories.cache || "node_modules/.cache/storm",
|
|
1179
1179
|
"jiti"
|
|
@@ -1202,7 +1202,7 @@ async function unbuildExecutorFn(options, context, config5) {
|
|
|
1202
1202
|
success: true
|
|
1203
1203
|
};
|
|
1204
1204
|
}
|
|
1205
|
-
var executor_default9 =
|
|
1205
|
+
var executor_default9 = _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
1206
1206
|
"TypeScript Unbuild build",
|
|
1207
1207
|
unbuildExecutorFn,
|
|
1208
1208
|
{
|
|
@@ -1233,45 +1233,45 @@ var executor_default9 = _chunkZPLASCRLjs.withRunExecutor.call(void 0,
|
|
|
1233
1233
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
1234
1234
|
skipReadingConfig: false
|
|
1235
1235
|
}) => async (tree, _options) => {
|
|
1236
|
-
const stopwatch =
|
|
1236
|
+
const stopwatch = _chunkNNHU5AWLjs.getStopwatch.call(void 0, name);
|
|
1237
1237
|
let options = _options;
|
|
1238
1238
|
let config5;
|
|
1239
1239
|
try {
|
|
1240
|
-
|
|
1240
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0, `\u26A1 Running the ${name} generator...
|
|
1241
1241
|
|
|
1242
1242
|
`, config5);
|
|
1243
|
-
const workspaceRoot3 =
|
|
1243
|
+
const workspaceRoot3 = _chunkNNHU5AWLjs.findWorkspaceRoot.call(void 0, );
|
|
1244
1244
|
if (!generatorOptions.skipReadingConfig) {
|
|
1245
|
-
|
|
1245
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0,
|
|
1246
1246
|
`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1247
1247
|
- workspaceRoot: ${workspaceRoot3}`,
|
|
1248
1248
|
config5
|
|
1249
1249
|
);
|
|
1250
|
-
config5 = await
|
|
1250
|
+
config5 = await _chunkNNHU5AWLjs.getConfig.call(void 0, workspaceRoot3);
|
|
1251
1251
|
}
|
|
1252
1252
|
if (_optionalChain([generatorOptions, 'optionalAccess', _71 => _71.hooks, 'optionalAccess', _72 => _72.applyDefaultOptions])) {
|
|
1253
|
-
|
|
1253
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config5);
|
|
1254
1254
|
options = await Promise.resolve(
|
|
1255
1255
|
generatorOptions.hooks.applyDefaultOptions(options, config5)
|
|
1256
1256
|
);
|
|
1257
|
-
|
|
1257
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config5);
|
|
1258
1258
|
}
|
|
1259
|
-
|
|
1259
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0,
|
|
1260
1260
|
`Generator schema options \u2699\uFE0F
|
|
1261
1261
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
|
|
1262
1262
|
config5
|
|
1263
1263
|
);
|
|
1264
|
-
const tokenized = await
|
|
1264
|
+
const tokenized = await _chunkNNHU5AWLjs.applyWorkspaceTokens.call(void 0,
|
|
1265
1265
|
options,
|
|
1266
1266
|
{ workspaceRoot: tree.root, config: config5 },
|
|
1267
|
-
|
|
1267
|
+
_chunkNNHU5AWLjs.applyWorkspaceBaseTokens
|
|
1268
1268
|
);
|
|
1269
1269
|
if (_optionalChain([generatorOptions, 'optionalAccess', _73 => _73.hooks, 'optionalAccess', _74 => _74.preProcess])) {
|
|
1270
|
-
|
|
1270
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, "Running the preProcess hook...", config5);
|
|
1271
1271
|
await Promise.resolve(
|
|
1272
1272
|
generatorOptions.hooks.preProcess(tokenized, config5)
|
|
1273
1273
|
);
|
|
1274
|
-
|
|
1274
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, "Completed the preProcess hook", config5);
|
|
1275
1275
|
}
|
|
1276
1276
|
const result = await Promise.resolve(
|
|
1277
1277
|
generatorFn(tree, tokenized, config5)
|
|
@@ -1286,21 +1286,21 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
|
|
|
1286
1286
|
}
|
|
1287
1287
|
}
|
|
1288
1288
|
if (_optionalChain([generatorOptions, 'optionalAccess', _84 => _84.hooks, 'optionalAccess', _85 => _85.postProcess])) {
|
|
1289
|
-
|
|
1289
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, "Running the postProcess hook...", config5);
|
|
1290
1290
|
await Promise.resolve(generatorOptions.hooks.postProcess(config5));
|
|
1291
|
-
|
|
1291
|
+
_chunkNNHU5AWLjs.writeDebug.call(void 0, "Completed the postProcess hook", config5);
|
|
1292
1292
|
}
|
|
1293
1293
|
return () => {
|
|
1294
|
-
|
|
1294
|
+
_chunkNNHU5AWLjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
|
|
1295
1295
|
`, config5);
|
|
1296
1296
|
};
|
|
1297
1297
|
} catch (error) {
|
|
1298
1298
|
return () => {
|
|
1299
|
-
|
|
1299
|
+
_chunkNNHU5AWLjs.writeFatal.call(void 0,
|
|
1300
1300
|
"A fatal error occurred while running the generator - the process was forced to terminate",
|
|
1301
1301
|
config5
|
|
1302
1302
|
);
|
|
1303
|
-
|
|
1303
|
+
_chunkNNHU5AWLjs.writeError.call(void 0,
|
|
1304
1304
|
`An exception was thrown in the generator's process
|
|
1305
1305
|
- Details: ${error.message}
|
|
1306
1306
|
- Stacktrace: ${error.stack}`,
|
|
@@ -1366,16 +1366,16 @@ async function typeScriptLibraryGeneratorFn(tree, options, config5) {
|
|
|
1366
1366
|
const projectConfig = {
|
|
1367
1367
|
root: normalized.directory,
|
|
1368
1368
|
projectType: "library",
|
|
1369
|
-
sourceRoot:
|
|
1369
|
+
sourceRoot: _chunkNNHU5AWLjs.joinPaths.call(void 0, _nullishCoalesce(normalized.directory, () => ( "")), "src"),
|
|
1370
1370
|
targets: {
|
|
1371
1371
|
build: {
|
|
1372
1372
|
executor: options.buildExecutor,
|
|
1373
1373
|
outputs: ["{options.outputPath}"],
|
|
1374
1374
|
options: {
|
|
1375
|
-
entry: [
|
|
1375
|
+
entry: [_chunkNNHU5AWLjs.joinPaths.call(void 0, normalized.projectRoot, "src", "index.ts")],
|
|
1376
1376
|
outputPath: getOutputPath(normalized),
|
|
1377
|
-
tsconfig:
|
|
1378
|
-
project:
|
|
1377
|
+
tsconfig: _chunkNNHU5AWLjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json"),
|
|
1378
|
+
project: _chunkNNHU5AWLjs.joinPaths.call(void 0, normalized.projectRoot, "package.json"),
|
|
1379
1379
|
defaultConfiguration: "production",
|
|
1380
1380
|
platform: "neutral",
|
|
1381
1381
|
assets: [
|
|
@@ -1432,7 +1432,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config5) {
|
|
|
1432
1432
|
if (!normalized.importPath) {
|
|
1433
1433
|
normalized.importPath = normalized.name;
|
|
1434
1434
|
}
|
|
1435
|
-
const packageJsonPath =
|
|
1435
|
+
const packageJsonPath = _chunkNNHU5AWLjs.joinPaths.call(void 0, normalized.projectRoot, "package.json");
|
|
1436
1436
|
if (tree.exists(packageJsonPath)) {
|
|
1437
1437
|
_devkit.updateJson.call(void 0, tree, packageJsonPath, (json) => {
|
|
1438
1438
|
if (!normalized.importPath) {
|
|
@@ -1489,14 +1489,14 @@ async function typeScriptLibraryGeneratorFn(tree, options, config5) {
|
|
|
1489
1489
|
}));
|
|
1490
1490
|
}
|
|
1491
1491
|
_js.addTsConfigPath.call(void 0, tree, normalized.importPath, [
|
|
1492
|
-
|
|
1492
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
1493
1493
|
normalized.projectRoot,
|
|
1494
1494
|
"./src",
|
|
1495
1495
|
`index.${normalized.js ? "js" : "ts"}`
|
|
1496
1496
|
)
|
|
1497
1497
|
]);
|
|
1498
|
-
_js.addTsConfigPath.call(void 0, tree,
|
|
1499
|
-
|
|
1498
|
+
_js.addTsConfigPath.call(void 0, tree, _chunkNNHU5AWLjs.joinPaths.call(void 0, normalized.importPath, "/*"), [
|
|
1499
|
+
_chunkNNHU5AWLjs.joinPaths.call(void 0, normalized.projectRoot, "./src", "/*")
|
|
1500
1500
|
]);
|
|
1501
1501
|
if (tree.exists("package.json")) {
|
|
1502
1502
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
@@ -1507,7 +1507,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config5) {
|
|
|
1507
1507
|
description = packageJson.description;
|
|
1508
1508
|
}
|
|
1509
1509
|
}
|
|
1510
|
-
const tsconfigPath =
|
|
1510
|
+
const tsconfigPath = _chunkNNHU5AWLjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json");
|
|
1511
1511
|
if (tree.exists(tsconfigPath)) {
|
|
1512
1512
|
_devkit.updateJson.call(void 0, tree, tsconfigPath, (json) => {
|
|
1513
1513
|
json.composite ??= true;
|
|
@@ -1535,7 +1535,7 @@ function getOutputPath(options) {
|
|
|
1535
1535
|
} else {
|
|
1536
1536
|
parts.push(options.projectRoot);
|
|
1537
1537
|
}
|
|
1538
|
-
return
|
|
1538
|
+
return _chunkNNHU5AWLjs.joinPaths.call(void 0, ...parts);
|
|
1539
1539
|
}
|
|
1540
1540
|
function createProjectTsConfigJson(tree, options) {
|
|
1541
1541
|
const tsconfig = {
|
|
@@ -1543,7 +1543,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1543
1543
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _100 => _100.tsconfigOptions]), () => ( {})),
|
|
1544
1544
|
compilerOptions: {
|
|
1545
1545
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
1546
|
-
outDir:
|
|
1546
|
+
outDir: _chunkNNHU5AWLjs.joinPaths.call(void 0, _devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
1547
1547
|
noEmit: true,
|
|
1548
1548
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _101 => _101.tsconfigOptions, 'optionalAccess', _102 => _102.compilerOptions]), () => ( {}))
|
|
1549
1549
|
},
|
|
@@ -1561,7 +1561,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1561
1561
|
"src/**/*.test.ts"
|
|
1562
1562
|
]
|
|
1563
1563
|
};
|
|
1564
|
-
_devkit.writeJson.call(void 0, tree,
|
|
1564
|
+
_devkit.writeJson.call(void 0, tree, _chunkNNHU5AWLjs.joinPaths.call(void 0, options.projectRoot, "tsconfig.json"), tsconfig);
|
|
1565
1565
|
}
|
|
1566
1566
|
async function normalizeOptions(tree, options, config5) {
|
|
1567
1567
|
let importPath = options.importPath;
|
|
@@ -1626,7 +1626,7 @@ async function normalizeOptions(tree, options, config5) {
|
|
|
1626
1626
|
|
|
1627
1627
|
// ../workspace-tools/src/generators/browser-library/generator.ts
|
|
1628
1628
|
async function browserLibraryGeneratorFn(tree, schema, config5) {
|
|
1629
|
-
const filesDir =
|
|
1629
|
+
const filesDir = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
1630
1630
|
__dirname,
|
|
1631
1631
|
"src",
|
|
1632
1632
|
"generators",
|
|
@@ -1709,38 +1709,38 @@ var generator_default = withRunGenerator(
|
|
|
1709
1709
|
|
|
1710
1710
|
var _zod = require('zod'); var z = _interopRequireWildcard(_zod);
|
|
1711
1711
|
async function configSchemaGeneratorFn(tree, options, config5) {
|
|
1712
|
-
|
|
1712
|
+
_chunkNNHU5AWLjs.writeInfo.call(void 0,
|
|
1713
1713
|
"\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
|
|
1714
1714
|
config5
|
|
1715
1715
|
);
|
|
1716
|
-
|
|
1716
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0,
|
|
1717
1717
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1718
1718
|
config5
|
|
1719
1719
|
);
|
|
1720
|
-
const jsonSchema = z.toJSONSchema(
|
|
1720
|
+
const jsonSchema = z.toJSONSchema(_chunkNNHU5AWLjs.workspaceConfigSchema, {
|
|
1721
1721
|
target: "draft-7",
|
|
1722
|
-
metadata:
|
|
1722
|
+
metadata: _chunkNNHU5AWLjs.schemaRegistry
|
|
1723
1723
|
});
|
|
1724
1724
|
jsonSchema.$id ??= "https://public.storm-cdn.com/schemas/storm-workspace.schema.json";
|
|
1725
1725
|
jsonSchema.title ??= "Storm Workspace Configuration JSON Schema";
|
|
1726
1726
|
jsonSchema.description ??= "This JSON Schema defines the structure of the Storm Workspace configuration file (`storm-workspace.json`). It is used to validate the configuration file and ensure that it adheres to the expected format.";
|
|
1727
|
-
|
|
1727
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0, jsonSchema, config5);
|
|
1728
1728
|
if (!options.outputFile) {
|
|
1729
1729
|
throw new Error(
|
|
1730
1730
|
"The `outputFile` option is required. Please specify the output file path."
|
|
1731
1731
|
);
|
|
1732
1732
|
}
|
|
1733
1733
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(
|
|
1734
|
-
_nullishCoalesce(_optionalChain([config5, 'optionalAccess', _111 => _111.workspaceRoot]), () => (
|
|
1734
|
+
_nullishCoalesce(_optionalChain([config5, 'optionalAccess', _111 => _111.workspaceRoot]), () => ( _chunkNNHU5AWLjs.findWorkspaceRoot.call(void 0, ))),
|
|
1735
1735
|
options.outputFile.startsWith("./") ? "" : "./"
|
|
1736
1736
|
);
|
|
1737
|
-
|
|
1737
|
+
_chunkNNHU5AWLjs.writeTrace.call(void 0,
|
|
1738
1738
|
`\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`,
|
|
1739
1739
|
config5
|
|
1740
1740
|
);
|
|
1741
1741
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, { spaces: 2 });
|
|
1742
1742
|
await _devkit.formatFiles.call(void 0, tree);
|
|
1743
|
-
|
|
1743
|
+
_chunkNNHU5AWLjs.writeSuccess.call(void 0,
|
|
1744
1744
|
"\u{1F680} Storm Configuration JSON Schema creation has completed successfully!",
|
|
1745
1745
|
config5
|
|
1746
1746
|
);
|
|
@@ -1796,7 +1796,7 @@ async function initGenerator(tree, schema) {
|
|
|
1796
1796
|
|
|
1797
1797
|
|
|
1798
1798
|
async function neutralLibraryGeneratorFn(tree, schema, config5) {
|
|
1799
|
-
const filesDir =
|
|
1799
|
+
const filesDir = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
1800
1800
|
__dirname,
|
|
1801
1801
|
"src",
|
|
1802
1802
|
"generators",
|
|
@@ -1855,7 +1855,7 @@ var generator_default3 = withRunGenerator(
|
|
|
1855
1855
|
|
|
1856
1856
|
|
|
1857
1857
|
async function nodeLibraryGeneratorFn(tree, schema, config5) {
|
|
1858
|
-
const filesDir =
|
|
1858
|
+
const filesDir = _chunkNNHU5AWLjs.joinPaths.call(void 0,
|
|
1859
1859
|
__dirname,
|
|
1860
1860
|
"src",
|
|
1861
1861
|
"generators",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkUX4TEG4Wjs = require('./chunk-UX4TEG4W.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkUX4TEG4Wjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -486,6 +486,7 @@ var rootFiles = [
|
|
|
486
486
|
var rootDirectories = [
|
|
487
487
|
".storm-workspace",
|
|
488
488
|
".nx",
|
|
489
|
+
".git",
|
|
489
490
|
".github",
|
|
490
491
|
".vscode",
|
|
491
492
|
".verdaccio"
|
|
@@ -1347,6 +1348,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1347
1348
|
// ../config-tools/src/create-storm-config.ts
|
|
1348
1349
|
|
|
1349
1350
|
|
|
1351
|
+
|
|
1350
1352
|
// ../config-tools/src/env/get-env.ts
|
|
1351
1353
|
var getExtensionEnv = (extensionName) => {
|
|
1352
1354
|
const prefix = `STORM_EXTENSION_${extensionName.toUpperCase()}_`;
|
|
@@ -1957,6 +1959,9 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1957
1959
|
configFile,
|
|
1958
1960
|
defaultConfig
|
|
1959
1961
|
);
|
|
1962
|
+
if (!configInput.variant) {
|
|
1963
|
+
configInput.variant = _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "nx.json")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, ".nx")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "lerna.json")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
1964
|
+
}
|
|
1960
1965
|
try {
|
|
1961
1966
|
result = applyDefaultConfig(
|
|
1962
1967
|
await workspaceConfigSchema.parseAsync(configInput)
|
|
@@ -486,6 +486,7 @@ var rootFiles = [
|
|
|
486
486
|
var rootDirectories = [
|
|
487
487
|
".storm-workspace",
|
|
488
488
|
".nx",
|
|
489
|
+
".git",
|
|
489
490
|
".github",
|
|
490
491
|
".vscode",
|
|
491
492
|
".verdaccio"
|
|
@@ -1346,6 +1347,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1346
1347
|
|
|
1347
1348
|
// ../config-tools/src/create-storm-config.ts
|
|
1348
1349
|
import defu2 from "defu";
|
|
1350
|
+
import { existsSync as existsSync3 } from "node:fs";
|
|
1349
1351
|
|
|
1350
1352
|
// ../config-tools/src/env/get-env.ts
|
|
1351
1353
|
var getExtensionEnv = (extensionName) => {
|
|
@@ -1957,6 +1959,9 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
|
|
|
1957
1959
|
configFile,
|
|
1958
1960
|
defaultConfig
|
|
1959
1961
|
);
|
|
1962
|
+
if (!configInput.variant) {
|
|
1963
|
+
configInput.variant = existsSync3(joinPaths(_workspaceRoot, "nx.json")) || existsSync3(joinPaths(_workspaceRoot, ".nx")) || existsSync3(joinPaths(_workspaceRoot, "lerna.json")) || existsSync3(joinPaths(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
1964
|
+
}
|
|
1960
1965
|
try {
|
|
1961
1966
|
result = applyDefaultConfig(
|
|
1962
1967
|
await workspaceConfigSchema.parseAsync(configInput)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } }
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkNNHU5AWLjs = require('./chunk-NNHU5AWL.js');
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/utilities/run.ts
|
|
6
6
|
var _child_process = require('child_process');
|
|
@@ -24,7 +24,7 @@ var run = (config, command, cwd = _nullishCoalesce(config.workspaceRoot, () => (
|
|
|
24
24
|
// src/base/terraform-executor.ts
|
|
25
25
|
var _shelljs = require('shelljs');
|
|
26
26
|
var withTerraformExecutor = (command, executorOptions = {}) => async (_options, context) => {
|
|
27
|
-
return
|
|
27
|
+
return _chunkNNHU5AWLjs.withRunExecutor.call(void 0,
|
|
28
28
|
`Terraform \`${command}\` Command Executor`,
|
|
29
29
|
async (options, context2, config) => {
|
|
30
30
|
if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkUX4TEG4Wjs = require('./chunk-UX4TEG4W.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkUX4TEG4Wjs.withTerraformExecutor.call(void 0, "plan");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkUX4TEG4Wjs = require('./chunk-UX4TEG4W.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkUX4TEG4Wjs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkUX4TEG4Wjs = require('./chunk-UX4TEG4W.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkUX4TEG4Wjs.withTerraformExecutor.call(void 0, "apply");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
package/dist/executors.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-X3ZAIWQT.js');
|
|
3
|
+
require('./chunk-KHCBIK7E.js');
|
|
4
|
+
require('./chunk-UYFUMRYT.js');
|
|
5
|
+
require('./chunk-X7P2BOO3.js');
|
|
6
|
+
require('./chunk-UX4TEG4W.js');
|
|
7
|
+
require('./chunk-NNHU5AWL.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-UD5LC5XO.mjs";
|
|
3
|
+
import "./chunk-GZLRDATN.mjs";
|
|
4
|
+
import "./chunk-O6HSLMXX.mjs";
|
|
5
|
+
import "./chunk-F3ZPJAJU.mjs";
|
|
6
|
+
import "./chunk-KCNEJ6MB.mjs";
|
|
7
|
+
import "./chunk-PZIOPR2Z.mjs";
|
|
8
8
|
import "./chunk-NMQP6WEB.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
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkHSE7FT6Ljs = require('./chunk-HSE7FT6L.js');
|
|
5
|
+
require('./chunk-NNHU5AWL.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.initGenerator =
|
|
8
|
+
exports.initGenerator = _chunkHSE7FT6Ljs.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-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-X3ZAIWQT.js');
|
|
3
|
+
require('./chunk-KHCBIK7E.js');
|
|
4
|
+
require('./chunk-UYFUMRYT.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkHSE7FT6Ljs = require('./chunk-HSE7FT6L.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
-
require('./chunk-
|
|
13
|
+
require('./chunk-X7P2BOO3.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkUX4TEG4Wjs = require('./chunk-UX4TEG4W.js');
|
|
17
|
+
require('./chunk-NNHU5AWL.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 = _chunkHSE7FT6Ljs.initGenerator; exports.withTerraformExecutor = _chunkUX4TEG4Wjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-UD5LC5XO.mjs";
|
|
3
|
+
import "./chunk-GZLRDATN.mjs";
|
|
4
|
+
import "./chunk-O6HSLMXX.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-IDWOOAY7.mjs";
|
|
9
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
base_terraform_executor_untyped_default
|
|
12
12
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
-
import "./chunk-
|
|
13
|
+
import "./chunk-F3ZPJAJU.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-KCNEJ6MB.mjs";
|
|
17
|
+
import "./chunk-PZIOPR2Z.mjs";
|
|
18
18
|
import "./chunk-NMQP6WEB.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
package/dist/src/base/index.js
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
var _chunkILC773N2js = require('../../chunk-ILC773N2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../chunk-
|
|
7
|
+
var _chunkUX4TEG4Wjs = require('../../chunk-UX4TEG4W.js');
|
|
8
|
+
require('../../chunk-NNHU5AWL.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor =
|
|
12
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkUX4TEG4Wjs.withTerraformExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ import {
|
|
|
4
4
|
} from "../../chunk-EL25IDXP.mjs";
|
|
5
5
|
import {
|
|
6
6
|
withTerraformExecutor
|
|
7
|
-
} from "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
} from "../../chunk-KCNEJ6MB.mjs";
|
|
8
|
+
import "../../chunk-PZIOPR2Z.mjs";
|
|
9
9
|
import "../../chunk-NMQP6WEB.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkUX4TEG4Wjs = require('../../chunk-UX4TEG4W.js');
|
|
4
|
+
require('../../chunk-NNHU5AWL.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.withTerraformExecutor =
|
|
7
|
+
exports.withTerraformExecutor = _chunkUX4TEG4Wjs.withTerraformExecutor;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkX7P2BOO3js = require('../../../chunk-X7P2BOO3.js');
|
|
4
|
+
require('../../../chunk-UX4TEG4W.js');
|
|
5
|
+
require('../../../chunk-NNHU5AWL.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkX7P2BOO3js.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-F3ZPJAJU.mjs";
|
|
4
|
+
import "../../../chunk-KCNEJ6MB.mjs";
|
|
5
|
+
import "../../../chunk-PZIOPR2Z.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkX3ZAIWQTjs = require('../../../chunk-X3ZAIWQT.js');
|
|
4
|
+
require('../../../chunk-UX4TEG4W.js');
|
|
5
|
+
require('../../../chunk-NNHU5AWL.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkX3ZAIWQTjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-UD5LC5XO.mjs";
|
|
4
|
+
import "../../../chunk-KCNEJ6MB.mjs";
|
|
5
|
+
import "../../../chunk-PZIOPR2Z.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkKHCBIK7Ejs = require('../../../chunk-KHCBIK7E.js');
|
|
4
|
+
require('../../../chunk-UX4TEG4W.js');
|
|
5
|
+
require('../../../chunk-NNHU5AWL.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkKHCBIK7Ejs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-GZLRDATN.mjs";
|
|
4
|
+
import "../../../chunk-KCNEJ6MB.mjs";
|
|
5
|
+
import "../../../chunk-PZIOPR2Z.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkUYFUMRYTjs = require('../../../chunk-UYFUMRYT.js');
|
|
4
|
+
require('../../../chunk-UX4TEG4W.js');
|
|
5
|
+
require('../../../chunk-NNHU5AWL.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkUYFUMRYTjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-O6HSLMXX.mjs";
|
|
4
|
+
import "../../../chunk-KCNEJ6MB.mjs";
|
|
5
|
+
import "../../../chunk-PZIOPR2Z.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkHSE7FT6Ljs = require('../../../chunk-HSE7FT6L.js');
|
|
5
|
+
require('../../../chunk-NNHU5AWL.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkHSE7FT6Ljs.init_default; exports.initGenerator = _chunkHSE7FT6Ljs.initGenerator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-IDWOOAY7.mjs";
|
|
5
|
+
import "../../../chunk-PZIOPR2Z.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.3",
|
|
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": "4d44644a8d56ed0d61e060cf74147fcc83210a5c"
|
|
139
139
|
}
|