@storm-software/terraform-tools 0.51.0 → 0.51.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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 0.51.1 (2025-01-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **workspace-tools:** Resolve issue with invalid import path ([42a07d0c](https://github.com/storm-software/storm-ops/commit/42a07d0c))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated workspace-tools to 1.235.1
10
+ - Updated workspace-tools to 1.235.1
11
+
1
12
  ## 0.51.0 (2025-01-21)
2
13
 
3
14
  ### Features
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.50.2-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.51.0-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 -->
@@ -1927,7 +1927,7 @@ async function unbuildExecutorFn(options, context2, config) {
1927
1927
  fsCache: config.skipCache ? false : _chunkYX6ZIWFAjs.joinPaths.call(void 0, config.directories.cache || "node_modules/.cache/storm", "jiti"),
1928
1928
  interopDefault: true
1929
1929
  });
1930
- const stormUnbuild = await jiti.import("@storm-software/unbuild/build.js");
1930
+ const stormUnbuild = await jiti.import("@storm-software/unbuild/build");
1931
1931
  await stormUnbuild.build(_defu.defu.call(void 0, {
1932
1932
  ...options,
1933
1933
  projectRoot: _optionalChain([context2, 'access', _94 => _94.projectsConfigurations, 'access', _95 => _95.projects, 'optionalAccess', _96 => _96[context2.projectName], 'access', _97 => _97.root]),
@@ -1928,7 +1928,7 @@ async function unbuildExecutorFn(options, context2, config) {
1928
1928
  fsCache: config.skipCache ? false : joinPaths(config.directories.cache || "node_modules/.cache/storm", "jiti"),
1929
1929
  interopDefault: true
1930
1930
  });
1931
- const stormUnbuild = await jiti.import("@storm-software/unbuild/build.js");
1931
+ const stormUnbuild = await jiti.import("@storm-software/unbuild/build");
1932
1932
  await stormUnbuild.build(defu3({
1933
1933
  ...options,
1934
1934
  projectRoot: context2.projectsConfigurations.projects?.[context2.projectName].root,
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunk5HEY5GYUjs = require('./chunk-5HEY5GYU.js');
4
+ var _chunk3YAEZHUDjs = require('./chunk-3YAEZHUD.js');
5
5
  require('./chunk-YX6ZIWFA.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunk5HEY5GYUjs.initGenerator;
9
+ exports.initGenerator = _chunk3YAEZHUDjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-LGZDIUFZ.mjs";
4
+ } from "./chunk-4DAOD5DG.mjs";
5
5
  import "./chunk-CX6K23RM.mjs";
6
6
  import "./chunk-XUV4U54K.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-VKA4AOSX.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunk5HEY5GYUjs = require('./chunk-5HEY5GYU.js');
8
+ var _chunk3YAEZHUDjs = require('./chunk-3YAEZHUD.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 = _chunk5HEY5GYUjs.initGenerator; exports.withTerraformExecutor = _chunk7OAEVGV3js.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunk3YAEZHUDjs.initGenerator; exports.withTerraformExecutor = _chunk7OAEVGV3js.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-NV54O4LW.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-LGZDIUFZ.mjs";
8
+ } from "./chunk-4DAOD5DG.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 _chunk5HEY5GYUjs = require('../../../chunk-5HEY5GYU.js');
4
+ var _chunk3YAEZHUDjs = require('../../../chunk-3YAEZHUD.js');
5
5
  require('../../../chunk-YX6ZIWFA.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunk5HEY5GYUjs.init_default; exports.initGenerator = _chunk5HEY5GYUjs.initGenerator;
10
+ exports.default = _chunk3YAEZHUDjs.init_default; exports.initGenerator = _chunk3YAEZHUDjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-LGZDIUFZ.mjs";
4
+ } from "../../../chunk-4DAOD5DG.mjs";
5
5
  import "../../../chunk-CX6K23RM.mjs";
6
6
  import "../../../chunk-XUV4U54K.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.51.0",
3
+ "version": "0.51.1",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -123,7 +123,7 @@
123
123
  "nx": { "optional": false }
124
124
  },
125
125
  "dependencies": {
126
- "@storm-software/workspace-tools": "1.235.0",
126
+ "@storm-software/workspace-tools": "1.235.1",
127
127
  "shelljs": "^0.8.5",
128
128
  "tslib": "^2.6.3"
129
129
  },