@storm-software/terraform-tools 0.52.0 → 0.52.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-24GEJIKK.js → chunk-5J6DENCU.js} +210 -215
  4. package/dist/{chunk-RN6UUJRU.mjs → chunk-7URDMDS7.mjs} +1 -1
  5. package/dist/{chunk-HFEQN3NL.js → chunk-CJ4NNPZP.js} +2 -2
  6. package/dist/{chunk-L3W5NLSN.js → chunk-DFJELNNO.js} +2 -2
  7. package/dist/{chunk-7OAEVGV3.js → chunk-GK3245WN.js} +3 -3
  8. package/dist/{chunk-VKA4AOSX.js → chunk-JIPJCCPH.js} +2 -2
  9. package/dist/{chunk-HTBODFT6.mjs → chunk-KJYJUNDY.mjs} +1 -1
  10. package/dist/{chunk-AN6TJFDI.mjs → chunk-PCBBHDHD.mjs} +1 -1
  11. package/dist/{chunk-PU7ULQHZ.mjs → chunk-PNST6H5V.mjs} +1 -1
  12. package/dist/{chunk-YX6ZIWFA.js → chunk-S3PQ6E47.js} +15 -8
  13. package/dist/{chunk-EQY3LNPR.js → chunk-SUZ23ERM.js} +2 -2
  14. package/dist/{chunk-CX6K23RM.mjs → chunk-TFP2FPZB.mjs} +15 -8
  15. package/dist/{chunk-NV54O4LW.mjs → chunk-XQXP5BJI.mjs} +1 -1
  16. package/dist/{chunk-J2F7VR5H.mjs → chunk-ZKOE2OCL.mjs} +19 -24
  17. package/dist/executors.js +6 -6
  18. package/dist/executors.mjs +6 -6
  19. package/dist/generators.js +3 -3
  20. package/dist/generators.mjs +2 -2
  21. package/dist/index.js +8 -8
  22. package/dist/index.mjs +7 -7
  23. package/dist/src/base/index.js +3 -3
  24. package/dist/src/base/index.mjs +2 -2
  25. package/dist/src/base/terraform-executor.js +3 -3
  26. package/dist/src/base/terraform-executor.mjs +2 -2
  27. package/dist/src/executors/apply/executor.js +4 -4
  28. package/dist/src/executors/apply/executor.mjs +3 -3
  29. package/dist/src/executors/destroy/executor.js +4 -4
  30. package/dist/src/executors/destroy/executor.mjs +3 -3
  31. package/dist/src/executors/output/executor.js +4 -4
  32. package/dist/src/executors/output/executor.mjs +3 -3
  33. package/dist/src/executors/plan/executor.js +4 -4
  34. package/dist/src/executors/plan/executor.mjs +3 -3
  35. package/dist/src/generators/init/init.js +3 -3
  36. package/dist/src/generators/init/init.mjs +2 -2
  37. package/package.json +2 -2
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-HTBODFT6.mjs";
3
+ } from "./chunk-KJYJUNDY.mjs";
4
4
 
5
5
  // src/executors/apply/executor.ts
6
6
  var executor_default = withTerraformExecutor("apply");
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk7OAEVGV3js = require('./chunk-7OAEVGV3.js');
3
+ var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
- var executor_default = _chunk7OAEVGV3js.withTerraformExecutor.call(void 0, "destroy");
6
+ var executor_default = _chunkGK3245WNjs.withTerraformExecutor.call(void 0, "destroy");
7
7
 
8
8
 
9
9
 
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk7OAEVGV3js = require('./chunk-7OAEVGV3.js');
3
+ var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
4
4
 
5
5
  // src/executors/apply/executor.ts
6
- var executor_default = _chunk7OAEVGV3js.withTerraformExecutor.call(void 0, "apply");
6
+ var executor_default = _chunkGK3245WNjs.withTerraformExecutor.call(void 0, "apply");
7
7
 
8
8
 
9
9
 
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkYX6ZIWFAjs = require('./chunk-YX6ZIWFA.js');
4
+ var _chunkS3PQ6E47js = require('./chunk-S3PQ6E47.js');
5
5
 
6
6
 
7
7
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -9,7 +9,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
9
9
  // src/base/terraform-executor.ts
10
10
  var _shelljs = require('shelljs');
11
11
  var withTerraformExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, executorOptions = {}) => async (_options, context) => {
12
- return _chunkYX6ZIWFAjs.withRunExecutor.call(void 0, `Terraform \`${command}\` Command Executor`, async (options, context2, config) => {
12
+ return _chunkS3PQ6E47js.withRunExecutor.call(void 0, `Terraform \`${command}\` Command Executor`, async (options, context2, config) => {
13
13
  if (!_shelljs.which.call(void 0, "tofu") || !_shelljs.which.call(void 0, "terraform")) {
14
14
  throw new Error("Both OpenTofu and Terraform are not installed. Please install one of the two before running this executor.");
15
15
  }
@@ -21,7 +21,7 @@ var withTerraformExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0,
21
21
  if (typeof jsonBackendConfig === "string") {
22
22
  jsonBackendConfig = JSON.parse(jsonBackendConfig);
23
23
  }
24
- _chunkYX6ZIWFAjs.run.call(void 0, config, [
24
+ _chunkS3PQ6E47js.run.call(void 0, config, [
25
25
  "terragrunt",
26
26
  command,
27
27
  ...jsonBackendConfig.map((config2) => `-backend-config="${config2.key}=${config2.name}"`),
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk7OAEVGV3js = require('./chunk-7OAEVGV3.js');
3
+ var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
4
4
 
5
5
  // src/executors/plan/executor.ts
6
- var executor_default = _chunk7OAEVGV3js.withTerraformExecutor.call(void 0, "plan");
6
+ var executor_default = _chunkGK3245WNjs.withTerraformExecutor.call(void 0, "plan");
7
7
 
8
8
 
9
9
 
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-CX6K23RM.mjs";
4
+ } from "./chunk-TFP2FPZB.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-XUV4U54K.mjs";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-HTBODFT6.mjs";
3
+ } from "./chunk-KJYJUNDY.mjs";
4
4
 
5
5
  // src/executors/destroy/executor.ts
6
6
  var executor_default = withTerraformExecutor("destroy");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-HTBODFT6.mjs";
3
+ } from "./chunk-KJYJUNDY.mjs";
4
4
 
5
5
  // src/executors/output/executor.ts
6
6
  var executor_default = withTerraformExecutor("output");
@@ -504,49 +504,56 @@ var isVerbose = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (label = Lo
504
504
  var getLogFn = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
505
505
  const colors = !_optionalChain([config, 'access', _11 => _11.colors, 'optionalAccess', _12 => _12.dark]) && !_optionalChain([config, 'access', _13 => _13.colors, 'optionalAccess', _14 => _14["base"]]) && !_optionalChain([config, 'access', _15 => _15.colors, 'optionalAccess', _16 => _16["base"], 'optionalAccess', _17 => _17.dark]) ? DEFAULT_COLOR_CONFIG : _optionalChain([config, 'access', _18 => _18.colors, 'optionalAccess', _19 => _19.dark]) && typeof config.colors.dark === "string" ? config.colors : _optionalChain([config, 'access', _20 => _20.colors, 'optionalAccess', _21 => _21["base"], 'optionalAccess', _22 => _22.dark]) && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : _optionalChain([config, 'access', _23 => _23.colors, 'optionalAccess', _24 => _24["base"]]) ? _optionalChain([config, 'access', _25 => _25.colors, 'optionalAccess', _26 => _26["base"]]) : DEFAULT_COLOR_CONFIG;
506
506
  const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
507
- if (typeof logLevel === "number" && (logLevel >= getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT) || typeof logLevel === "string" && getLogLevel(logLevel) >= getLogLevel(configLogLevel)) {
507
+ if (logLevel > getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT || getLogLevel(configLogLevel) <= LogLevel.SILENT) {
508
508
  return (_) => {
509
509
  };
510
510
  }
511
- if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel || typeof logLevel === "string" && LogLevel.FATAL >= getLogLevel(logLevel)) {
511
+ if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel) {
512
512
  return (message) => {
513
513
  console.error(`
514
514
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.fatal, () => ( "#7d1a1a")))(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
515
515
  `);
516
516
  };
517
517
  }
518
- if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel || typeof logLevel === "string" && LogLevel.ERROR >= getLogLevel(logLevel)) {
518
+ if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel) {
519
519
  return (message) => {
520
520
  console.error(`
521
521
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.danger, () => ( "#f85149")))(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
522
522
  `);
523
523
  };
524
524
  }
525
- if (typeof logLevel === "number" && LogLevel.WARN >= logLevel || typeof logLevel === "string" && LogLevel.WARN >= getLogLevel(logLevel)) {
525
+ if (typeof logLevel === "number" && LogLevel.WARN >= logLevel) {
526
526
  return (message) => {
527
527
  console.warn(`
528
528
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.warning, () => ( "#e3b341")))(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
529
529
  `);
530
530
  };
531
531
  }
532
- if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel || typeof logLevel === "string" && LogLevel.SUCCESS >= getLogLevel(logLevel)) {
532
+ if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel) {
533
533
  return (message) => {
534
534
  console.info(`
535
535
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.success, () => ( "#56d364")))(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
536
536
  `);
537
537
  };
538
538
  }
539
- if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
539
+ if (typeof logLevel === "number" && LogLevel.INFO >= logLevel) {
540
540
  return (message) => {
541
541
  console.info(`
542
542
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( "#58a6ff")))(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
543
543
  `);
544
544
  };
545
545
  }
546
- if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel || typeof logLevel === "string" && LogLevel.TRACE >= getLogLevel(logLevel)) {
546
+ if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel) {
547
547
  return (message) => {
548
548
  console.debug(`
549
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
549
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
550
+ `);
551
+ };
552
+ }
553
+ if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel) {
554
+ return (message) => {
555
+ console.debug(`
556
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( "#1fb2a6")))(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
550
557
  `);
551
558
  };
552
559
  }
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunk7OAEVGV3js = require('./chunk-7OAEVGV3.js');
3
+ var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
4
4
 
5
5
  // src/executors/output/executor.ts
6
- var executor_default = _chunk7OAEVGV3js.withTerraformExecutor.call(void 0, "output");
6
+ var executor_default = _chunkGK3245WNjs.withTerraformExecutor.call(void 0, "output");
7
7
 
8
8
 
9
9
 
@@ -504,49 +504,56 @@ var isVerbose = /* @__PURE__ */ __name((label = LogLevelLabel.SILENT) => {
504
504
  var getLogFn = /* @__PURE__ */ __name((logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
505
505
  const colors = !config.colors?.dark && !config.colors?.["base"] && !config.colors?.["base"]?.dark ? DEFAULT_COLOR_CONFIG : config.colors?.dark && typeof config.colors.dark === "string" ? config.colors : config.colors?.["base"]?.dark && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : config.colors?.["base"] ? config.colors?.["base"] : DEFAULT_COLOR_CONFIG;
506
506
  const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
507
- if (typeof logLevel === "number" && (logLevel >= getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT) || typeof logLevel === "string" && getLogLevel(logLevel) >= getLogLevel(configLogLevel)) {
507
+ if (logLevel > getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT || getLogLevel(configLogLevel) <= LogLevel.SILENT) {
508
508
  return (_) => {
509
509
  };
510
510
  }
511
- if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel || typeof logLevel === "string" && LogLevel.FATAL >= getLogLevel(logLevel)) {
511
+ if (typeof logLevel === "number" && LogLevel.FATAL >= logLevel) {
512
512
  return (message) => {
513
513
  console.error(`
514
514
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.fatal ?? "#7d1a1a")(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
515
515
  `);
516
516
  };
517
517
  }
518
- if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel || typeof logLevel === "string" && LogLevel.ERROR >= getLogLevel(logLevel)) {
518
+ if (typeof logLevel === "number" && LogLevel.ERROR >= logLevel) {
519
519
  return (message) => {
520
520
  console.error(`
521
521
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.danger ?? "#f85149")(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
522
522
  `);
523
523
  };
524
524
  }
525
- if (typeof logLevel === "number" && LogLevel.WARN >= logLevel || typeof logLevel === "string" && LogLevel.WARN >= getLogLevel(logLevel)) {
525
+ if (typeof logLevel === "number" && LogLevel.WARN >= logLevel) {
526
526
  return (message) => {
527
527
  console.warn(`
528
528
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.warning ?? "#e3b341")(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
529
529
  `);
530
530
  };
531
531
  }
532
- if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel || typeof logLevel === "string" && LogLevel.SUCCESS >= getLogLevel(logLevel)) {
532
+ if (typeof logLevel === "number" && LogLevel.SUCCESS >= logLevel) {
533
533
  return (message) => {
534
534
  console.info(`
535
535
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.success ?? "#56d364")(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
536
536
  `);
537
537
  };
538
538
  }
539
- if (typeof logLevel === "number" && LogLevel.INFO >= logLevel || typeof logLevel === "string" && LogLevel.INFO >= getLogLevel(logLevel)) {
539
+ if (typeof logLevel === "number" && LogLevel.INFO >= logLevel) {
540
540
  return (message) => {
541
541
  console.info(`
542
542
  ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? "#58a6ff")(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
543
543
  `);
544
544
  };
545
545
  }
546
- if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel || typeof logLevel === "string" && LogLevel.TRACE >= getLogLevel(logLevel)) {
546
+ if (typeof logLevel === "number" && LogLevel.DEBUG >= logLevel) {
547
547
  return (message) => {
548
548
  console.debug(`
549
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
549
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
550
+ `);
551
+ };
552
+ }
553
+ if (typeof logLevel === "number" && LogLevel.TRACE >= logLevel) {
554
+ return (message) => {
555
+ console.debug(`
556
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? "#1fb2a6")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace]`)} ${_chalk.bold.whiteBright(formatLogMessage(message))}
550
557
  `);
551
558
  };
552
559
  }
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "./chunk-HTBODFT6.mjs";
3
+ } from "./chunk-KJYJUNDY.mjs";
4
4
 
5
5
  // src/executors/plan/executor.ts
6
6
  var executor_default = withTerraformExecutor("plan");
@@ -17,7 +17,7 @@ import {
17
17
  writeSuccess,
18
18
  writeTrace,
19
19
  writeWarning
20
- } from "./chunk-CX6K23RM.mjs";
20
+ } from "./chunk-TFP2FPZB.mjs";
21
21
  import {
22
22
  __dirname,
23
23
  __name,
@@ -314,27 +314,23 @@ var readNxConfig = /* @__PURE__ */ __name(async (workspaceRoot3) => {
314
314
  // ../build-tools/src/utilities/copy-assets.ts
315
315
  var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, projectRoot, projectName, sourceRoot, generatePackageJson3 = true, includeSrc = false, banner, footer) => {
316
316
  const pendingAssets = Array.from(assets ?? []);
317
- if (!pendingAssets?.some((asset) => asset?.glob === "*.md")) {
318
- pendingAssets.push({
319
- input: projectRoot,
320
- glob: "*.md",
321
- output: "/"
322
- });
323
- }
317
+ pendingAssets.push({
318
+ input: projectRoot,
319
+ glob: "*.md",
320
+ output: "."
321
+ });
322
+ pendingAssets.push({
323
+ input: config.workspaceRoot,
324
+ glob: "LICENSE",
325
+ output: "."
326
+ });
324
327
  if (generatePackageJson3 === false) {
325
328
  pendingAssets.push({
326
- input: sourceRoot,
329
+ input: projectRoot,
327
330
  glob: "package.json",
328
331
  output: "."
329
332
  });
330
333
  }
331
- if (!pendingAssets?.some((asset) => asset?.glob === "LICENSE")) {
332
- pendingAssets.push({
333
- input: "",
334
- glob: "LICENSE",
335
- output: "."
336
- });
337
- }
338
334
  if (includeSrc === true) {
339
335
  pendingAssets.push({
340
336
  input: sourceRoot,
@@ -1972,6 +1968,9 @@ var executor_default10 = withRunExecutor("TypeScript Unbuild build", unbuildExec
1972
1968
  skipReadingConfig: false,
1973
1969
  hooks: {
1974
1970
  applyDefaultOptions: /* @__PURE__ */ __name(async (options, config) => {
1971
+ options.debug ??= false;
1972
+ options.treeShaking ??= true;
1973
+ options.platform ??= "neutral";
1975
1974
  options.entry ??= [
1976
1975
  "{sourceRoot}"
1977
1976
  ];
@@ -3026,32 +3025,28 @@ var typescript_build_executor_untyped_default = defineUntypedSchema4({
3026
3025
  title: "Bundle",
3027
3026
  type: "boolean",
3028
3027
  description: "Bundle the output"
3029
- },
3030
- $default: false
3028
+ }
3031
3029
  },
3032
3030
  minify: {
3033
3031
  $schema: {
3034
3032
  title: "Minify",
3035
3033
  type: "boolean",
3036
3034
  description: "Minify the output"
3037
- },
3038
- $default: false
3035
+ }
3039
3036
  },
3040
3037
  debug: {
3041
3038
  $schema: {
3042
3039
  title: "Debug",
3043
3040
  type: "boolean",
3044
3041
  description: "Debug the output"
3045
- },
3046
- $default: false
3042
+ }
3047
3043
  },
3048
3044
  sourcemap: {
3049
3045
  $schema: {
3050
3046
  title: "Sourcemap",
3051
3047
  type: "boolean",
3052
3048
  description: "Generate a sourcemap"
3053
- },
3054
- $default: false
3049
+ }
3055
3050
  },
3056
3051
  silent: {
3057
3052
  $schema: {
package/dist/executors.js CHANGED
@@ -1,8 +1,8 @@
1
1
  "use strict";require('./chunk-E7SPQEPH.js');
2
- require('./chunk-EQY3LNPR.js');
3
- require('./chunk-VKA4AOSX.js');
4
- require('./chunk-HFEQN3NL.js');
5
- require('./chunk-L3W5NLSN.js');
6
- require('./chunk-7OAEVGV3.js');
7
- require('./chunk-YX6ZIWFA.js');
2
+ require('./chunk-CJ4NNPZP.js');
3
+ require('./chunk-SUZ23ERM.js');
4
+ require('./chunk-JIPJCCPH.js');
5
+ require('./chunk-DFJELNNO.js');
6
+ require('./chunk-GK3245WN.js');
7
+ require('./chunk-S3PQ6E47.js');
8
8
  require('./chunk-3GQAWCBQ.js');
@@ -1,8 +1,8 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-PU7ULQHZ.mjs";
3
- import "./chunk-NV54O4LW.mjs";
4
- import "./chunk-AN6TJFDI.mjs";
5
- import "./chunk-RN6UUJRU.mjs";
6
- import "./chunk-HTBODFT6.mjs";
7
- import "./chunk-CX6K23RM.mjs";
2
+ import "./chunk-PCBBHDHD.mjs";
3
+ import "./chunk-PNST6H5V.mjs";
4
+ import "./chunk-XQXP5BJI.mjs";
5
+ import "./chunk-7URDMDS7.mjs";
6
+ import "./chunk-KJYJUNDY.mjs";
7
+ import "./chunk-TFP2FPZB.mjs";
8
8
  import "./chunk-XUV4U54K.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunk24GEJIKKjs = require('./chunk-24GEJIKK.js');
5
- require('./chunk-YX6ZIWFA.js');
4
+ var _chunk5J6DENCUjs = require('./chunk-5J6DENCU.js');
5
+ require('./chunk-S3PQ6E47.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunk24GEJIKKjs.initGenerator;
9
+ exports.initGenerator = _chunk5J6DENCUjs.initGenerator;
@@ -1,8 +1,8 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-J2F7VR5H.mjs";
5
- import "./chunk-CX6K23RM.mjs";
4
+ } from "./chunk-ZKOE2OCL.mjs";
5
+ import "./chunk-TFP2FPZB.mjs";
6
6
  import "./chunk-XUV4U54K.mjs";
7
7
  export {
8
8
  initGenerator
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-EQY3LNPR.js');
3
- require('./chunk-VKA4AOSX.js');
4
- require('./chunk-HFEQN3NL.js');
2
+ require('./chunk-CJ4NNPZP.js');
3
+ require('./chunk-SUZ23ERM.js');
4
+ require('./chunk-JIPJCCPH.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunk24GEJIKKjs = require('./chunk-24GEJIKK.js');
8
+ var _chunk5J6DENCUjs = require('./chunk-5J6DENCU.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
12
12
  var _chunkILC773N2js = require('./chunk-ILC773N2.js');
13
- require('./chunk-L3W5NLSN.js');
13
+ require('./chunk-DFJELNNO.js');
14
14
 
15
15
 
16
- var _chunk7OAEVGV3js = require('./chunk-7OAEVGV3.js');
17
- require('./chunk-YX6ZIWFA.js');
16
+ var _chunkGK3245WNjs = require('./chunk-GK3245WN.js');
17
+ require('./chunk-S3PQ6E47.js');
18
18
  require('./chunk-3GQAWCBQ.js');
19
19
 
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunk24GEJIKKjs.initGenerator; exports.withTerraformExecutor = _chunk7OAEVGV3js.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunk5J6DENCUjs.initGenerator; exports.withTerraformExecutor = _chunkGK3245WNjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -1,20 +1,20 @@
1
1
  import "./chunk-HYHKZPRR.mjs";
2
- import "./chunk-PU7ULQHZ.mjs";
3
- import "./chunk-NV54O4LW.mjs";
4
- import "./chunk-AN6TJFDI.mjs";
2
+ import "./chunk-PCBBHDHD.mjs";
3
+ import "./chunk-PNST6H5V.mjs";
4
+ import "./chunk-XQXP5BJI.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-J2F7VR5H.mjs";
8
+ } from "./chunk-ZKOE2OCL.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-RN6UUJRU.mjs";
13
+ import "./chunk-7URDMDS7.mjs";
14
14
  import {
15
15
  withTerraformExecutor
16
- } from "./chunk-HTBODFT6.mjs";
17
- import "./chunk-CX6K23RM.mjs";
16
+ } from "./chunk-KJYJUNDY.mjs";
17
+ import "./chunk-TFP2FPZB.mjs";
18
18
  import "./chunk-XUV4U54K.mjs";
19
19
  export {
20
20
  base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
@@ -4,10 +4,10 @@
4
4
  var _chunkILC773N2js = require('../../chunk-ILC773N2.js');
5
5
 
6
6
 
7
- var _chunk7OAEVGV3js = require('../../chunk-7OAEVGV3.js');
8
- require('../../chunk-YX6ZIWFA.js');
7
+ var _chunkGK3245WNjs = require('../../chunk-GK3245WN.js');
8
+ require('../../chunk-S3PQ6E47.js');
9
9
  require('../../chunk-3GQAWCBQ.js');
10
10
 
11
11
 
12
12
 
13
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunk7OAEVGV3js.withTerraformExecutor;
13
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.withTerraformExecutor = _chunkGK3245WNjs.withTerraformExecutor;
@@ -4,8 +4,8 @@ import {
4
4
  } from "../../chunk-EL25IDXP.mjs";
5
5
  import {
6
6
  withTerraformExecutor
7
- } from "../../chunk-HTBODFT6.mjs";
8
- import "../../chunk-CX6K23RM.mjs";
7
+ } from "../../chunk-KJYJUNDY.mjs";
8
+ import "../../chunk-TFP2FPZB.mjs";
9
9
  import "../../chunk-XUV4U54K.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 _chunk7OAEVGV3js = require('../../chunk-7OAEVGV3.js');
4
- require('../../chunk-YX6ZIWFA.js');
3
+ var _chunkGK3245WNjs = require('../../chunk-GK3245WN.js');
4
+ require('../../chunk-S3PQ6E47.js');
5
5
  require('../../chunk-3GQAWCBQ.js');
6
6
 
7
7
 
8
- exports.withTerraformExecutor = _chunk7OAEVGV3js.withTerraformExecutor;
8
+ exports.withTerraformExecutor = _chunkGK3245WNjs.withTerraformExecutor;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  withTerraformExecutor
3
- } from "../../chunk-HTBODFT6.mjs";
4
- import "../../chunk-CX6K23RM.mjs";
3
+ } from "../../chunk-KJYJUNDY.mjs";
4
+ import "../../chunk-TFP2FPZB.mjs";
5
5
  import "../../chunk-XUV4U54K.mjs";
6
6
  export {
7
7
  withTerraformExecutor
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkL3W5NLSNjs = require('../../../chunk-L3W5NLSN.js');
4
- require('../../../chunk-7OAEVGV3.js');
5
- require('../../../chunk-YX6ZIWFA.js');
3
+ var _chunkDFJELNNOjs = require('../../../chunk-DFJELNNO.js');
4
+ require('../../../chunk-GK3245WN.js');
5
+ require('../../../chunk-S3PQ6E47.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkL3W5NLSNjs.executor_default;
9
+ exports.default = _chunkDFJELNNOjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-RN6UUJRU.mjs";
4
- import "../../../chunk-HTBODFT6.mjs";
5
- import "../../../chunk-CX6K23RM.mjs";
3
+ } from "../../../chunk-7URDMDS7.mjs";
4
+ import "../../../chunk-KJYJUNDY.mjs";
5
+ import "../../../chunk-TFP2FPZB.mjs";
6
6
  import "../../../chunk-XUV4U54K.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 _chunkHFEQN3NLjs = require('../../../chunk-HFEQN3NL.js');
4
- require('../../../chunk-7OAEVGV3.js');
5
- require('../../../chunk-YX6ZIWFA.js');
3
+ var _chunkCJ4NNPZPjs = require('../../../chunk-CJ4NNPZP.js');
4
+ require('../../../chunk-GK3245WN.js');
5
+ require('../../../chunk-S3PQ6E47.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkHFEQN3NLjs.executor_default;
9
+ exports.default = _chunkCJ4NNPZPjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-AN6TJFDI.mjs";
4
- import "../../../chunk-HTBODFT6.mjs";
5
- import "../../../chunk-CX6K23RM.mjs";
3
+ } from "../../../chunk-PCBBHDHD.mjs";
4
+ import "../../../chunk-KJYJUNDY.mjs";
5
+ import "../../../chunk-TFP2FPZB.mjs";
6
6
  import "../../../chunk-XUV4U54K.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 _chunkEQY3LNPRjs = require('../../../chunk-EQY3LNPR.js');
4
- require('../../../chunk-7OAEVGV3.js');
5
- require('../../../chunk-YX6ZIWFA.js');
3
+ var _chunkSUZ23ERMjs = require('../../../chunk-SUZ23ERM.js');
4
+ require('../../../chunk-GK3245WN.js');
5
+ require('../../../chunk-S3PQ6E47.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkEQY3LNPRjs.executor_default;
9
+ exports.default = _chunkSUZ23ERMjs.executor_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default
3
- } from "../../../chunk-PU7ULQHZ.mjs";
4
- import "../../../chunk-HTBODFT6.mjs";
5
- import "../../../chunk-CX6K23RM.mjs";
3
+ } from "../../../chunk-PNST6H5V.mjs";
4
+ import "../../../chunk-KJYJUNDY.mjs";
5
+ import "../../../chunk-TFP2FPZB.mjs";
6
6
  import "../../../chunk-XUV4U54K.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 _chunkVKA4AOSXjs = require('../../../chunk-VKA4AOSX.js');
4
- require('../../../chunk-7OAEVGV3.js');
5
- require('../../../chunk-YX6ZIWFA.js');
3
+ var _chunkJIPJCCPHjs = require('../../../chunk-JIPJCCPH.js');
4
+ require('../../../chunk-GK3245WN.js');
5
+ require('../../../chunk-S3PQ6E47.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.default = _chunkVKA4AOSXjs.executor_default;
9
+ exports.default = _chunkJIPJCCPHjs.executor_default;