@storm-software/terraform-tools 0.54.70 → 0.54.72

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 CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.54.72](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.72) (2025-04-29)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([f2e5028dd](https://github.com/storm-software/storm-ops/commit/f2e5028dd))
11
+
12
+ ## [0.54.71](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.71) (2025-04-29)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([25750fcd9](https://github.com/storm-software/storm-ops/commit/25750fcd9))
18
+ - **monorepo:** Regenerate README markdown files
19
+ ([87d08a499](https://github.com/storm-software/storm-ops/commit/87d08a499))
20
+
5
21
  ## [0.54.70](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.70) (2025-04-28)
6
22
 
7
23
  ### 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
- [![Version](https://img.shields.io/badge/version-0.54.70-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.54.71-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -269,7 +269,6 @@ var DEFAULT_COMPILED_BANNER = `/*****************************************
269
269
  *****************************************/
270
270
  `;
271
271
  var DEFAULT_ENVIRONMENT = "production";
272
- var DEFAULT_TARGET = "esnext";
273
272
  var DEFAULT_ORGANIZATION = "storm-software";
274
273
 
275
274
  // ../build-tools/src/plugins/swc.ts
@@ -506,9 +505,7 @@ _chunk3GQAWCBQjs.__name.call(void 0, cleanDirectories, "cleanDirectories");
506
505
  var DEFAULT_BUILD_OPTIONS = {
507
506
  assets: [],
508
507
  platform: "node",
509
- target: [
510
- "esnext"
511
- ],
508
+ target: "node22",
512
509
  format: "esm",
513
510
  tsconfig: "tsconfig.json",
514
511
  mode: "production",
@@ -517,9 +514,11 @@ var DEFAULT_BUILD_OPTIONS = {
517
514
  keepNames: true,
518
515
  metafile: false,
519
516
  treeshake: true,
517
+ splitting: true,
520
518
  shims: false,
521
519
  watch: false,
522
520
  bundle: true,
521
+ distDir: "dist",
523
522
  loader: {
524
523
  ".aac": "file",
525
524
  ".css": "file",
@@ -664,29 +663,23 @@ async function resolveContext(userOptions) {
664
663
  throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
665
664
  }
666
665
  const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
667
- options.name ??= `${projectName}-${options.format}`;
668
- options.target ??= DEFAULT_TARGET;
666
+ options.name ??= projectName;
669
667
  const packageJsonPath = _chunkFC5AL6FFjs.joinPaths.call(void 0, workspaceRoot3.dir, options.projectRoot, "package.json");
670
668
  if (!_fs.existsSync.call(void 0, packageJsonPath)) {
671
669
  throw new Error("Cannot find package.json configuration");
672
670
  }
673
671
  const env = getEnv("esbuild", options);
672
+ const define = _defu2.default.call(void 0, _nullishCoalesce(options.define, () => ( {})), _nullishCoalesce(env, () => ( {})));
674
673
  const resolvedOptions = {
675
674
  ...options,
676
675
  tsconfig: _chunkFC5AL6FFjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
677
- distDir: "dist",
678
- name: projectName,
679
676
  metafile: userOptions.mode === "development",
680
- ...userOptions,
681
677
  clean: false,
682
- target: userOptions.target || options.target,
683
- splitting: options.format === "iife" ? false : options.treeshake === void 0 ? options.splitting : true,
684
678
  env,
685
679
  define: {
686
680
  STORM_FORMAT: JSON.stringify(options.format),
687
- ...options.define,
688
- ...Object.keys(env || {}).reduce((res, key) => {
689
- const value = JSON.stringify(env[key]);
681
+ ...Object.keys(define).filter((key) => define[key] !== void 0).reduce((res, key) => {
682
+ const value = JSON.stringify(define[key]);
690
683
  const safeKey = key.replaceAll("(", "").replaceAll(")", "");
691
684
  return {
692
685
  ...res,
@@ -728,26 +721,79 @@ async function generatePackageJson(context) {
728
721
  if (context.options.entry) {
729
722
  packageJson.exports ??= {};
730
723
  packageJson.exports["./package.json"] ??= "./package.json";
731
- packageJson.exports["."] ??= `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js`;
732
724
  const entryPoints = Array.isArray(context.options.entry) ? context.options.entry : Object.keys(context.options.entry);
733
- for (const entryPoint of entryPoints) {
734
- if (context.options.entry[entryPoint]) {
735
- const entry = context.options.entry[entryPoint].replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
736
- packageJson.exports[`./${entry}`] ??= `.${context.options.distDir ? `/${context.options.distDir}` : ""}/${entry}.js`;
725
+ if (entryPoints.length > 0) {
726
+ const defaultEntry = entryPoints.includes("index") ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/${entryPoints[0]}`;
727
+ const isEsm = Array.isArray(context.options.format) ? context.options.format.includes("esm") : context.options.format === "esm";
728
+ const isCjs = Array.isArray(context.options.format) ? context.options.format.includes("cjs") : context.options.format === "cjs";
729
+ const isDts = context.options.dts || context.options.experimentalDts;
730
+ packageJson.exports["."] ??= `${defaultEntry}.${isEsm ? "mjs" : isCjs ? "cjs" : "js"}`;
731
+ for (const entryPoint of entryPoints) {
732
+ packageJson.exports[`./${entryPoint}`] ??= {};
733
+ if (isEsm) {
734
+ if (isDts) {
735
+ packageJson.exports[`./${entryPoint}`].import = {
736
+ types: `./dist/${entryPoint}.d.mts`,
737
+ default: `./dist/${entryPoint}.mjs`
738
+ };
739
+ } else {
740
+ packageJson.exports[`./${entryPoint}`].import = `./dist/${entryPoint}.mjs`;
741
+ }
742
+ if (isDts) {
743
+ packageJson.exports[`./${entryPoint}`].default = {
744
+ types: `./dist/${entryPoint}.d.mts`,
745
+ default: `./dist/${entryPoint}.mjs`
746
+ };
747
+ } else {
748
+ packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.mjs`;
749
+ }
750
+ }
751
+ if (isCjs) {
752
+ if (isDts) {
753
+ packageJson.exports[`./${entryPoint}`].require = {
754
+ types: `./dist/${entryPoint}.d.cts`,
755
+ default: `./dist/${entryPoint}.cjs`
756
+ };
757
+ } else {
758
+ packageJson.exports[`./${entryPoint}`].require = `./dist/${entryPoint}.cjs`;
759
+ }
760
+ if (!isEsm) {
761
+ if (isDts) {
762
+ packageJson.exports[`./${entryPoint}`].default = {
763
+ types: `./dist/${entryPoint}.d.cts`,
764
+ default: `./dist/${entryPoint}.cjs`
765
+ };
766
+ } else {
767
+ packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.cjs`;
768
+ }
769
+ }
770
+ }
771
+ if (!isEsm && !isCjs) {
772
+ if (isDts) {
773
+ packageJson.exports[`./${entryPoint}`].default = {
774
+ types: `./dist/${entryPoint}.d.ts`,
775
+ default: `./dist/${entryPoint}.js`
776
+ };
777
+ } else {
778
+ packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.js`;
779
+ }
780
+ }
737
781
  }
738
- }
739
- if (context.options.format === "esm") {
740
- packageJson.module = packageJson.type === "module" ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.mjs`;
741
- } else {
742
- packageJson.main = packageJson.type === "commonjs" ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.cjs`;
743
- }
744
- packageJson.types = `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.d.ts`;
745
- packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
746
- if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
747
- ret[key.replace("/index", "")] = packageJson.exports[key];
782
+ if (isEsm) {
783
+ packageJson.module = `${defaultEntry}.mjs`;
784
+ } else {
785
+ packageJson.main = `${defaultEntry}.cjs`;
748
786
  }
749
- return ret;
750
- }, packageJson.exports);
787
+ if (isDts) {
788
+ packageJson.types = `${defaultEntry}.d.${isEsm ? "mts" : isCjs ? "cts" : "ts"}`;
789
+ }
790
+ packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
791
+ if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
792
+ ret[key.replace("/index", "")] = packageJson.exports[key];
793
+ }
794
+ return ret;
795
+ }, packageJson.exports);
796
+ }
751
797
  }
752
798
  await _devkit.writeJsonFile.call(void 0, _chunkFC5AL6FFjs.joinPaths.call(void 0, context.outputPath, "package.json"), packageJson);
753
799
  stopwatch();
@@ -760,7 +806,7 @@ async function executeTsup(context) {
760
806
  const stopwatch = _chunkFC5AL6FFjs.getStopwatch.call(void 0, `${context.options.name} build`);
761
807
  await _tsup.build.call(void 0, {
762
808
  ...context.options,
763
- outDir: context.outputPath,
809
+ outDir: context.options.distDir ? _chunkFC5AL6FFjs.joinPaths.call(void 0, context.outputPath, context.options.distDir) : context.outputPath,
764
810
  workspaceConfig: context.workspaceConfig
765
811
  });
766
812
  stopwatch();
@@ -270,7 +270,6 @@ var DEFAULT_COMPILED_BANNER = `/*****************************************
270
270
  *****************************************/
271
271
  `;
272
272
  var DEFAULT_ENVIRONMENT = "production";
273
- var DEFAULT_TARGET = "esnext";
274
273
  var DEFAULT_ORGANIZATION = "storm-software";
275
274
 
276
275
  // ../build-tools/src/plugins/swc.ts
@@ -507,9 +506,7 @@ __name(cleanDirectories, "cleanDirectories");
507
506
  var DEFAULT_BUILD_OPTIONS = {
508
507
  assets: [],
509
508
  platform: "node",
510
- target: [
511
- "esnext"
512
- ],
509
+ target: "node22",
513
510
  format: "esm",
514
511
  tsconfig: "tsconfig.json",
515
512
  mode: "production",
@@ -518,9 +515,11 @@ var DEFAULT_BUILD_OPTIONS = {
518
515
  keepNames: true,
519
516
  metafile: false,
520
517
  treeshake: true,
518
+ splitting: true,
521
519
  shims: false,
522
520
  watch: false,
523
521
  bundle: true,
522
+ distDir: "dist",
524
523
  loader: {
525
524
  ".aac": "file",
526
525
  ".css": "file",
@@ -665,29 +664,23 @@ async function resolveContext(userOptions) {
665
664
  throw new Error("The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project.");
666
665
  }
667
666
  const options = defu(userOptions, DEFAULT_BUILD_OPTIONS);
668
- options.name ??= `${projectName}-${options.format}`;
669
- options.target ??= DEFAULT_TARGET;
667
+ options.name ??= projectName;
670
668
  const packageJsonPath = joinPaths(workspaceRoot3.dir, options.projectRoot, "package.json");
671
669
  if (!existsSync3(packageJsonPath)) {
672
670
  throw new Error("Cannot find package.json configuration");
673
671
  }
674
672
  const env = getEnv("esbuild", options);
673
+ const define = defu(options.define ?? {}, env ?? {});
675
674
  const resolvedOptions = {
676
675
  ...options,
677
676
  tsconfig: joinPaths(projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
678
- distDir: "dist",
679
- name: projectName,
680
677
  metafile: userOptions.mode === "development",
681
- ...userOptions,
682
678
  clean: false,
683
- target: userOptions.target || options.target,
684
- splitting: options.format === "iife" ? false : options.treeshake === void 0 ? options.splitting : true,
685
679
  env,
686
680
  define: {
687
681
  STORM_FORMAT: JSON.stringify(options.format),
688
- ...options.define,
689
- ...Object.keys(env || {}).reduce((res, key) => {
690
- const value = JSON.stringify(env[key]);
682
+ ...Object.keys(define).filter((key) => define[key] !== void 0).reduce((res, key) => {
683
+ const value = JSON.stringify(define[key]);
691
684
  const safeKey = key.replaceAll("(", "").replaceAll(")", "");
692
685
  return {
693
686
  ...res,
@@ -729,26 +722,79 @@ async function generatePackageJson(context) {
729
722
  if (context.options.entry) {
730
723
  packageJson.exports ??= {};
731
724
  packageJson.exports["./package.json"] ??= "./package.json";
732
- packageJson.exports["."] ??= `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js`;
733
725
  const entryPoints = Array.isArray(context.options.entry) ? context.options.entry : Object.keys(context.options.entry);
734
- for (const entryPoint of entryPoints) {
735
- if (context.options.entry[entryPoint]) {
736
- const entry = context.options.entry[entryPoint].replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
737
- packageJson.exports[`./${entry}`] ??= `.${context.options.distDir ? `/${context.options.distDir}` : ""}/${entry}.js`;
726
+ if (entryPoints.length > 0) {
727
+ const defaultEntry = entryPoints.includes("index") ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/${entryPoints[0]}`;
728
+ const isEsm = Array.isArray(context.options.format) ? context.options.format.includes("esm") : context.options.format === "esm";
729
+ const isCjs = Array.isArray(context.options.format) ? context.options.format.includes("cjs") : context.options.format === "cjs";
730
+ const isDts = context.options.dts || context.options.experimentalDts;
731
+ packageJson.exports["."] ??= `${defaultEntry}.${isEsm ? "mjs" : isCjs ? "cjs" : "js"}`;
732
+ for (const entryPoint of entryPoints) {
733
+ packageJson.exports[`./${entryPoint}`] ??= {};
734
+ if (isEsm) {
735
+ if (isDts) {
736
+ packageJson.exports[`./${entryPoint}`].import = {
737
+ types: `./dist/${entryPoint}.d.mts`,
738
+ default: `./dist/${entryPoint}.mjs`
739
+ };
740
+ } else {
741
+ packageJson.exports[`./${entryPoint}`].import = `./dist/${entryPoint}.mjs`;
742
+ }
743
+ if (isDts) {
744
+ packageJson.exports[`./${entryPoint}`].default = {
745
+ types: `./dist/${entryPoint}.d.mts`,
746
+ default: `./dist/${entryPoint}.mjs`
747
+ };
748
+ } else {
749
+ packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.mjs`;
750
+ }
751
+ }
752
+ if (isCjs) {
753
+ if (isDts) {
754
+ packageJson.exports[`./${entryPoint}`].require = {
755
+ types: `./dist/${entryPoint}.d.cts`,
756
+ default: `./dist/${entryPoint}.cjs`
757
+ };
758
+ } else {
759
+ packageJson.exports[`./${entryPoint}`].require = `./dist/${entryPoint}.cjs`;
760
+ }
761
+ if (!isEsm) {
762
+ if (isDts) {
763
+ packageJson.exports[`./${entryPoint}`].default = {
764
+ types: `./dist/${entryPoint}.d.cts`,
765
+ default: `./dist/${entryPoint}.cjs`
766
+ };
767
+ } else {
768
+ packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.cjs`;
769
+ }
770
+ }
771
+ }
772
+ if (!isEsm && !isCjs) {
773
+ if (isDts) {
774
+ packageJson.exports[`./${entryPoint}`].default = {
775
+ types: `./dist/${entryPoint}.d.ts`,
776
+ default: `./dist/${entryPoint}.js`
777
+ };
778
+ } else {
779
+ packageJson.exports[`./${entryPoint}`].default = `./dist/${entryPoint}.js`;
780
+ }
781
+ }
738
782
  }
739
- }
740
- if (context.options.format === "esm") {
741
- packageJson.module = packageJson.type === "module" ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.mjs`;
742
- } else {
743
- packageJson.main = packageJson.type === "commonjs" ? `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.js` : `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.cjs`;
744
- }
745
- packageJson.types = `.${context.options.distDir ? `/${context.options.distDir}` : ""}/index.d.ts`;
746
- packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
747
- if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
748
- ret[key.replace("/index", "")] = packageJson.exports[key];
783
+ if (isEsm) {
784
+ packageJson.module = `${defaultEntry}.mjs`;
785
+ } else {
786
+ packageJson.main = `${defaultEntry}.cjs`;
749
787
  }
750
- return ret;
751
- }, packageJson.exports);
788
+ if (isDts) {
789
+ packageJson.types = `${defaultEntry}.d.${isEsm ? "mts" : isCjs ? "cts" : "ts"}`;
790
+ }
791
+ packageJson.exports = Object.keys(packageJson.exports).reduce((ret, key) => {
792
+ if (key.endsWith("/index") && !ret[key.replace("/index", "")]) {
793
+ ret[key.replace("/index", "")] = packageJson.exports[key];
794
+ }
795
+ return ret;
796
+ }, packageJson.exports);
797
+ }
752
798
  }
753
799
  await writeJsonFile(joinPaths(context.outputPath, "package.json"), packageJson);
754
800
  stopwatch();
@@ -761,7 +807,7 @@ async function executeTsup(context) {
761
807
  const stopwatch = getStopwatch(`${context.options.name} build`);
762
808
  await tsup({
763
809
  ...context.options,
764
- outDir: context.outputPath,
810
+ outDir: context.options.distDir ? joinPaths(context.outputPath, context.options.distDir) : context.outputPath,
765
811
  workspaceConfig: context.workspaceConfig
766
812
  });
767
813
  stopwatch();
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkIYHG32N4js = require('./chunk-IYHG32N4.js');
4
+ var _chunkF4NYTFL6js = require('./chunk-F4NYTFL6.js');
5
5
  require('./chunk-FC5AL6FF.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkIYHG32N4js.initGenerator;
9
+ exports.initGenerator = _chunkF4NYTFL6js.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-3SQR3L67.mjs";
4
+ } from "./chunk-K27L3WST.mjs";
5
5
  import "./chunk-ACQ7AUDY.mjs";
6
6
  import "./chunk-NM2XRTN6.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-ESAA5DIO.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkIYHG32N4js = require('./chunk-IYHG32N4.js');
8
+ var _chunkF4NYTFL6js = require('./chunk-F4NYTFL6.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -20,4 +20,4 @@ require('./chunk-3GQAWCBQ.js');
20
20
 
21
21
 
22
22
 
23
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkIYHG32N4js.initGenerator; exports.withTerraformExecutor = _chunkZAMME4JXjs.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkF4NYTFL6js.initGenerator; exports.withTerraformExecutor = _chunkZAMME4JXjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-X7DJ4DVD.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-3SQR3L67.mjs";
8
+ } from "./chunk-K27L3WST.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkIYHG32N4js = require('../../../chunk-IYHG32N4.js');
4
+ var _chunkF4NYTFL6js = require('../../../chunk-F4NYTFL6.js');
5
5
  require('../../../chunk-FC5AL6FF.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkIYHG32N4js.init_default; exports.initGenerator = _chunkIYHG32N4js.initGenerator;
10
+ exports.default = _chunkF4NYTFL6js.init_default; exports.initGenerator = _chunkF4NYTFL6js.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-3SQR3L67.mjs";
4
+ } from "../../../chunk-K27L3WST.mjs";
5
5
  import "../../../chunk-ACQ7AUDY.mjs";
6
6
  import "../../../chunk-NM2XRTN6.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.54.70",
3
+ "version": "0.54.72",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",