@storm-software/terraform-tools 0.53.1 → 0.53.2

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.53.2 (2025-01-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **build-tools:** Resolved issue with copying asset files into output directory ([1b314e8e](https://github.com/storm-software/storm-ops/commit/1b314e8e))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated workspace-tools to 1.239.4
10
+ - Updated workspace-tools to 1.239.4
11
+
1
12
  ## 0.53.1 (2025-01-22)
2
13
 
3
14
  ### Bug Fixes
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.53.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)
24
+ [![Version](https://img.shields.io/badge/version-0.53.1-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 -->
@@ -348,8 +348,10 @@ var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, proje
348
348
  if (!buildTarget) {
349
349
  throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${joinPaths(projectRoot, "project.json")}`);
350
350
  }
351
+ writeTrace(`\u{1F4DD} Copying the following assets to the output directory:
352
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`, config);
351
353
  const result = await copyAssetsBase({
352
- assets,
354
+ assets: pendingAssets,
353
355
  watch: false,
354
356
  outputPath
355
357
  }, {
@@ -347,8 +347,10 @@ var copyAssets = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (con
347
347
  if (!buildTarget) {
348
348
  throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${_chunkTQAFH5OJjs.joinPaths.call(void 0, projectRoot, "project.json")}`);
349
349
  }
350
+ _chunkTQAFH5OJjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
351
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkTQAFH5OJjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
350
352
  const result = await _js.copyAssets.call(void 0, {
351
- assets,
353
+ assets: pendingAssets,
352
354
  watch: false,
353
355
  outputPath
354
356
  }, {
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkWGRRG2DYjs = require('./chunk-WGRRG2DY.js');
4
+ var _chunkZBKQBMHXjs = require('./chunk-ZBKQBMHX.js');
5
5
  require('./chunk-TQAFH5OJ.js');
6
6
  require('./chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
- exports.initGenerator = _chunkWGRRG2DYjs.initGenerator;
9
+ exports.initGenerator = _chunkZBKQBMHXjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-ZOKR7XCK.mjs";
4
+ } from "./chunk-TX2U6RJQ.mjs";
5
5
  import "./chunk-42WVFPO6.mjs";
6
6
  import "./chunk-XUV4U54K.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-MJMNVCOX.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkWGRRG2DYjs = require('./chunk-WGRRG2DY.js');
8
+ var _chunkZBKQBMHXjs = require('./chunk-ZBKQBMHX.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 = _chunkWGRRG2DYjs.initGenerator; exports.withTerraformExecutor = _chunk6D4LV6X2js.withTerraformExecutor;
23
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkZBKQBMHXjs.initGenerator; exports.withTerraformExecutor = _chunk6D4LV6X2js.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-ZTLSR2U3.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-ZOKR7XCK.mjs";
8
+ } from "./chunk-TX2U6RJQ.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 _chunkWGRRG2DYjs = require('../../../chunk-WGRRG2DY.js');
4
+ var _chunkZBKQBMHXjs = require('../../../chunk-ZBKQBMHX.js');
5
5
  require('../../../chunk-TQAFH5OJ.js');
6
6
  require('../../../chunk-3GQAWCBQ.js');
7
7
 
8
8
 
9
9
 
10
- exports.default = _chunkWGRRG2DYjs.init_default; exports.initGenerator = _chunkWGRRG2DYjs.initGenerator;
10
+ exports.default = _chunkZBKQBMHXjs.init_default; exports.initGenerator = _chunkZBKQBMHXjs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-ZOKR7XCK.mjs";
4
+ } from "../../../chunk-TX2U6RJQ.mjs";
5
5
  import "../../../chunk-42WVFPO6.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.53.1",
3
+ "version": "0.53.2",
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.239.2",
126
+ "@storm-software/workspace-tools": "1.239.4",
127
127
  "shelljs": "^0.8.5",
128
128
  "tslib": "^2.6.3"
129
129
  },