@storm-software/terraform-tools 0.60.49 → 0.60.51
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +20 -0
- package/README.md +1 -1
- package/dist/{chunk-KNOJATJN.js → chunk-3PAJMHOF.js} +2 -2
- package/dist/{chunk-QJKY2EXM.js → chunk-4VNSDKOR.js} +2 -2
- package/dist/{chunk-EL5G3CJW.js → chunk-6HOWHHDG.js} +2 -2
- package/dist/{chunk-2J5VHCFZ.mjs → chunk-6YTYOAW6.mjs} +4 -2
- package/dist/{chunk-6H4WUAF5.js → chunk-AWITVSS5.js} +2 -2
- package/dist/{chunk-JS7SUCFM.mjs → chunk-E2U43APT.mjs} +1 -1
- package/dist/{chunk-E5YWLZPX.js → chunk-FQ2GHA6R.js} +2 -2
- package/dist/{chunk-HMVRBTCN.js → chunk-IZAECJQQ.js} +0 -1
- package/dist/{chunk-4XQVFURC.js → chunk-QHGW6MC3.js} +109 -107
- package/dist/{chunk-ZGB4X6IY.mjs → chunk-RXJYBJ7H.mjs} +0 -1
- package/dist/{chunk-KM4V4EWR.mjs → chunk-VONBHUKA.mjs} +1 -1
- package/dist/{chunk-ZLW4FURC.mjs → chunk-W27SMATF.mjs} +1 -1
- package/dist/{chunk-WRGWX7A4.mjs → chunk-W5R5GLHL.mjs} +1 -1
- package/dist/{chunk-YYCFKHSS.mjs → chunk-Y4UYW4I2.mjs} +1 -1
- 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,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.60.50](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.50) (2025-08-02)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Resolve issue with missing external dependencies
|
|
10
|
+
([d47adff14](https://github.com/storm-software/storm-ops/commit/d47adff14))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([b867380ec](https://github.com/storm-software/storm-ops/commit/b867380ec))
|
|
16
|
+
|
|
17
|
+
## [0.60.49](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.49) (2025-08-01)
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **git-tools:** Update `package.json` to ensure external dependencies are
|
|
22
|
+
installed
|
|
23
|
+
([506a0cf30](https://github.com/storm-software/storm-ops/commit/506a0cf30))
|
|
24
|
+
|
|
5
25
|
## [0.60.48](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.60.48) (2025-08-01)
|
|
6
26
|
|
|
7
27
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -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 _chunkIZAECJQQjs = require('./chunk-IZAECJQQ.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 _chunkIZAECJQQjs.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 _chunk3PAJMHOFjs = require('./chunk-3PAJMHOF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/plan/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3PAJMHOFjs.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 _chunk3PAJMHOFjs = require('./chunk-3PAJMHOF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/destroy/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3PAJMHOFjs.withTerraformExecutor.call(void 0, "destroy");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
writeSuccess,
|
|
17
17
|
writeTrace,
|
|
18
18
|
writeWarning
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-RXJYBJ7H.mjs";
|
|
20
20
|
import {
|
|
21
21
|
__dirname,
|
|
22
22
|
__require
|
|
@@ -2871,7 +2871,9 @@ var NPM_LOCK_PATH = join2(workspaceRoot2, NPM_LOCK_FILE);
|
|
|
2871
2871
|
var PNPM_LOCK_PATH = join2(workspaceRoot2, PNPM_LOCK_FILE);
|
|
2872
2872
|
|
|
2873
2873
|
// ../workspace-tools/src/utils/plugin-helpers.ts
|
|
2874
|
-
import {
|
|
2874
|
+
import {
|
|
2875
|
+
readJsonFile as readJsonFile3
|
|
2876
|
+
} from "@nx/devkit";
|
|
2875
2877
|
import defu3 from "defu";
|
|
2876
2878
|
import { existsSync as existsSync8 } from "node:fs";
|
|
2877
2879
|
import { dirname as dirname2, join as join3 } from "node:path";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk3PAJMHOFjs = require('./chunk-3PAJMHOF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/apply/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3PAJMHOFjs.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 _chunk3PAJMHOFjs = require('./chunk-3PAJMHOF.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3PAJMHOFjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -441,7 +441,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
441
441
|
|
|
442
442
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
443
443
|
var rootFiles = [
|
|
444
|
-
"storm-workspace.json",
|
|
445
444
|
"storm-workspace.json",
|
|
446
445
|
"storm-workspace.yaml",
|
|
447
446
|
"storm-workspace.yml",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
var
|
|
19
|
+
var _chunkIZAECJQQjs = require('./chunk-IZAECJQQ.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 = _chunkIZAECJQQjs.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 = _chunkIZAECJQQjs.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 = _chunkIZAECJQQjs.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 = _chunkIZAECJQQjs.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 = _chunkIZAECJQQjs.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
|
+
_chunkIZAECJQQjs.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} -> ${_chunkIZAECJQQjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`,
|
|
319
319
|
config
|
|
320
320
|
);
|
|
321
321
|
const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
|
|
@@ -325,20 +325,20 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
|
|
|
325
325
|
assets: pendingAssets
|
|
326
326
|
});
|
|
327
327
|
await assetHandler.processAllAssetsOnce();
|
|
328
|
-
|
|
328
|
+
_chunkIZAECJQQjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
|
|
329
329
|
if (includeSrc === true) {
|
|
330
|
-
|
|
331
|
-
`\u{1F4DD} Adding banner and writing source files: ${
|
|
330
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0,
|
|
331
|
+
`\u{1F4DD} Adding banner and writing source files: ${_chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
332
332
|
outputPath,
|
|
333
333
|
"src"
|
|
334
334
|
)}`,
|
|
335
335
|
config
|
|
336
336
|
);
|
|
337
337
|
const files = await _glob.glob.call(void 0, [
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
338
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
|
|
339
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
|
|
340
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.js"),
|
|
341
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.jsx")
|
|
342
342
|
]);
|
|
343
343
|
await Promise.allSettled(
|
|
344
344
|
files.map(
|
|
@@ -393,7 +393,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
393
393
|
)) {
|
|
394
394
|
const projectNode = project.node;
|
|
395
395
|
if (projectNode.data.root) {
|
|
396
|
-
const projectPackageJsonPath =
|
|
396
|
+
const projectPackageJsonPath = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
397
397
|
workspaceRoot3,
|
|
398
398
|
projectNode.data.root,
|
|
399
399
|
"package.json"
|
|
@@ -411,11 +411,11 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
411
411
|
}
|
|
412
412
|
}
|
|
413
413
|
if (localPackages.length > 0) {
|
|
414
|
-
|
|
414
|
+
_chunkIZAECJQQjs.writeTrace.call(void 0,
|
|
415
415
|
`\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`
|
|
416
416
|
);
|
|
417
417
|
const projectJsonFile = await _promises.readFile.call(void 0,
|
|
418
|
-
|
|
418
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, projectRoot, "project.json"),
|
|
419
419
|
"utf8"
|
|
420
420
|
);
|
|
421
421
|
const projectJson = JSON.parse(projectJsonFile);
|
|
@@ -428,7 +428,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
428
428
|
}
|
|
429
429
|
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) => {
|
|
430
430
|
if (_optionalChain([projectConfigurations, 'access', _18 => _18.projects, 'optionalAccess', _19 => _19[dep]])) {
|
|
431
|
-
const depPackageJsonPath =
|
|
431
|
+
const depPackageJsonPath = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
432
432
|
workspaceRoot3,
|
|
433
433
|
projectConfigurations.projects[dep].root,
|
|
434
434
|
"package.json"
|
|
@@ -459,14 +459,14 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
459
459
|
return ret;
|
|
460
460
|
}, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
|
|
461
461
|
} else {
|
|
462
|
-
|
|
462
|
+
_chunkIZAECJQQjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
|
|
463
463
|
}
|
|
464
464
|
return packageJson;
|
|
465
465
|
};
|
|
466
466
|
var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceRoot, projectName, includeSrc = false, packageJson) => {
|
|
467
|
-
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot :
|
|
467
|
+
const workspaceRoot3 = workspaceConfig.workspaceRoot ? workspaceConfig.workspaceRoot : _chunkIZAECJQQjs.findWorkspaceRoot.call(void 0, );
|
|
468
468
|
const workspacePackageJsonContent = await _promises.readFile.call(void 0,
|
|
469
|
-
|
|
469
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, workspaceRoot3, "package.json"),
|
|
470
470
|
"utf8"
|
|
471
471
|
);
|
|
472
472
|
const workspacePackageJson = JSON.parse(workspacePackageJsonContent);
|
|
@@ -477,7 +477,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
477
477
|
if (distSrc.startsWith("/")) {
|
|
478
478
|
distSrc = distSrc.substring(1);
|
|
479
479
|
}
|
|
480
|
-
packageJson.source ??= `${
|
|
480
|
+
packageJson.source ??= `${_chunkIZAECJQQjs.joinPaths.call(void 0, distSrc, "index.ts").replaceAll("\\", "/")}`;
|
|
481
481
|
}
|
|
482
482
|
packageJson.files ??= ["dist/**/*"];
|
|
483
483
|
if (includeSrc === true && !packageJson.files.includes("src")) {
|
|
@@ -502,7 +502,7 @@ var addWorkspacePackageJsonFields = async (workspaceConfig, projectRoot, sourceR
|
|
|
502
502
|
packageJson.contributors = [packageJson.author];
|
|
503
503
|
}
|
|
504
504
|
packageJson.repository ??= workspacePackageJson.repository;
|
|
505
|
-
packageJson.repository.directory ??= projectRoot ? projectRoot :
|
|
505
|
+
packageJson.repository.directory ??= projectRoot ? projectRoot : _chunkIZAECJQQjs.joinPaths.call(void 0, "packages", projectName);
|
|
506
506
|
return packageJson;
|
|
507
507
|
};
|
|
508
508
|
|
|
@@ -536,11 +536,11 @@ var _createtaskgraph = require('nx/src/tasks-runner/create-task-graph');
|
|
|
536
536
|
// ../esbuild/src/assets.ts
|
|
537
537
|
async function copyBuildAssets(context) {
|
|
538
538
|
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])) {
|
|
539
|
-
|
|
539
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0,
|
|
540
540
|
` \u{1F4CB} Copying ${context.options.assets.length} asset files to output directory: ${context.outputPath}`,
|
|
541
541
|
context.workspaceConfig
|
|
542
542
|
);
|
|
543
|
-
const stopwatch =
|
|
543
|
+
const stopwatch = _chunkIZAECJQQjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
|
|
544
544
|
await copyAssets(
|
|
545
545
|
context.workspaceConfig,
|
|
546
546
|
_nullishCoalesce(context.options.assets, () => ( [])),
|
|
@@ -621,15 +621,15 @@ async function resolveContext(userOptions) {
|
|
|
621
621
|
if (!workspaceRoot3) {
|
|
622
622
|
throw new Error("Cannot find Nx workspace root");
|
|
623
623
|
}
|
|
624
|
-
const workspaceConfig = await
|
|
624
|
+
const workspaceConfig = await _chunkIZAECJQQjs.getWorkspaceConfig.call(void 0, true, {
|
|
625
625
|
workspaceRoot: workspaceRoot3.dir
|
|
626
626
|
});
|
|
627
|
-
|
|
628
|
-
const stopwatch =
|
|
627
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
628
|
+
const stopwatch = _chunkIZAECJQQjs.getStopwatch.call(void 0, "Build options resolution");
|
|
629
629
|
const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
|
|
630
630
|
exitOnError: true
|
|
631
631
|
});
|
|
632
|
-
const projectJsonPath =
|
|
632
|
+
const projectJsonPath = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
633
633
|
workspaceRoot3.dir,
|
|
634
634
|
projectRoot,
|
|
635
635
|
"project.json"
|
|
@@ -648,7 +648,7 @@ async function resolveContext(userOptions) {
|
|
|
648
648
|
}
|
|
649
649
|
const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
|
|
650
650
|
options.name ??= projectName;
|
|
651
|
-
const packageJsonPath =
|
|
651
|
+
const packageJsonPath = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
652
652
|
workspaceRoot3.dir,
|
|
653
653
|
options.projectRoot,
|
|
654
654
|
"package.json"
|
|
@@ -660,7 +660,7 @@ async function resolveContext(userOptions) {
|
|
|
660
660
|
const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
|
|
661
661
|
const resolvedOptions = {
|
|
662
662
|
...options,
|
|
663
|
-
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig :
|
|
663
|
+
tsconfig: userOptions.tsconfig === null ? void 0 : userOptions.tsconfig ? userOptions.tsconfig : _chunkIZAECJQQjs.joinPaths.call(void 0, workspaceRoot3.dir, projectRoot, "tsconfig.json"),
|
|
664
664
|
metafile: userOptions.mode === "development",
|
|
665
665
|
clean: false,
|
|
666
666
|
env,
|
|
@@ -685,8 +685,8 @@ async function resolveContext(userOptions) {
|
|
|
685
685
|
projectConfigurations,
|
|
686
686
|
projectName,
|
|
687
687
|
projectGraph,
|
|
688
|
-
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot ||
|
|
689
|
-
outputPath: resolvedOptions.outputPath ||
|
|
688
|
+
sourceRoot: resolvedOptions.sourceRoot || projectJson.sourceRoot || _chunkIZAECJQQjs.joinPaths.call(void 0, resolvedOptions.projectRoot, "src"),
|
|
689
|
+
outputPath: resolvedOptions.outputPath || _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
690
690
|
workspaceConfig.workspaceRoot,
|
|
691
691
|
"dist",
|
|
692
692
|
resolvedOptions.projectRoot
|
|
@@ -695,10 +695,10 @@ async function resolveContext(userOptions) {
|
|
|
695
695
|
};
|
|
696
696
|
context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
|
|
697
697
|
if (context.options.verbose) {
|
|
698
|
-
|
|
698
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0,
|
|
699
699
|
` \u2699\uFE0F Build options resolved:
|
|
700
700
|
|
|
701
|
-
${
|
|
701
|
+
${_chunkIZAECJQQjs.formatLogMessage.call(void 0, context.options)}`,
|
|
702
702
|
workspaceConfig
|
|
703
703
|
);
|
|
704
704
|
}
|
|
@@ -710,10 +710,10 @@ ${_chunkHMVRBTCNjs.formatLogMessage.call(void 0, context.options)}`,
|
|
|
710
710
|
|
|
711
711
|
|
|
712
712
|
async function generatePackageJson(context) {
|
|
713
|
-
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0,
|
|
714
|
-
|
|
715
|
-
const stopwatch =
|
|
716
|
-
const packageJsonPath =
|
|
713
|
+
if (context.options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkIZAECJQQjs.joinPaths.call(void 0, context.options.projectRoot, "package.json"))) {
|
|
714
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
715
|
+
const stopwatch = _chunkIZAECJQQjs.getStopwatch.call(void 0, "Write package.json file");
|
|
716
|
+
const packageJsonPath = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
717
717
|
context.options.projectRoot,
|
|
718
718
|
"project.json"
|
|
719
719
|
);
|
|
@@ -721,7 +721,7 @@ async function generatePackageJson(context) {
|
|
|
721
721
|
throw new Error("Cannot find package.json configuration");
|
|
722
722
|
}
|
|
723
723
|
const packageJsonFile = await _promises2.default.readFile(
|
|
724
|
-
|
|
724
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
725
725
|
context.workspaceConfig.workspaceRoot,
|
|
726
726
|
context.options.projectRoot,
|
|
727
727
|
"package.json"
|
|
@@ -827,7 +827,7 @@ async function generatePackageJson(context) {
|
|
|
827
827
|
}
|
|
828
828
|
}
|
|
829
829
|
await _devkit.writeJsonFile.call(void 0,
|
|
830
|
-
|
|
830
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, context.outputPath, "package.json"),
|
|
831
831
|
packageJson
|
|
832
832
|
);
|
|
833
833
|
stopwatch();
|
|
@@ -902,10 +902,10 @@ var depsCheckPlugin = (bundle) => ({
|
|
|
902
902
|
const filteredMissingDeps = missingDependencies.filter((dep) => {
|
|
903
903
|
return !missingIgnore.some((pattern) => dep.match(pattern)) && !peerDependencies.includes(dep);
|
|
904
904
|
});
|
|
905
|
-
|
|
905
|
+
_chunkIZAECJQQjs.writeWarning.call(void 0,
|
|
906
906
|
`Unused Dependencies: ${JSON.stringify(filteredUnusedDeps)}`
|
|
907
907
|
);
|
|
908
|
-
|
|
908
|
+
_chunkIZAECJQQjs.writeError.call(void 0,
|
|
909
909
|
`Missing Dependencies: ${JSON.stringify(filteredMissingDeps)}`
|
|
910
910
|
);
|
|
911
911
|
if (filteredMissingDeps.length > 0) {
|
|
@@ -920,14 +920,14 @@ ${JSON.stringify(filteredMissingDeps)}
|
|
|
920
920
|
// ../esbuild/src/tsup.ts
|
|
921
921
|
var _tsup = require('tsup');
|
|
922
922
|
async function executeTsup(context) {
|
|
923
|
-
|
|
923
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0,
|
|
924
924
|
` \u{1F680} Running ${context.options.name} build`,
|
|
925
925
|
context.workspaceConfig
|
|
926
926
|
);
|
|
927
|
-
const stopwatch =
|
|
927
|
+
const stopwatch = _chunkIZAECJQQjs.getStopwatch.call(void 0, `${context.options.name} build`);
|
|
928
928
|
await _tsup.build.call(void 0, {
|
|
929
929
|
...context.options,
|
|
930
|
-
outDir: context.options.distDir ?
|
|
930
|
+
outDir: context.options.distDir ? _chunkIZAECJQQjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
|
|
931
931
|
workspaceConfig: context.workspaceConfig
|
|
932
932
|
});
|
|
933
933
|
stopwatch();
|
|
@@ -938,17 +938,17 @@ async function executeTsup(context) {
|
|
|
938
938
|
async function reportResults(context) {
|
|
939
939
|
if (_optionalChain([context, 'access', _36 => _36.result, 'optionalAccess', _37 => _37.errors, 'access', _38 => _38.length]) === 0) {
|
|
940
940
|
if (context.result.warnings.length > 0) {
|
|
941
|
-
|
|
941
|
+
_chunkIZAECJQQjs.writeWarning.call(void 0,
|
|
942
942
|
` \u{1F6A7} The following warnings occurred during the build: ${context.result.warnings.map((warning) => warning.text).join("\n")}`,
|
|
943
943
|
context.workspaceConfig
|
|
944
944
|
);
|
|
945
945
|
}
|
|
946
|
-
|
|
946
|
+
_chunkIZAECJQQjs.writeSuccess.call(void 0,
|
|
947
947
|
` \u{1F4E6} The ${context.options.name} build completed successfully`,
|
|
948
948
|
context.workspaceConfig
|
|
949
949
|
);
|
|
950
950
|
} 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) {
|
|
951
|
-
|
|
951
|
+
_chunkIZAECJQQjs.writeError.call(void 0,
|
|
952
952
|
` \u274C The ${context.options.name} build failed with the following errors: ${context.result.errors.map((error) => error.text).join("\n")}`,
|
|
953
953
|
context.workspaceConfig
|
|
954
954
|
);
|
|
@@ -985,19 +985,19 @@ async function dependencyCheck(options) {
|
|
|
985
985
|
}
|
|
986
986
|
async function cleanOutputPath(context) {
|
|
987
987
|
if (context.clean !== false && context.outputPath) {
|
|
988
|
-
|
|
988
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0,
|
|
989
989
|
` \u{1F9F9} Cleaning ${context.options.name} output path: ${context.outputPath}`,
|
|
990
990
|
context.workspaceConfig
|
|
991
991
|
);
|
|
992
|
-
const stopwatch =
|
|
992
|
+
const stopwatch = _chunkIZAECJQQjs.getStopwatch.call(void 0, `${context.options.name} output clean`);
|
|
993
993
|
await cleanDirectories(context.outputPath);
|
|
994
994
|
stopwatch();
|
|
995
995
|
}
|
|
996
996
|
return context;
|
|
997
997
|
}
|
|
998
998
|
async function build2(options) {
|
|
999
|
-
|
|
1000
|
-
const stopwatch =
|
|
999
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, ` \u26A1 Executing Storm ESBuild pipeline`);
|
|
1000
|
+
const stopwatch = _chunkIZAECJQQjs.getStopwatch.call(void 0, "ESBuild pipeline");
|
|
1001
1001
|
try {
|
|
1002
1002
|
const opts = Array.isArray(options) ? options : [options];
|
|
1003
1003
|
if (opts.length === 0) {
|
|
@@ -1012,9 +1012,9 @@ async function build2(options) {
|
|
|
1012
1012
|
executeTsup(context)
|
|
1013
1013
|
]);
|
|
1014
1014
|
await reportResults(context);
|
|
1015
|
-
|
|
1015
|
+
_chunkIZAECJQQjs.writeSuccess.call(void 0, " \u{1F3C1} ESBuild pipeline build completed successfully");
|
|
1016
1016
|
} catch (error) {
|
|
1017
|
-
|
|
1017
|
+
_chunkIZAECJQQjs.writeFatal.call(void 0,
|
|
1018
1018
|
"Fatal errors that the build process could not recover from have occured. The build process has been terminated."
|
|
1019
1019
|
);
|
|
1020
1020
|
throw error;
|
|
@@ -1025,7 +1025,7 @@ async function build2(options) {
|
|
|
1025
1025
|
|
|
1026
1026
|
// ../workspace-tools/src/executors/esbuild/executor.ts
|
|
1027
1027
|
async function esbuildExecutorFn(options, context, config) {
|
|
1028
|
-
|
|
1028
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm ESBuild executor on the workspace", config);
|
|
1029
1029
|
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])) {
|
|
1030
1030
|
throw new Error(
|
|
1031
1031
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
@@ -1043,7 +1043,7 @@ async function esbuildExecutorFn(options, context, config) {
|
|
|
1043
1043
|
success: true
|
|
1044
1044
|
};
|
|
1045
1045
|
}
|
|
1046
|
-
var executor_default6 =
|
|
1046
|
+
var executor_default6 = _chunkIZAECJQQjs.withRunExecutor.call(void 0,
|
|
1047
1047
|
"Storm ESBuild build",
|
|
1048
1048
|
esbuildExecutorFn,
|
|
1049
1049
|
{
|
|
@@ -1160,14 +1160,14 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1160
1160
|
"The Size-Limit process failed because the context is not valid. Please run this command from a workspace."
|
|
1161
1161
|
);
|
|
1162
1162
|
}
|
|
1163
|
-
|
|
1163
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0, `\u{1F4CF} Running Size-Limit on ${context.projectName}`, config);
|
|
1164
1164
|
_sizelimit2.default.call(void 0, [_file2.default, _esbuild3.default, _esbuildwhy2.default], {
|
|
1165
1165
|
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,
|
|
1166
1166
|
_nullishCoalesce(_optionalChain([context, 'access', _65 => _65.projectsConfigurations, 'access', _66 => _66.projects, 'access', _67 => _67[context.projectName], 'optionalAccess', _68 => _68.root]), () => ( "./")),
|
|
1167
1167
|
"src"
|
|
1168
1168
|
)))
|
|
1169
1169
|
}).then((result) => {
|
|
1170
|
-
|
|
1170
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0,
|
|
1171
1171
|
`\u{1F4CF} ${context.projectName} Size-Limit result: ${JSON.stringify(result)}`,
|
|
1172
1172
|
config
|
|
1173
1173
|
);
|
|
@@ -1176,7 +1176,7 @@ async function sizeLimitExecutorFn(options, context, config) {
|
|
|
1176
1176
|
success: true
|
|
1177
1177
|
};
|
|
1178
1178
|
}
|
|
1179
|
-
var executor_default7 =
|
|
1179
|
+
var executor_default7 = _chunkIZAECJQQjs.withRunExecutor.call(void 0,
|
|
1180
1180
|
"Size-Limit Performance Test Executor",
|
|
1181
1181
|
sizeLimitExecutorFn,
|
|
1182
1182
|
{
|
|
@@ -1194,12 +1194,12 @@ var _fsextra = require('fs-extra');
|
|
|
1194
1194
|
var _TypiaProgrammerjs = require('typia/lib/programmers/TypiaProgrammer.js');
|
|
1195
1195
|
async function typiaExecutorFn(options, _, config) {
|
|
1196
1196
|
if (options.clean !== false) {
|
|
1197
|
-
|
|
1197
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0, `\u{1F9F9} Cleaning output path: ${options.outputPath}`, config);
|
|
1198
1198
|
_fsextra.removeSync.call(void 0, options.outputPath);
|
|
1199
1199
|
}
|
|
1200
1200
|
await Promise.all(
|
|
1201
1201
|
options.entry.map((entry) => {
|
|
1202
|
-
|
|
1202
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0, `\u{1F680} Running Typia on entry: ${entry}`, config);
|
|
1203
1203
|
return _TypiaProgrammerjs.TypiaProgrammer.build({
|
|
1204
1204
|
input: entry,
|
|
1205
1205
|
output: options.outputPath,
|
|
@@ -1211,7 +1211,7 @@ async function typiaExecutorFn(options, _, config) {
|
|
|
1211
1211
|
success: true
|
|
1212
1212
|
};
|
|
1213
1213
|
}
|
|
1214
|
-
var executor_default8 =
|
|
1214
|
+
var executor_default8 = _chunkIZAECJQQjs.withRunExecutor.call(void 0,
|
|
1215
1215
|
"Typia runtime validation generator",
|
|
1216
1216
|
typiaExecutorFn,
|
|
1217
1217
|
{
|
|
@@ -1232,7 +1232,7 @@ var executor_default8 = _chunkHMVRBTCNjs.withRunExecutor.call(void 0,
|
|
|
1232
1232
|
|
|
1233
1233
|
var _jiti = require('jiti');
|
|
1234
1234
|
async function unbuildExecutorFn(options, context, config) {
|
|
1235
|
-
|
|
1235
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
|
|
1236
1236
|
if (!_optionalChain([context, 'access', _69 => _69.projectsConfigurations, 'optionalAccess', _70 => _70.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
|
|
1237
1237
|
throw new Error(
|
|
1238
1238
|
"The Build process failed because the context is not valid. Please run this command from a workspace root directory."
|
|
@@ -1249,7 +1249,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1249
1249
|
);
|
|
1250
1250
|
}
|
|
1251
1251
|
const jiti = _jiti.createJiti.call(void 0, config.workspaceRoot, {
|
|
1252
|
-
fsCache: config.skipCache ? false :
|
|
1252
|
+
fsCache: config.skipCache ? false : _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
1253
1253
|
config.workspaceRoot,
|
|
1254
1254
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1255
1255
|
"jiti"
|
|
@@ -1271,7 +1271,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1271
1271
|
{
|
|
1272
1272
|
stubOptions: {
|
|
1273
1273
|
jiti: {
|
|
1274
|
-
fsCache: config.skipCache ? false :
|
|
1274
|
+
fsCache: config.skipCache ? false : _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
1275
1275
|
config.workspaceRoot,
|
|
1276
1276
|
config.directories.cache || "node_modules/.cache/storm",
|
|
1277
1277
|
"jiti"
|
|
@@ -1300,7 +1300,7 @@ async function unbuildExecutorFn(options, context, config) {
|
|
|
1300
1300
|
success: true
|
|
1301
1301
|
};
|
|
1302
1302
|
}
|
|
1303
|
-
var executor_default9 =
|
|
1303
|
+
var executor_default9 = _chunkIZAECJQQjs.withRunExecutor.call(void 0,
|
|
1304
1304
|
"TypeScript Unbuild build",
|
|
1305
1305
|
unbuildExecutorFn,
|
|
1306
1306
|
{
|
|
@@ -1331,45 +1331,45 @@ var executor_default9 = _chunkHMVRBTCNjs.withRunExecutor.call(void 0,
|
|
|
1331
1331
|
var withRunGenerator = (name, generatorFn, generatorOptions = {
|
|
1332
1332
|
skipReadingConfig: false
|
|
1333
1333
|
}) => async (tree, _options) => {
|
|
1334
|
-
const stopwatch =
|
|
1334
|
+
const stopwatch = _chunkIZAECJQQjs.getStopwatch.call(void 0, name);
|
|
1335
1335
|
let options = _options;
|
|
1336
1336
|
let config;
|
|
1337
1337
|
try {
|
|
1338
|
-
|
|
1338
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0, `\u26A1 Running the ${name} generator...
|
|
1339
1339
|
|
|
1340
1340
|
`, config);
|
|
1341
|
-
const workspaceRoot3 =
|
|
1341
|
+
const workspaceRoot3 = _chunkIZAECJQQjs.findWorkspaceRoot.call(void 0, );
|
|
1342
1342
|
if (!generatorOptions.skipReadingConfig) {
|
|
1343
|
-
|
|
1343
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0,
|
|
1344
1344
|
`Loading the Storm Config from environment variables and storm.config.js file...
|
|
1345
1345
|
- workspaceRoot: ${workspaceRoot3}`,
|
|
1346
1346
|
config
|
|
1347
1347
|
);
|
|
1348
|
-
config = await
|
|
1348
|
+
config = await _chunkIZAECJQQjs.getConfig.call(void 0, workspaceRoot3);
|
|
1349
1349
|
}
|
|
1350
1350
|
if (_optionalChain([generatorOptions, 'optionalAccess', _71 => _71.hooks, 'optionalAccess', _72 => _72.applyDefaultOptions])) {
|
|
1351
|
-
|
|
1351
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
|
|
1352
1352
|
options = await Promise.resolve(
|
|
1353
1353
|
generatorOptions.hooks.applyDefaultOptions(options, config)
|
|
1354
1354
|
);
|
|
1355
|
-
|
|
1355
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
|
|
1356
1356
|
}
|
|
1357
|
-
|
|
1357
|
+
_chunkIZAECJQQjs.writeTrace.call(void 0,
|
|
1358
1358
|
`Generator schema options \u2699\uFE0F
|
|
1359
1359
|
${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${JSON.stringify(options[key])}`).join("\n")}`,
|
|
1360
1360
|
config
|
|
1361
1361
|
);
|
|
1362
|
-
const tokenized = await
|
|
1362
|
+
const tokenized = await _chunkIZAECJQQjs.applyWorkspaceTokens.call(void 0,
|
|
1363
1363
|
options,
|
|
1364
1364
|
{ workspaceRoot: tree.root, config },
|
|
1365
|
-
|
|
1365
|
+
_chunkIZAECJQQjs.applyWorkspaceBaseTokens
|
|
1366
1366
|
);
|
|
1367
1367
|
if (_optionalChain([generatorOptions, 'optionalAccess', _73 => _73.hooks, 'optionalAccess', _74 => _74.preProcess])) {
|
|
1368
|
-
|
|
1368
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
|
|
1369
1369
|
await Promise.resolve(
|
|
1370
1370
|
generatorOptions.hooks.preProcess(tokenized, config)
|
|
1371
1371
|
);
|
|
1372
|
-
|
|
1372
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
|
|
1373
1373
|
}
|
|
1374
1374
|
const result = await Promise.resolve(
|
|
1375
1375
|
generatorFn(tree, tokenized, config)
|
|
@@ -1384,21 +1384,21 @@ ${Object.keys(_nullishCoalesce(options, () => ( {}))).map((key) => ` - ${key}=${
|
|
|
1384
1384
|
}
|
|
1385
1385
|
}
|
|
1386
1386
|
if (_optionalChain([generatorOptions, 'optionalAccess', _84 => _84.hooks, 'optionalAccess', _85 => _85.postProcess])) {
|
|
1387
|
-
|
|
1387
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
|
|
1388
1388
|
await Promise.resolve(generatorOptions.hooks.postProcess(config));
|
|
1389
|
-
|
|
1389
|
+
_chunkIZAECJQQjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
|
|
1390
1390
|
}
|
|
1391
1391
|
return () => {
|
|
1392
|
-
|
|
1392
|
+
_chunkIZAECJQQjs.writeSuccess.call(void 0, `Completed running the ${name} generator!
|
|
1393
1393
|
`, config);
|
|
1394
1394
|
};
|
|
1395
1395
|
} catch (error) {
|
|
1396
1396
|
return () => {
|
|
1397
|
-
|
|
1397
|
+
_chunkIZAECJQQjs.writeFatal.call(void 0,
|
|
1398
1398
|
"A fatal error occurred while running the generator - the process was forced to terminate",
|
|
1399
1399
|
config
|
|
1400
1400
|
);
|
|
1401
|
-
|
|
1401
|
+
_chunkIZAECJQQjs.writeError.call(void 0,
|
|
1402
1402
|
`An exception was thrown in the generator's process
|
|
1403
1403
|
- Details: ${error.message}
|
|
1404
1404
|
- Stacktrace: ${error.stack}`,
|
|
@@ -1464,16 +1464,16 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1464
1464
|
const projectConfig = {
|
|
1465
1465
|
root: normalized.directory,
|
|
1466
1466
|
projectType: "library",
|
|
1467
|
-
sourceRoot:
|
|
1467
|
+
sourceRoot: _chunkIZAECJQQjs.joinPaths.call(void 0, _nullishCoalesce(normalized.directory, () => ( "")), "src"),
|
|
1468
1468
|
targets: {
|
|
1469
1469
|
build: {
|
|
1470
1470
|
executor: options.buildExecutor,
|
|
1471
1471
|
outputs: ["{options.outputPath}"],
|
|
1472
1472
|
options: {
|
|
1473
|
-
entry: [
|
|
1473
|
+
entry: [_chunkIZAECJQQjs.joinPaths.call(void 0, normalized.projectRoot, "src", "index.ts")],
|
|
1474
1474
|
outputPath: getOutputPath(normalized),
|
|
1475
|
-
tsconfig:
|
|
1476
|
-
project:
|
|
1475
|
+
tsconfig: _chunkIZAECJQQjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json"),
|
|
1476
|
+
project: _chunkIZAECJQQjs.joinPaths.call(void 0, normalized.projectRoot, "package.json"),
|
|
1477
1477
|
defaultConfiguration: "production",
|
|
1478
1478
|
platform: "neutral",
|
|
1479
1479
|
assets: [
|
|
@@ -1530,7 +1530,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1530
1530
|
if (!normalized.importPath) {
|
|
1531
1531
|
normalized.importPath = normalized.name;
|
|
1532
1532
|
}
|
|
1533
|
-
const packageJsonPath =
|
|
1533
|
+
const packageJsonPath = _chunkIZAECJQQjs.joinPaths.call(void 0, normalized.projectRoot, "package.json");
|
|
1534
1534
|
if (tree.exists(packageJsonPath)) {
|
|
1535
1535
|
_devkit.updateJson.call(void 0, tree, packageJsonPath, (json) => {
|
|
1536
1536
|
if (!normalized.importPath) {
|
|
@@ -1587,14 +1587,14 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1587
1587
|
}));
|
|
1588
1588
|
}
|
|
1589
1589
|
_js.addTsConfigPath.call(void 0, tree, normalized.importPath, [
|
|
1590
|
-
|
|
1590
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
1591
1591
|
normalized.projectRoot,
|
|
1592
1592
|
"./src",
|
|
1593
1593
|
`index.${normalized.js ? "js" : "ts"}`
|
|
1594
1594
|
)
|
|
1595
1595
|
]);
|
|
1596
|
-
_js.addTsConfigPath.call(void 0, tree,
|
|
1597
|
-
|
|
1596
|
+
_js.addTsConfigPath.call(void 0, tree, _chunkIZAECJQQjs.joinPaths.call(void 0, normalized.importPath, "/*"), [
|
|
1597
|
+
_chunkIZAECJQQjs.joinPaths.call(void 0, normalized.projectRoot, "./src", "/*")
|
|
1598
1598
|
]);
|
|
1599
1599
|
if (tree.exists("package.json")) {
|
|
1600
1600
|
const packageJson = _devkit.readJson.call(void 0, tree, "package.json");
|
|
@@ -1605,7 +1605,7 @@ async function typeScriptLibraryGeneratorFn(tree, options, config) {
|
|
|
1605
1605
|
description = packageJson.description;
|
|
1606
1606
|
}
|
|
1607
1607
|
}
|
|
1608
|
-
const tsconfigPath =
|
|
1608
|
+
const tsconfigPath = _chunkIZAECJQQjs.joinPaths.call(void 0, normalized.projectRoot, "tsconfig.json");
|
|
1609
1609
|
if (tree.exists(tsconfigPath)) {
|
|
1610
1610
|
_devkit.updateJson.call(void 0, tree, tsconfigPath, (json) => {
|
|
1611
1611
|
json.composite ??= true;
|
|
@@ -1633,7 +1633,7 @@ function getOutputPath(options) {
|
|
|
1633
1633
|
} else {
|
|
1634
1634
|
parts.push(options.projectRoot);
|
|
1635
1635
|
}
|
|
1636
|
-
return
|
|
1636
|
+
return _chunkIZAECJQQjs.joinPaths.call(void 0, ...parts);
|
|
1637
1637
|
}
|
|
1638
1638
|
function createProjectTsConfigJson(tree, options) {
|
|
1639
1639
|
const tsconfig = {
|
|
@@ -1641,7 +1641,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1641
1641
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _100 => _100.tsconfigOptions]), () => ( {})),
|
|
1642
1642
|
compilerOptions: {
|
|
1643
1643
|
...options.rootProject ? _js.tsConfigBaseOptions : {},
|
|
1644
|
-
outDir:
|
|
1644
|
+
outDir: _chunkIZAECJQQjs.joinPaths.call(void 0, _devkit.offsetFromRoot.call(void 0, options.projectRoot), "dist/out-tsc"),
|
|
1645
1645
|
noEmit: true,
|
|
1646
1646
|
..._nullishCoalesce(_optionalChain([options, 'optionalAccess', _101 => _101.tsconfigOptions, 'optionalAccess', _102 => _102.compilerOptions]), () => ( {}))
|
|
1647
1647
|
},
|
|
@@ -1659,7 +1659,7 @@ function createProjectTsConfigJson(tree, options) {
|
|
|
1659
1659
|
"src/**/*.test.ts"
|
|
1660
1660
|
]
|
|
1661
1661
|
};
|
|
1662
|
-
_devkit.writeJson.call(void 0, tree,
|
|
1662
|
+
_devkit.writeJson.call(void 0, tree, _chunkIZAECJQQjs.joinPaths.call(void 0, options.projectRoot, "tsconfig.json"), tsconfig);
|
|
1663
1663
|
}
|
|
1664
1664
|
async function normalizeOptions(tree, options, config) {
|
|
1665
1665
|
let importPath = options.importPath;
|
|
@@ -1724,7 +1724,7 @@ async function normalizeOptions(tree, options, config) {
|
|
|
1724
1724
|
|
|
1725
1725
|
// ../workspace-tools/src/generators/browser-library/generator.ts
|
|
1726
1726
|
async function browserLibraryGeneratorFn(tree, schema, config) {
|
|
1727
|
-
const filesDir =
|
|
1727
|
+
const filesDir = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
1728
1728
|
__dirname,
|
|
1729
1729
|
"src",
|
|
1730
1730
|
"generators",
|
|
@@ -1807,37 +1807,37 @@ var generator_default = withRunGenerator(
|
|
|
1807
1807
|
|
|
1808
1808
|
var _zod = require('zod'); var z = _interopRequireWildcard(_zod);
|
|
1809
1809
|
async function configSchemaGeneratorFn(tree, options, config) {
|
|
1810
|
-
|
|
1810
|
+
_chunkIZAECJQQjs.writeInfo.call(void 0,
|
|
1811
1811
|
"\u{1F4E6} Running Storm Workspace Configuration JSON Schema generator",
|
|
1812
1812
|
config
|
|
1813
1813
|
);
|
|
1814
|
-
|
|
1814
|
+
_chunkIZAECJQQjs.writeTrace.call(void 0,
|
|
1815
1815
|
`Determining the Storm Workspace Configuration JSON Schema...`,
|
|
1816
1816
|
config
|
|
1817
1817
|
);
|
|
1818
|
-
const jsonSchema = z.toJSONSchema(
|
|
1818
|
+
const jsonSchema = z.toJSONSchema(_chunkIZAECJQQjs.stormWorkspaceConfigSchema, {
|
|
1819
1819
|
target: "draft-7"
|
|
1820
1820
|
});
|
|
1821
1821
|
jsonSchema.$id ??= "https://public.storm-cdn.com/schemas/storm-workspace.schema.json";
|
|
1822
1822
|
jsonSchema.title ??= "Storm Workspace Configuration JSON Schema";
|
|
1823
1823
|
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.";
|
|
1824
|
-
|
|
1824
|
+
_chunkIZAECJQQjs.writeTrace.call(void 0, jsonSchema, config);
|
|
1825
1825
|
if (!options.outputFile) {
|
|
1826
1826
|
throw new Error(
|
|
1827
1827
|
"The `outputFile` option is required. Please specify the output file path."
|
|
1828
1828
|
);
|
|
1829
1829
|
}
|
|
1830
1830
|
const outputPath = options.outputFile.replaceAll("{workspaceRoot}", "").replaceAll(
|
|
1831
|
-
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _111 => _111.workspaceRoot]), () => (
|
|
1831
|
+
_nullishCoalesce(_optionalChain([config, 'optionalAccess', _111 => _111.workspaceRoot]), () => ( _chunkIZAECJQQjs.findWorkspaceRoot.call(void 0, ))),
|
|
1832
1832
|
options.outputFile.startsWith("./") ? "" : "./"
|
|
1833
1833
|
);
|
|
1834
|
-
|
|
1834
|
+
_chunkIZAECJQQjs.writeTrace.call(void 0,
|
|
1835
1835
|
`\u{1F4DD} Writing Storm Configuration JSON Schema to "${outputPath}"`,
|
|
1836
1836
|
config
|
|
1837
1837
|
);
|
|
1838
1838
|
_devkit.writeJson.call(void 0, tree, outputPath, jsonSchema, { spaces: 2 });
|
|
1839
1839
|
await _devkit.formatFiles.call(void 0, tree);
|
|
1840
|
-
|
|
1840
|
+
_chunkIZAECJQQjs.writeSuccess.call(void 0,
|
|
1841
1841
|
"\u{1F680} Storm Configuration JSON Schema creation has completed successfully!",
|
|
1842
1842
|
config
|
|
1843
1843
|
);
|
|
@@ -1893,7 +1893,7 @@ async function initGenerator(tree, schema) {
|
|
|
1893
1893
|
|
|
1894
1894
|
|
|
1895
1895
|
async function neutralLibraryGeneratorFn(tree, schema, config) {
|
|
1896
|
-
const filesDir =
|
|
1896
|
+
const filesDir = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
1897
1897
|
__dirname,
|
|
1898
1898
|
"src",
|
|
1899
1899
|
"generators",
|
|
@@ -1952,7 +1952,7 @@ var generator_default3 = withRunGenerator(
|
|
|
1952
1952
|
|
|
1953
1953
|
|
|
1954
1954
|
async function nodeLibraryGeneratorFn(tree, schema, config) {
|
|
1955
|
-
const filesDir =
|
|
1955
|
+
const filesDir = _chunkIZAECJQQjs.joinPaths.call(void 0,
|
|
1956
1956
|
__dirname,
|
|
1957
1957
|
"src",
|
|
1958
1958
|
"generators",
|
|
@@ -2875,6 +2875,8 @@ var PNPM_LOCK_PATH = _path.join.call(void 0, _devkit.workspaceRoot, PNPM_LOCK_FI
|
|
|
2875
2875
|
|
|
2876
2876
|
|
|
2877
2877
|
|
|
2878
|
+
|
|
2879
|
+
|
|
2878
2880
|
// ../workspace-tools/src/utils/typia-transform.ts
|
|
2879
2881
|
var _transform = require('typia/lib/transform'); var _transform2 = _interopRequireDefault(_transform);
|
|
2880
2882
|
|
|
@@ -441,7 +441,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
441
441
|
|
|
442
442
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
443
443
|
var rootFiles = [
|
|
444
|
-
"storm-workspace.json",
|
|
445
444
|
"storm-workspace.json",
|
|
446
445
|
"storm-workspace.yaml",
|
|
447
446
|
"storm-workspace.yml",
|
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-6HOWHHDG.js');
|
|
3
|
+
require('./chunk-FQ2GHA6R.js');
|
|
4
|
+
require('./chunk-4VNSDKOR.js');
|
|
5
|
+
require('./chunk-AWITVSS5.js');
|
|
6
|
+
require('./chunk-3PAJMHOF.js');
|
|
7
|
+
require('./chunk-IZAECJQQ.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-Y4UYW4I2.mjs";
|
|
3
|
+
import "./chunk-W5R5GLHL.mjs";
|
|
4
|
+
import "./chunk-W27SMATF.mjs";
|
|
5
|
+
import "./chunk-VONBHUKA.mjs";
|
|
6
|
+
import "./chunk-E2U43APT.mjs";
|
|
7
|
+
import "./chunk-RXJYBJ7H.mjs";
|
|
8
8
|
import "./chunk-MF6JHYBR.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 _chunkQHGW6MC3js = require('./chunk-QHGW6MC3.js');
|
|
5
|
+
require('./chunk-IZAECJQQ.js');
|
|
6
6
|
require('./chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkQHGW6MC3js.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-6HOWHHDG.js');
|
|
3
|
+
require('./chunk-FQ2GHA6R.js');
|
|
4
|
+
require('./chunk-4VNSDKOR.js');
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkQHGW6MC3js = require('./chunk-QHGW6MC3.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-AWITVSS5.js');
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
var
|
|
17
|
-
require('./chunk-
|
|
16
|
+
var _chunk3PAJMHOFjs = require('./chunk-3PAJMHOF.js');
|
|
17
|
+
require('./chunk-IZAECJQQ.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 = _chunkQHGW6MC3js.initGenerator; exports.withTerraformExecutor = _chunk3PAJMHOFjs.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-Y4UYW4I2.mjs";
|
|
3
|
+
import "./chunk-W5R5GLHL.mjs";
|
|
4
|
+
import "./chunk-W27SMATF.mjs";
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-6YTYOAW6.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-VONBHUKA.mjs";
|
|
14
14
|
import {
|
|
15
15
|
withTerraformExecutor
|
|
16
|
-
} from "./chunk-
|
|
17
|
-
import "./chunk-
|
|
16
|
+
} from "./chunk-E2U43APT.mjs";
|
|
17
|
+
import "./chunk-RXJYBJ7H.mjs";
|
|
18
18
|
import "./chunk-MF6JHYBR.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 _chunk3PAJMHOFjs = require('../../chunk-3PAJMHOF.js');
|
|
8
|
+
require('../../chunk-IZAECJQQ.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 = _chunk3PAJMHOFjs.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-E2U43APT.mjs";
|
|
8
|
+
import "../../chunk-RXJYBJ7H.mjs";
|
|
9
9
|
import "../../chunk-MF6JHYBR.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 _chunk3PAJMHOFjs = require('../../chunk-3PAJMHOF.js');
|
|
4
|
+
require('../../chunk-IZAECJQQ.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withTerraformExecutor =
|
|
8
|
+
exports.withTerraformExecutor = _chunk3PAJMHOFjs.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 _chunkAWITVSS5js = require('../../../chunk-AWITVSS5.js');
|
|
4
|
+
require('../../../chunk-3PAJMHOF.js');
|
|
5
|
+
require('../../../chunk-IZAECJQQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkAWITVSS5js.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-VONBHUKA.mjs";
|
|
4
|
+
import "../../../chunk-E2U43APT.mjs";
|
|
5
|
+
import "../../../chunk-RXJYBJ7H.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.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 _chunk6HOWHHDGjs = require('../../../chunk-6HOWHHDG.js');
|
|
4
|
+
require('../../../chunk-3PAJMHOF.js');
|
|
5
|
+
require('../../../chunk-IZAECJQQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk6HOWHHDGjs.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-Y4UYW4I2.mjs";
|
|
4
|
+
import "../../../chunk-E2U43APT.mjs";
|
|
5
|
+
import "../../../chunk-RXJYBJ7H.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.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 _chunkFQ2GHA6Rjs = require('../../../chunk-FQ2GHA6R.js');
|
|
4
|
+
require('../../../chunk-3PAJMHOF.js');
|
|
5
|
+
require('../../../chunk-IZAECJQQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkFQ2GHA6Rjs.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-W5R5GLHL.mjs";
|
|
4
|
+
import "../../../chunk-E2U43APT.mjs";
|
|
5
|
+
import "../../../chunk-RXJYBJ7H.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.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 _chunk4VNSDKORjs = require('../../../chunk-4VNSDKOR.js');
|
|
4
|
+
require('../../../chunk-3PAJMHOF.js');
|
|
5
|
+
require('../../../chunk-IZAECJQQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk4VNSDKORjs.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-W27SMATF.mjs";
|
|
4
|
+
import "../../../chunk-E2U43APT.mjs";
|
|
5
|
+
import "../../../chunk-RXJYBJ7H.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.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 _chunkQHGW6MC3js = require('../../../chunk-QHGW6MC3.js');
|
|
5
|
+
require('../../../chunk-IZAECJQQ.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkQHGW6MC3js.init_default; exports.initGenerator = _chunkQHGW6MC3js.initGenerator;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
4
|
+
} from "../../../chunk-6YTYOAW6.mjs";
|
|
5
|
+
import "../../../chunk-RXJYBJ7H.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.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.51",
|
|
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": "f63566d09672df3e8f30ec67936afaad49ebd749"
|
|
139
139
|
}
|