@storm-software/terraform-tools 0.60.29 → 0.60.30
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-NGAJ5W5H.mjs → chunk-4XIS7YDK.mjs} +1 -1
- package/dist/{chunk-SYR53UDS.js → chunk-7ZB35C75.js} +2 -2
- package/dist/{chunk-CB5TC2RP.js → chunk-CDGU2D3C.js} +2 -2
- package/dist/{chunk-VVBBXLTV.js → chunk-CJWRZC26.js} +2 -2
- package/dist/{chunk-ZKDCAXEM.js → chunk-ER4NKE5L.js} +106 -106
- package/dist/{chunk-LB7M33FA.mjs → chunk-H7Y2LFV3.mjs} +1 -1
- package/dist/{chunk-JPEKGOAX.js → chunk-HTZKEVO3.js} +2 -2
- package/dist/{chunk-ELCT45UM.js → chunk-KE7OE54O.js} +2 -2
- package/dist/{chunk-HFX67ZER.mjs → chunk-LWTKJZRO.mjs} +1 -1
- package/dist/{chunk-6MXVWOEX.mjs → chunk-M2N3IAIA.mjs} +1 -1
- package/dist/{chunk-OZWSP7EQ.mjs → chunk-PPFWOOJC.mjs} +1 -1
- package/dist/{chunk-FPUITK4C.mjs → chunk-R4W7LWPZ.mjs} +1 -1
- package/dist/{chunk-FD3RF3B3.mjs → chunk-S73JSUW4.mjs} +4 -4
- package/dist/{chunk-QHV7SDFQ.js → chunk-UDVVYY5D.js} +4 -4
- 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,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.29](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.29) (2025-06-22)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([d8eb8a9de](https://github.com/storm-software/storm-ops/commit/d8eb8a9de))
|
|
11
|
+
|
|
5
12
|
## [0.60.28](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.28) (2025-06-20)
|
|
6
13
|
|
|
7
14
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkKE7OE54Ojs.withTerraformExecutor.call(void 0, "apply");
|
|
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 _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkKE7OE54Ojs.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 _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkKE7OE54Ojs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkUDVVYY5Djs = require('./chunk-UDVVYY5D.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
var _chunk3RG5ZIWIjs = require('./chunk-3RG5ZIWI.js');
|
|
@@ -146,7 +146,7 @@ async function cargoBuildExecutor(options, context) {
|
|
|
146
146
|
const command = buildCargoCommand("build", options, context);
|
|
147
147
|
return await cargoCommand(...command);
|
|
148
148
|
}
|
|
149
|
-
var executor_default =
|
|
149
|
+
var executor_default = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
150
150
|
"Cargo - Build",
|
|
151
151
|
cargoBuildExecutor,
|
|
152
152
|
{
|
|
@@ -166,7 +166,7 @@ async function cargoCheckExecutor(options, context) {
|
|
|
166
166
|
const command = buildCargoCommand("check", options, context);
|
|
167
167
|
return await cargoCommand(...command);
|
|
168
168
|
}
|
|
169
|
-
var executor_default2 =
|
|
169
|
+
var executor_default2 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
170
170
|
"Cargo - Check",
|
|
171
171
|
cargoCheckExecutor,
|
|
172
172
|
{
|
|
@@ -185,7 +185,7 @@ async function cargoClippyExecutor(options, context) {
|
|
|
185
185
|
const command = buildCargoCommand("clippy", options, context);
|
|
186
186
|
return await cargoCommand(...command);
|
|
187
187
|
}
|
|
188
|
-
var executor_default3 =
|
|
188
|
+
var executor_default3 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
189
189
|
"Cargo - Clippy",
|
|
190
190
|
cargoClippyExecutor,
|
|
191
191
|
{
|
|
@@ -208,7 +208,7 @@ async function cargoDocExecutor(options, context) {
|
|
|
208
208
|
const command = buildCargoCommand("doc", options, context);
|
|
209
209
|
return await cargoCommand(...command);
|
|
210
210
|
}
|
|
211
|
-
var executor_default4 =
|
|
211
|
+
var executor_default4 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
212
212
|
"Cargo - Doc",
|
|
213
213
|
cargoDocExecutor,
|
|
214
214
|
{
|
|
@@ -234,7 +234,7 @@ async function cargoFormatExecutor(options, context) {
|
|
|
234
234
|
const command = buildCargoCommand("fmt", options, context);
|
|
235
235
|
return await cargoCommand(...command);
|
|
236
236
|
}
|
|
237
|
-
var executor_default5 =
|
|
237
|
+
var executor_default5 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
238
238
|
"Cargo - Format",
|
|
239
239
|
cargoFormatExecutor,
|
|
240
240
|
{
|
|
@@ -313,9 +313,9 @@ var copyAssets = async (config, assets, outputPath, projectRoot, sourceRoot, gen
|
|
|
313
313
|
output: "src/"
|
|
314
314
|
});
|
|
315
315
|
}
|
|
316
|
-
|
|
316
|
+
_chunkUDVVYY5Djs.writeTrace.call(void 0,
|
|
317
317
|
`\u{1F4DD} Copying the following assets to the output directory:
|
|
318
|
-
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${
|
|
318
|
+
${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkUDVVYY5Djs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
319
319
|
config
|
|
320
320
|
);
|
|
321
321
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -326,18 +326,18 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
326
326
|
});
|
|
327
327
|
await assetHandler.processAllAssetsOnce();
|
|
328
328
|
if (includeSrc === true) {
|
|
329
|
-
|
|
330
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
329
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0,
|
|
330
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
331
331
|
outputPath,
|
|
332
332
|
"src"
|
|
333
333
|
)}`,
|
|
334
334
|
config
|
|
335
335
|
);
|
|
336
336
|
const files = await _glob.glob.call(void 0, [
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
337
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
338
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
339
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.js"),
|
|
340
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
341
341
|
]);
|
|
342
342
|
await Promise.allSettled(
|
|
343
343
|
files.map(
|
|
@@ -392,7 +392,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
392
392
|
)) {
|
|
393
393
|
const projectNode = project.node;
|
|
394
394
|
if (projectNode.data.root) {
|
|
395
|
-
const projectPackageJsonPath =
|
|
395
|
+
const projectPackageJsonPath = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
396
396
|
workspaceRoot3,
|
|
397
397
|
projectNode.data.root,
|
|
398
398
|
"package.json"
|
|
@@ -410,11 +410,11 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
410
410
|
}
|
|
411
411
|
}
|
|
412
412
|
if (localPackages.length > 0) {
|
|
413
|
-
|
|
413
|
+
_chunkUDVVYY5Djs.writeTrace.call(void 0,
|
|
414
414
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
415
415
|
);
|
|
416
416
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
417
|
-
|
|
417
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
418
418
|
"utf8"
|
|
419
419
|
);
|
|
420
420
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -427,7 +427,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
427
427
|
}
|
|
428
428
|
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) => {
|
|
429
429
|
if (_optionalChain([projectConfigurations, 'access', _18 => _18.projects, 'optionalAccess', _19 => _19[dep]])) {
|
|
430
|
-
const depPackageJsonPath =
|
|
430
|
+
const depPackageJsonPath = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
431
431
|
workspaceRoot3,
|
|
432
432
|
projectConfigurations.projects[dep].root,
|
|
433
433
|
"package.json"
|
|
@@ -458,14 +458,14 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
458
458
|
return ret;
|
|
459
459
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
460
460
|
} else {
|
|
461
|
-
|
|
461
|
+
_chunkUDVVYY5Djs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
462
462
|
}
|
|
463
463
|
return packageJson;
|
|
464
464
|
};
|
|
465
465
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
466
|
-
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
466
|
+
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunkUDVVYY5Djs.findWorkspaceRoot.call(void 0, );
|
|
467
467
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
468
|
-
|
|
468
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, workspaceRoot3, "package.json"),
|
|
469
469
|
"utf8"
|
|
470
470
|
);
|
|
471
471
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -476,7 +476,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
476
476
|
if (distSrc.startsWith("/")) {
|
|
477
477
|
distSrc = distSrc.substring(1);
|
|
478
478
|
}
|
|
479
|
-
packageJson.source ??= `${
|
|
479
|
+
packageJson.source ??= `${_chunkUDVVYY5Djs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
480
480
|
}
|
|
481
481
|
packageJson.files ??= ["dist/**/*"];
|
|
482
482
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -501,7 +501,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
501
501
|
packageJson.contributors = [packageJson.author];
|
|
502
502
|
}
|
|
503
503
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
504
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
504
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunkUDVVYY5Djs.joinPaths.call(void 0, "packages", projectName);
|
|
505
505
|
return packageJson;
|
|
506
506
|
};
|
|
507
507
|
|
|
@@ -535,11 +535,11 @@ var _createtaskgraph = require('nx/src/tasks-runner/create-task-graph');
|
|
|
535
535
|
// ../esbuild/src/assets.ts
|
|
536
536
|
async function copyBuildAssets(context) {
|
|
537
537
|
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])) {
|
|
538
|
-
|
|
538
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0,
|
|
539
539
|
` \u{1F4CB} Copying ${context.options.assets.length} asset files to output directory: ${context.outputPath}`,
|
|
540
540
|
context.workspaceConfig
|
|
541
541
|
);
|
|
542
|
-
const stopwatch =
|
|
542
|
+
const stopwatch = _chunkUDVVYY5Djs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
543
543
|
await copyAssets(
|
|
544
544
|
context.workspaceConfig,
|
|
545
545
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
@@ -620,15 +620,15 @@ async function resolveContext(userOptions) {
|
|
|
620
620
|
if (!workspaceRoot3) {
|
|
621
621
|
throw new Error("Cannot find Nx workspace root");
|
|
622
622
|
}
|
|
623
|
-
const workspaceConfig = await
|
|
623
|
+
const workspaceConfig = await _chunkUDVVYY5Djs.getWorkspaceConfig.call(void 0, true, {
|
|
624
624
|
workspaceRoot: workspaceRoot3.dir
|
|
625
625
|
});
|
|
626
|
-
|
|
627
|
-
const stopwatch =
|
|
626
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
627
|
+
const stopwatch = _chunkUDVVYY5Djs.getStopwatch.call(void 0, "Build options resolution");
|
|
628
628
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
629
629
|
exitOnError: true
|
|
630
630
|
});
|
|
631
|
-
const projectJsonPath =
|
|
631
|
+
const projectJsonPath = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
632
632
|
workspaceRoot3.dir,
|
|
633
633
|
projectRoot,
|
|
634
634
|
"project.json"
|
|
@@ -647,7 +647,7 @@ async function resolveContext(userOptions) {
|
|
|
647
647
|
}
|
|
648
648
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
649
649
|
options.name ??= projectName;
|
|
650
|
-
const packageJsonPath =
|
|
650
|
+
const packageJsonPath = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
651
651
|
workspaceRoot3.dir,
|
|
652
652
|
options.projectRoot,
|
|
653
653
|
"package.json"
|
|
@@ -659,7 +659,7 @@ async function resolveContext(userOptions) {
|
|
|
659
659
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
660
660
|
const resolvedOptions = {
|
|
661
661
|
...options,
|
|
662
|
-
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig :
|
|
662
|
+
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunkUDVVYY5Djs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
663
663
|
metafile: userOptions.mode === "development",
|
|
664
664
|
clean: false,
|
|
665
665
|
env,
|
|
@@ -684,8 +684,8 @@ async function resolveContext(userOptions) {
|
|
|
684
684
|
projectConfigurations,
|
|
685
685
|
projectName,
|
|
686
686
|
projectGraph,
|
|
687
|
-
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot ||
|
|
688
|
-
outputPath: resolvedOptions.outputPath ||
|
|
687
|
+
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot || _chunkUDVVYY5Djs.joinPaths.call(void 0, resolvedOptions.projectRoot, "src"),
|
|
688
|
+
outputPath: resolvedOptions.outputPath || _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
689
689
|
workspaceConfig.workspaceRoot,
|
|
690
690
|
"dist",
|
|
691
691
|
resolvedOptions.projectRoot
|
|
@@ -694,10 +694,10 @@ async function resolveContext(userOptions) {
|
|
|
694
694
|
};
|
|
695
695
|
context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
|
|
696
696
|
if (context.options.verbose) {
|
|
697
|
-
|
|
697
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0,
|
|
698
698
|
` \u2699\uFE0F Build options resolved:
|
|
699
699
|
|
|
700
|
-
${
|
|
700
|
+
${_chunkUDVVYY5Djs.formatLogMessage.call(void 0, context.options)}`,
|
|
701
701
|
workspaceConfig
|
|
702
702
|
);
|
|
703
703
|
}
|
|
@@ -709,10 +709,10 @@ ${_chunkQHV7SDFQjs.formatLogMessage.call(void 0, context.options)}`,
|
|
|
709
709
|
|
|
710
710
|
|
|
711
711
|
async function generatePackageJson(context) {
|
|
712
|
-
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0,
|
|
713
|
-
|
|
714
|
-
const stopwatch =
|
|
715
|
-
const packageJsonPath =
|
|
712
|
+
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkUDVVYY5Djs.joinPaths.call(void 0, context.options.projectRoot, "package.json"))) {
|
|
713
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
714
|
+
const stopwatch = _chunkUDVVYY5Djs.getStopwatch.call(void 0, "Write package.json file");
|
|
715
|
+
const packageJsonPath = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
716
716
|
context.options.projectRoot,
|
|
717
717
|
"project.json"
|
|
718
718
|
);
|
|
@@ -720,7 +720,7 @@ async function generatePackageJson(context) {
|
|
|
720
720
|
throw new Error("Cannot find package.json configuration");
|
|
721
721
|
}
|
|
722
722
|
const packageJsonFile = await _promises2.default.readFile(
|
|
723
|
-
|
|
723
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
724
724
|
context.workspaceConfig.workspaceRoot,
|
|
725
725
|
context.options.projectRoot,
|
|
726
726
|
"package.json"
|
|
@@ -826,7 +826,7 @@ async function generatePackageJson(context) {
|
|
|
826
826
|
}
|
|
827
827
|
}
|
|
828
828
|
await _devkit.writeJsonFile.call(void 0,
|
|
829
|
-
|
|
829
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, context.outputPath, "package.json"),
|
|
830
830
|
packageJson
|
|
831
831
|
);
|
|
832
832
|
stopwatch();
|
|
@@ -901,10 +901,10 @@ var depsCheckPlugin = (bundle) => ({
|
|
|
901
901
|
const filteredMissingDeps = missingDependencies.filter((dep) => {
|
|
902
902
|
return !missingIgnore.some((pattern) => dep.match(pattern)) && !peerDependencies.includes(dep);
|
|
903
903
|
});
|
|
904
|
-
|
|
904
|
+
_chunkUDVVYY5Djs.writeWarning.call(void 0,
|
|
905
905
|
`Unused Dependencies: ${JSON.stringify(filteredUnusedDeps)}`
|
|
906
906
|
);
|
|
907
|
-
|
|
907
|
+
_chunkUDVVYY5Djs.writeError.call(void 0,
|
|
908
908
|
`Missing Dependencies: ${JSON.stringify(filteredMissingDeps)}`
|
|
909
909
|
);
|
|
910
910
|
if (filteredMissingDeps.length > 0) {
|
|
@@ -919,14 +919,14 @@ ${JSON.stringify(filteredMissingDeps)}
|
|
|
919
919
|
// ../esbuild/src/tsup.ts
|
|
920
920
|
var _tsup = require('tsup');
|
|
921
921
|
async function executeTsup(context) {
|
|
922
|
-
|
|
922
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0,
|
|
923
923
|
` \u{1F680} Running ${context.options.name} build`,
|
|
924
924
|
context.workspaceConfig
|
|
925
925
|
);
|
|
926
|
-
const stopwatch =
|
|
926
|
+
const stopwatch = _chunkUDVVYY5Djs.getStopwatch.call(void 0, `${context.options.name} build`);
|
|
927
927
|
await _tsup.build.call(void 0, {
|
|
928
928
|
...context.options,
|
|
929
|
-
outDir: context.options.distDir ?
|
|
929
|
+
outDir: context.options.distDir ? _chunkUDVVYY5Djs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
|
|
930
930
|
workspaceConfig: context.workspaceConfig
|
|
931
931
|
});
|
|
932
932
|
stopwatch();
|
|
@@ -937,17 +937,17 @@ async function executeTsup(context) {
|
|
|
937
937
|
async function reportResults(context) {
|
|
938
938
|
if (_optionalChain([context, 'access', _36 => _36.result, 'optionalAccess', _37 => _37.errors, 'access', _38 => _38.length]) === 0) {
|
|
939
939
|
if (context.result.warnings.length > 0) {
|
|
940
|
-
|
|
940
|
+
_chunkUDVVYY5Djs.writeWarning.call(void 0,
|
|
941
941
|
` \u{1F6A7} The following warnings occurred during the build: ${context.result.warnings.map((warning) => warning.text).join("\n")}`,
|
|
942
942
|
context.workspaceConfig
|
|
943
943
|
);
|
|
944
944
|
}
|
|
945
|
-
|
|
945
|
+
_chunkUDVVYY5Djs.writeSuccess.call(void 0,
|
|
946
946
|
` \u{1F4E6} The ${context.options.name} build completed successfully`,
|
|
947
947
|
context.workspaceConfig
|
|
948
948
|
);
|
|
949
949
|
} 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) {
|
|
950
|
-
|
|
950
|
+
_chunkUDVVYY5Djs.writeError.call(void 0,
|
|
951
951
|
` \u274C The ${context.options.name} build failed with the following errors: ${context.result.errors.map((error) => error.text).join("\n")}`,
|
|
952
952
|
context.workspaceConfig
|
|
953
953
|
);
|
|
@@ -984,19 +984,19 @@ async function dependencyCheck(options) {
|
|
|
984
984
|
}
|
|
985
985
|
async function cleanOutputPath(context) {
|
|
986
986
|
if (context.clean !== false && context.outputPath) {
|
|
987
|
-
|
|
987
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0,
|
|
988
988
|
` \u{1F9F9} Cleaning ${context.options.name} output path: ${context.outputPath}`,
|
|
989
989
|
context.workspaceConfig
|
|
990
990
|
);
|
|
991
|
-
const stopwatch =
|
|
991
|
+
const stopwatch = _chunkUDVVYY5Djs.getStopwatch.call(void 0, `${context.options.name} output clean`);
|
|
992
992
|
await cleanDirectories(context.outputPath);
|
|
993
993
|
stopwatch();
|
|
994
994
|
}
|
|
995
995
|
return context;
|
|
996
996
|
}
|
|
997
997
|
async function build2(options) {
|
|
998
|
-
|
|
999
|
-
const stopwatch =
|
|
998
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, ` \u26A1 Executing Storm ESBuild pipeline`);
|
|
999
|
+
const stopwatch = _chunkUDVVYY5Djs.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
1000
1000
|
try {
|
|
1001
1001
|
const opts = Array.isArray(options) ? options : [options];
|
|
1002
1002
|
if (opts.length === 0) {
|
|
@@ -1011,9 +1011,9 @@ async function build2(options) {
|
|
|
1011
1011
|
executeTsup(context)
|
|
1012
1012
|
]);
|
|
1013
1013
|
await reportResults(context);
|
|
1014
|
-
|
|
1014
|
+
_chunkUDVVYY5Djs.writeSuccess.call(void 0, " \u{1F3C1} ESBuild pipeline build completed successfully");
|
|
1015
1015
|
} catch (error) {
|
|
1016
|
-
|
|
1016
|
+
_chunkUDVVYY5Djs.writeFatal.call(void 0,
|
|
1017
1017
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
1018
1018
|
);
|
|
1019
1019
|
throw error;
|
|
@@ -1024,7 +1024,7 @@ async function build2(options) {
|
|
|
1024
1024
|
|
|
1025
1025
|
// ../workspace-tools/src/executors/esbuild/executor.ts
|
|
1026
1026
|
async function esbuildExecutorFn(options, context, config) {
|
|
1027
|
-
|
|
1027
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0, "\u{1F4E6} Running Storm ESBuild executor on the workspace", config);
|
|
1028
1028
|
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])) {
|
|
1029
1029
|
throw new Error(
|
|
1030
1030
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
@@ -1042,7 +1042,7 @@ async function esbuildExecutorFn(options, context, config) {
|
|
|
1042
1042
|
success: true
|
|
1043
1043
|
};
|
|
1044
1044
|
}
|
|
1045
|
-
var executor_default6 =
|
|
1045
|
+
var executor_default6 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
1046
1046
|
"Storm ESBuild build",
|
|
1047
1047
|
esbuildExecutorFn,
|
|
1048
1048
|
{
|
|
@@ -1159,14 +1159,14 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1159
1159
|
"The Size-Limit process failed because the context is not valid. Please run this command from a workspace."
|
|
1160
1160
|
);
|
|
1161
1161
|
}
|
|
1162
|
-
|
|
1162
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0, `\u{1F4CF} Running Size-Limit on ${context.projectName}`, config);
|
|
1163
1163
|
_sizelimit2.default.call(void 0, [_file2.default, _esbuild3.default, _esbuildwhy2.default], {
|
|
1164
1164
|
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,
|
|
1165
1165
|
_nullishCoalesce(_optionalChain([context, 'access', _65 => _65.projectsConfigurations, 'access', _66 => _66.projects, 'access', _67 => _67[context.projectName], 'optionalAccess', _68 => _68.root]), () => ( "./")),
|
|
1166
1166
|
"src"
|
|
1167
1167
|
)))
|
|
1168
1168
|
}).then((result) => {
|
|
1169
|
-
|
|
1169
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0,
|
|
1170
1170
|
`\u{1F4CF} ${context.projectName} Size-Limit result: ${JSON.stringify(result)}`,
|
|
1171
1171
|
config
|
|
1172
1172
|
);
|
|
@@ -1175,7 +1175,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1175
1175
|
success: true
|
|
1176
1176
|
};
|
|
1177
1177
|
}
|
|
1178
|
-
var executor_default7 =
|
|
1178
|
+
var executor_default7 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
1179
1179
|
"Size-Limit Performance Test Executor",
|
|
1180
1180
|
sizeLimitExecutorFn,
|
|
1181
1181
|
{
|
|
@@ -1193,12 +1193,12 @@ var _fsextra = require('fs-extra');
|
|
|
1193
1193
|
var _TypiaProgrammerjs = require('typia/lib/programmers/TypiaProgrammer.js');
|
|
1194
1194
|
async function typiaExecutorFn(options, _, config) {
|
|
1195
1195
|
if (options.clean !== false) {
|
|
1196
|
-
|
|
1196
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0, `\u{1F9F9} Cleaning output path: ${options.outputPath}`, config);
|
|
1197
1197
|
_fsextra.removeSync.call(void 0, options.outputPath);
|
|
1198
1198
|
}
|
|
1199
1199
|
await Promise.all(
|
|
1200
1200
|
options.entry.map((entry) => {
|
|
1201
|
-
|
|
1201
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0, `\u{1F680} Running Typia on entry: ${entry}`, config);
|
|
1202
1202
|
return _TypiaProgrammerjs.TypiaProgrammer.build({
|
|
1203
1203
|
input: entry,
|
|
1204
1204
|
output: options.outputPath,
|
|
@@ -1210,7 +1210,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
1210
1210
|
success: true
|
|
1211
1211
|
};
|
|
1212
1212
|
}
|
|
1213
|
-
var executor_default8 =
|
|
1213
|
+
var executor_default8 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
1214
1214
|
"Typia runtime validation generator",
|
|
1215
1215
|
typiaExecutorFn,
|
|
1216
1216
|
{
|
|
@@ -1231,7 +1231,7 @@ var executor_default8 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
|
1231
1231
|
|
|
1232
1232
|
var _jiti = require('jiti');
|
|
1233
1233
|
async function unbuildExecutorFn(options, context, config) {
|
|
1234
|
-
|
|
1234
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
1235
1235
|
if (!_optionalChain([context, 'access', _69 => _69.projectsConfigurations, 'optionalAccess', _70 => _70.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
1236
1236
|
throw new Error(
|
|
1237
1237
|
"The Build process failed because the context is not valid. Please run this command from a workspace root directory."
|
|
@@ -1248,7 +1248,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1248
1248
|
);
|
|
1249
1249
|
}
|
|
1250
1250
|
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
1251
|
-
fsCache: config.skipCache ? false :
|
|
1251
|
+
fsCache: config.skipCache ? false : _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
1252
1252
|
config.workspaceRoot,
|
|
1253
1253
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1254
1254
|
"jiti"
|
|
@@ -1270,7 +1270,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1270
1270
|
{
|
|
1271
1271
|
stubOptions: {
|
|
1272
1272
|
jiti: {
|
|
1273
|
-
fsCache: config.skipCache ? false :
|
|
1273
|
+
fsCache: config.skipCache ? false : _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
1274
1274
|
config.workspaceRoot,
|
|
1275
1275
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1276
1276
|
"jiti"
|
|
@@ -1299,7 +1299,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1299
1299
|
success: true
|
|
1300
1300
|
};
|
|
1301
1301
|
}
|
|
1302
|
-
var executor_default9 =
|
|
1302
|
+
var executor_default9 = _chunkUDVVYY5Djs.withRunExecutor.call(void 0,
|
|
1303
1303
|
"TypeScript Unbuild build",
|
|
1304
1304
|
unbuildExecutorFn,
|
|
1305
1305
|
{
|
|
@@ -1330,45 +1330,45 @@ var executor_default9 = _chunkQHV7SDFQjs.withRunExecutor.call(void 0,
|
|
|
1330
1330
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
1331
1331
|
skipReadingConfig: false
|
|
1332
1332
|
}) => async (tree, _options) => {
|
|
1333
|
-
const stopwatch =
|
|
1333
|
+
const stopwatch = _chunkUDVVYY5Djs.getStopwatch.call(void 0, name);
|
|
1334
1334
|
let options = _options;
|
|
1335
1335
|
let config;
|
|
1336
1336
|
try {
|
|
1337
|
-
|
|
1337
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0, `\u26A1 Running the ${name} generator...
|
|
1338
1338
|
|
|
1339
1339
|
`, config);
|
|
1340
|
-
const workspaceRoot3 =
|
|
1340
|
+
const workspaceRoot3 = _chunkUDVVYY5Djs.findWorkspaceRoot.call(void 0, );
|
|
1341
1341
|
if (!generatorOptions.skipReadingConfig) {
|
|
1342
|
-
|
|
1342
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0,
|
|
1343
1343
|
`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1344
1344
|
- workspaceRoot: ${workspaceRoot3}`,
|
|
1345
1345
|
config
|
|
1346
1346
|
);
|
|
1347
|
-
config = await
|
|
1347
|
+
config = await _chunkUDVVYY5Djs.getConfig.call(void 0, workspaceRoot3);
|
|
1348
1348
|
}
|
|
1349
1349
|
if (_optionalChain([generatorOptions, 'optionalAccess', _71 => _71.hooks, 'optionalAccess', _72 => _72.applyDefaultOptions])) {
|
|
1350
|
-
|
|
1350
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
1351
1351
|
options = await Promise.resolve(
|
|
1352
1352
|
generatorOptions.hooks.applyDefaultOptions(options, config)
|
|
1353
1353
|
);
|
|
1354
|
-
|
|
1354
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
1355
1355
|
}
|
|
1356
|
-
|
|
1356
|
+
_chunkUDVVYY5Djs.writeTrace.call(void 0,
|
|
1357
1357
|
`Generator schema options \u2699\uFE0F
|
|
1358
1358
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
|
|
1359
1359
|
config
|
|
1360
1360
|
);
|
|
1361
|
-
const tokenized = await
|
|
1361
|
+
const tokenized = await _chunkUDVVYY5Djs.applyWorkspaceTokens.call(void 0,
|
|
1362
1362
|
options,
|
|
1363
1363
|
{ workspaceRoot: tree.root, config },
|
|
1364
|
-
|
|
1364
|
+
_chunkUDVVYY5Djs.applyWorkspaceBaseTokens
|
|
1365
1365
|
);
|
|
1366
1366
|
if (_optionalChain([generatorOptions, 'optionalAccess', _73 => _73.hooks, 'optionalAccess', _74 => _74.preProcess])) {
|
|
1367
|
-
|
|
1367
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
1368
1368
|
await Promise.resolve(
|
|
1369
1369
|
generatorOptions.hooks.preProcess(tokenized, config)
|
|
1370
1370
|
);
|
|
1371
|
-
|
|
1371
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
1372
1372
|
}
|
|
1373
1373
|
const result = await Promise.resolve(
|
|
1374
1374
|
generatorFn(tree, tokenized, config)
|
|
@@ -1383,21 +1383,21 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
|
|
|
1383
1383
|
}
|
|
1384
1384
|
}
|
|
1385
1385
|
if (_optionalChain([generatorOptions, 'optionalAccess', _84 => _84.hooks, 'optionalAccess', _85 => _85.postProcess])) {
|
|
1386
|
-
|
|
1386
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
1387
1387
|
await Promise.resolve(generatorOptions.hooks.postProcess(config));
|
|
1388
|
-
|
|
1388
|
+
_chunkUDVVYY5Djs.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
1389
1389
|
}
|
|
1390
1390
|
return () => {
|
|
1391
|
-
|
|
1391
|
+
_chunkUDVVYY5Djs.writeSuccess.call(void 0, `Completed running the ${name} generator!
|
|
1392
1392
|
`, config);
|
|
1393
1393
|
};
|
|
1394
1394
|
} catch (error) {
|
|
1395
1395
|
return () => {
|
|
1396
|
-
|
|
1396
|
+
_chunkUDVVYY5Djs.writeFatal.call(void 0,
|
|
1397
1397
|
"A fatal error occurred while running the generator - the process was forced to terminate",
|
|
1398
1398
|
config
|
|
1399
1399
|
);
|
|
1400
|
-
|
|
1400
|
+
_chunkUDVVYY5Djs.writeError.call(void 0,
|
|
1401
1401
|
`An exception was thrown in the generator's process
|
|
1402
1402
|
- Details: ${error.message}
|
|
1403
1403
|
- Stacktrace: ${error.stack}`,
|
|
@@ -1463,16 +1463,16 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1463
1463
|
const projectConfig = {
|
|
1464
1464
|
root: normalized.directory,
|
|
1465
1465
|
projectType: "library",
|
|
1466
|
-
sourceRoot:
|
|
1466
|
+
sourceRoot: _chunkUDVVYY5Djs.joinPaths.call(void 0, _nullishCoalesce(normalized.directory, () => ( "")), "src"),
|
|
1467
1467
|
targets: {
|
|
1468
1468
|
build: {
|
|
1469
1469
|
executor: options.buildExecutor,
|
|
1470
1470
|
outputs: ["{options.outputPath}"],
|
|
1471
1471
|
options: {
|
|
1472
|
-
entry: [
|
|
1472
|
+
entry: [_chunkUDVVYY5Djs.joinPaths.call(void 0, normalized.projectRoot, "src", "index.ts")],
|
|
1473
1473
|
outputPath: getOutputPath(normalized),
|
|
1474
|
-
tsconfig:
|
|
1475
|
-
project:
|
|
1474
|
+
tsconfig: _chunkUDVVYY5Djs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json"),
|
|
1475
|
+
project: _chunkUDVVYY5Djs.joinPaths.call(void 0, normalized.projectRoot, "package.json"),
|
|
1476
1476
|
defaultConfiguration: "production",
|
|
1477
1477
|
platform: "neutral",
|
|
1478
1478
|
assets: [
|
|
@@ -1529,7 +1529,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1529
1529
|
if (!normalized.importPath) {
|
|
1530
1530
|
normalized.importPath = normalized.name;
|
|
1531
1531
|
}
|
|
1532
|
-
const packageJsonPath =
|
|
1532
|
+
const packageJsonPath = _chunkUDVVYY5Djs.joinPaths.call(void 0, normalized.projectRoot, "package.json");
|
|
1533
1533
|
if (tree.exists(packageJsonPath)) {
|
|
1534
1534
|
_devkit.updateJson.call(void 0, tree, packageJsonPath, (json) => {
|
|
1535
1535
|
if (!normalized.importPath) {
|
|
@@ -1586,14 +1586,14 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1586
1586
|
}));
|
|
1587
1587
|
}
|
|
1588
1588
|
_js.addTsConfigPath.call(void 0, tree, normalized.importPath, [
|
|
1589
|
-
|
|
1589
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
1590
1590
|
normalized.projectRoot,
|
|
1591
1591
|
"./src",
|
|
1592
1592
|
`index.${normalized.js ? "js" : "ts"}`
|
|
1593
1593
|
)
|
|
1594
1594
|
]);
|
|
1595
|
-
_js.addTsConfigPath.call(void 0, tree,
|
|
1596
|
-
|
|
1595
|
+
_js.addTsConfigPath.call(void 0, tree, _chunkUDVVYY5Djs.joinPaths.call(void 0, normalized.importPath, "/*"), [
|
|
1596
|
+
_chunkUDVVYY5Djs.joinPaths.call(void 0, normalized.projectRoot, "./src", "/*")
|
|
1597
1597
|
]);
|
|
1598
1598
|
if (tree.exists("package.json")) {
|
|
1599
1599
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
@@ -1604,7 +1604,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1604
1604
|
description = packageJson.description;
|
|
1605
1605
|
}
|
|
1606
1606
|
}
|
|
1607
|
-
const tsconfigPath =
|
|
1607
|
+
const tsconfigPath = _chunkUDVVYY5Djs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json");
|
|
1608
1608
|
if (tree.exists(tsconfigPath)) {
|
|
1609
1609
|
_devkit.updateJson.call(void 0, tree, tsconfigPath, (json) => {
|
|
1610
1610
|
json.composite ??= true;
|
|
@@ -1632,7 +1632,7 @@ function getOutputPath(options) {
|
|
|
1632
1632
|
} else {
|
|
1633
1633
|
parts.push(options.projectRoot);
|
|
1634
1634
|
}
|
|
1635
|
-
return
|
|
1635
|
+
return _chunkUDVVYY5Djs.joinPaths.call(void 0, ...parts);
|
|
1636
1636
|
}
|
|
1637
1637
|
function createProjectTsConfigJson(tree, options) {
|
|
1638
1638
|
const tsconfig = {
|
|
@@ -1640,7 +1640,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1640
1640
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _100 => _100.tsconfigOptions]), () => ( {})),
|
|
1641
1641
|
compilerOptions: {
|
|
1642
1642
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
1643
|
-
outDir:
|
|
1643
|
+
outDir: _chunkUDVVYY5Djs.joinPaths.call(void 0, _devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
1644
1644
|
noEmit: true,
|
|
1645
1645
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _101 => _101.tsconfigOptions, 'optionalAccess', _102 => _102.compilerOptions]), () => ( {}))
|
|
1646
1646
|
},
|
|
@@ -1658,7 +1658,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1658
1658
|
"src/**/*.test.ts"
|
|
1659
1659
|
]
|
|
1660
1660
|
};
|
|
1661
|
-
_devkit.writeJson.call(void 0, tree,
|
|
1661
|
+
_devkit.writeJson.call(void 0, tree, _chunkUDVVYY5Djs.joinPaths.call(void 0, options.projectRoot, "tsconfig.json"), tsconfig);
|
|
1662
1662
|
}
|
|
1663
1663
|
async function normalizeOptions(tree, options, config) {
|
|
1664
1664
|
let importPath = options.importPath;
|
|
@@ -1723,7 +1723,7 @@ async function normalizeOptions(tree, options, config) {
|
|
|
1723
1723
|
|
|
1724
1724
|
// ../workspace-tools/src/generators/browser-library/generator.ts
|
|
1725
1725
|
async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
1726
|
-
const filesDir =
|
|
1726
|
+
const filesDir = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
1727
1727
|
__dirname,
|
|
1728
1728
|
"src",
|
|
1729
1729
|
"generators",
|
|
@@ -1806,37 +1806,37 @@ var generator_default = withRunGenerator(
|
|
|
1806
1806
|
|
|
1807
1807
|
var _v4 = require('zod/v4'); var z = _interopRequireWildcard(_v4);
|
|
1808
1808
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
1809
|
-
|
|
1809
|
+
_chunkUDVVYY5Djs.writeInfo.call(void 0,
|
|
1810
1810
|
"\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
|
|
1811
1811
|
config
|
|
1812
1812
|
);
|
|
1813
|
-
|
|
1813
|
+
_chunkUDVVYY5Djs.writeTrace.call(void 0,
|
|
1814
1814
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1815
1815
|
config
|
|
1816
1816
|
);
|
|
1817
|
-
const jsonSchema = z.toJSONSchema(
|
|
1817
|
+
const jsonSchema = z.toJSONSchema(_chunkUDVVYY5Djs.stormWorkspaceConfigSchema, {
|
|
1818
1818
|
target: "draft-7"
|
|
1819
1819
|
});
|
|
1820
1820
|
jsonSchema.$id ??= "https://public.storm-cdn.com/schemas/storm-workspace.schema.json";
|
|
1821
1821
|
jsonSchema.title ??= "Storm Workspace Configuration JSON Schema";
|
|
1822
1822
|
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.";
|
|
1823
|
-
|
|
1823
|
+
_chunkUDVVYY5Djs.writeTrace.call(void 0, jsonSchema, config);
|
|
1824
1824
|
if (!options.outputFile) {
|
|
1825
1825
|
throw new Error(
|
|
1826
1826
|
"The `outputFile` option is required. Please specify the output file path."
|
|
1827
1827
|
);
|
|
1828
1828
|
}
|
|
1829
1829
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(
|
|
1830
|
-
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _111 => _111.workspaceRoot]), () => (
|
|
1830
|
+
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _111 => _111.workspaceRoot]), () => ( _chunkUDVVYY5Djs.findWorkspaceRoot.call(void 0, ))),
|
|
1831
1831
|
options.outputFile.startsWith("./") ? "" : "./"
|
|
1832
1832
|
);
|
|
1833
|
-
|
|
1833
|
+
_chunkUDVVYY5Djs.writeTrace.call(void 0,
|
|
1834
1834
|
`\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`,
|
|
1835
1835
|
config
|
|
1836
1836
|
);
|
|
1837
1837
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, { spaces: 2 });
|
|
1838
1838
|
await _devkit.formatFiles.call(void 0, tree);
|
|
1839
|
-
|
|
1839
|
+
_chunkUDVVYY5Djs.writeSuccess.call(void 0,
|
|
1840
1840
|
"\u{1F680} Storm Configuration JSON Schema creation has completed successfully!",
|
|
1841
1841
|
config
|
|
1842
1842
|
);
|
|
@@ -1892,7 +1892,7 @@ async function initGenerator(tree, schema) {
|
|
|
1892
1892
|
|
|
1893
1893
|
|
|
1894
1894
|
async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
1895
|
-
const filesDir =
|
|
1895
|
+
const filesDir = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
1896
1896
|
__dirname,
|
|
1897
1897
|
"src",
|
|
1898
1898
|
"generators",
|
|
@@ -1951,7 +1951,7 @@ var generator_default3 = withRunGenerator(
|
|
|
1951
1951
|
|
|
1952
1952
|
|
|
1953
1953
|
async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
1954
|
-
const filesDir =
|
|
1954
|
+
const filesDir = _chunkUDVVYY5Djs.joinPaths.call(void 0,
|
|
1955
1955
|
__dirname,
|
|
1956
1956
|
"src",
|
|
1957
1957
|
"generators",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkKE7OE54Ojs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -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 _chunkUDVVYY5Djs = require('./chunk-UDVVYY5D.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 _chunkUDVVYY5Djs.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")) {
|
|
@@ -127,10 +127,10 @@ var RegistryConfigSchema = z.object({
|
|
|
127
127
|
var ColorConfigSchema = SingleThemeColorConfigSchema.or(
|
|
128
128
|
MultiThemeColorConfigSchema
|
|
129
129
|
).describe("Colors used for various workspace elements");
|
|
130
|
-
var ColorConfigMapSchema = z.
|
|
131
|
-
z.
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
var ColorConfigMapSchema = z.record(
|
|
131
|
+
z.union([z.literal("base"), z.string()]),
|
|
132
|
+
ColorConfigSchema
|
|
133
|
+
);
|
|
134
134
|
var ExtendsItemSchema = z.string().trim().describe(
|
|
135
135
|
"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."
|
|
136
136
|
);
|
|
@@ -127,10 +127,10 @@ var RegistryConfigSchema = z.object({
|
|
|
127
127
|
var ColorConfigSchema = SingleThemeColorConfigSchema.or(
|
|
128
128
|
MultiThemeColorConfigSchema
|
|
129
129
|
).describe("Colors used for various workspace elements");
|
|
130
|
-
var ColorConfigMapSchema = z.
|
|
131
|
-
z.
|
|
132
|
-
|
|
133
|
-
|
|
130
|
+
var ColorConfigMapSchema = z.record(
|
|
131
|
+
z.union([z.literal("base"), z.string()]),
|
|
132
|
+
ColorConfigSchema
|
|
133
|
+
);
|
|
134
134
|
var ExtendsItemSchema = z.string().trim().describe(
|
|
135
135
|
"The path to a base config file to use as a configuration preset file. Documentation can be found at https://github.com/unjs/c12#extending-configuration."
|
|
136
136
|
);
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-CJWRZC26.js');
|
|
3
|
+
require('./chunk-HTZKEVO3.js');
|
|
4
|
+
require('./chunk-CDGU2D3C.js');
|
|
5
|
+
require('./chunk-7ZB35C75.js');
|
|
6
|
+
require('./chunk-KE7OE54O.js');
|
|
7
|
+
require('./chunk-UDVVYY5D.js');
|
|
8
8
|
require('./chunk-3RG5ZIWI.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-H7Y2LFV3.mjs";
|
|
3
|
+
import "./chunk-M2N3IAIA.mjs";
|
|
4
|
+
import "./chunk-PPFWOOJC.mjs";
|
|
5
|
+
import "./chunk-R4W7LWPZ.mjs";
|
|
6
|
+
import "./chunk-4XIS7YDK.mjs";
|
|
7
|
+
import "./chunk-S73JSUW4.mjs";
|
|
8
8
|
import "./chunk-ACCVWIOF.mjs";
|
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
|
|
5
|
-
require('./chunk-
|
|
4
|
+
var _chunkER4NKE5Ljs = require('./chunk-ER4NKE5L.js');
|
|
5
|
+
require('./chunk-UDVVYY5D.js');
|
|
6
6
|
require('./chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkER4NKE5Ljs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
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-CJWRZC26.js');
|
|
3
|
+
require('./chunk-HTZKEVO3.js');
|
|
4
|
+
require('./chunk-CDGU2D3C.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkER4NKE5Ljs = require('./chunk-ER4NKE5L.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-7ZB35C75.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunkKE7OE54Ojs = require('./chunk-KE7OE54O.js');
|
|
17
|
+
require('./chunk-UDVVYY5D.js');
|
|
18
18
|
require('./chunk-3RG5ZIWI.js');
|
|
19
19
|
|
|
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 = _chunkER4NKE5Ljs.initGenerator; exports.withTerraformExecutor = _chunkKE7OE54Ojs.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-H7Y2LFV3.mjs";
|
|
3
|
+
import "./chunk-M2N3IAIA.mjs";
|
|
4
|
+
import "./chunk-PPFWOOJC.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-LWTKJZRO.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-R4W7LWPZ.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-4XIS7YDK.mjs";
|
|
17
|
+
import "./chunk-S73JSUW4.mjs";
|
|
18
18
|
import "./chunk-ACCVWIOF.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
package/dist/src/base/index.js
CHANGED
|
@@ -4,10 +4,10 @@
|
|
|
4
4
|
var _chunkILC773N2js = require('../../chunk-ILC773N2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
var
|
|
8
|
-
require('../../chunk-
|
|
7
|
+
var _chunkKE7OE54Ojs = require('../../chunk-KE7OE54O.js');
|
|
8
|
+
require('../../chunk-UDVVYY5D.js');
|
|
9
9
|
require('../../chunk-3RG5ZIWI.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor =
|
|
13
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkKE7OE54Ojs.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-4XIS7YDK.mjs";
|
|
8
|
+
import "../../chunk-S73JSUW4.mjs";
|
|
9
9
|
import "../../chunk-ACCVWIOF.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkKE7OE54Ojs = require('../../chunk-KE7OE54O.js');
|
|
4
|
+
require('../../chunk-UDVVYY5D.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withTerraformExecutor =
|
|
8
|
+
exports.withTerraformExecutor = _chunkKE7OE54Ojs.withTerraformExecutor;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk7ZB35C75js = require('../../../chunk-7ZB35C75.js');
|
|
4
|
+
require('../../../chunk-KE7OE54O.js');
|
|
5
|
+
require('../../../chunk-UDVVYY5D.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk7ZB35C75js.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-R4W7LWPZ.mjs";
|
|
4
|
+
import "../../../chunk-4XIS7YDK.mjs";
|
|
5
|
+
import "../../../chunk-S73JSUW4.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkCJWRZC26js = require('../../../chunk-CJWRZC26.js');
|
|
4
|
+
require('../../../chunk-KE7OE54O.js');
|
|
5
|
+
require('../../../chunk-UDVVYY5D.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkCJWRZC26js.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-H7Y2LFV3.mjs";
|
|
4
|
+
import "../../../chunk-4XIS7YDK.mjs";
|
|
5
|
+
import "../../../chunk-S73JSUW4.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkHTZKEVO3js = require('../../../chunk-HTZKEVO3.js');
|
|
4
|
+
require('../../../chunk-KE7OE54O.js');
|
|
5
|
+
require('../../../chunk-UDVVYY5D.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkHTZKEVO3js.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-M2N3IAIA.mjs";
|
|
4
|
+
import "../../../chunk-4XIS7YDK.mjs";
|
|
5
|
+
import "../../../chunk-S73JSUW4.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkCDGU2D3Cjs = require('../../../chunk-CDGU2D3C.js');
|
|
4
|
+
require('../../../chunk-KE7OE54O.js');
|
|
5
|
+
require('../../../chunk-UDVVYY5D.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkCDGU2D3Cjs.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-PPFWOOJC.mjs";
|
|
4
|
+
import "../../../chunk-4XIS7YDK.mjs";
|
|
5
|
+
import "../../../chunk-S73JSUW4.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../../../chunk-
|
|
4
|
+
var _chunkER4NKE5Ljs = require('../../../chunk-ER4NKE5L.js');
|
|
5
|
+
require('../../../chunk-UDVVYY5D.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkER4NKE5Ljs.init_default; exports.initGenerator = _chunkER4NKE5Ljs.initGenerator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-LWTKJZRO.mjs";
|
|
5
|
+
import "../../../chunk-S73JSUW4.mjs";
|
|
6
6
|
import "../../../chunk-ACCVWIOF.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.60.
|
|
3
|
+
"version": "0.60.30",
|
|
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": "0a4f6bb876fd1fb34e8cecc243e38eb88deee463"
|
|
139
139
|
}
|