@storm-software/build-tools 0.135.2 → 0.135.3

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/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.135.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)
24
+ [![Version](https://img.shields.io/badge/version-0.135.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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -5,6 +5,7 @@ var _chunkQMLJ4YOFjs = require('./chunk-QMLJ4YOF.js');
5
5
 
6
6
 
7
7
 
8
+
8
9
  var _chunk275E2SADjs = require('./chunk-275E2SAD.js');
9
10
 
10
11
 
@@ -51,8 +52,10 @@ var copyAssets = /* @__PURE__ */ _chunkSHUYVCIDjs.__name.call(void 0, async (con
51
52
  if (!buildTarget) {
52
53
  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 ${_chunk275E2SADjs.joinPaths.call(void 0, projectRoot, "project.json")}`);
53
54
  }
55
+ _chunk275E2SADjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
56
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunk275E2SADjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
54
57
  const result = await _js.copyAssets.call(void 0, {
55
- assets,
58
+ assets: pendingAssets,
56
59
  watch: false,
57
60
  outputPath
58
61
  }, {
@@ -4,7 +4,8 @@ import {
4
4
  import {
5
5
  isVerbose,
6
6
  joinPaths,
7
- writeDebug
7
+ writeDebug,
8
+ writeTrace
8
9
  } from "./chunk-DRXCFXBB.mjs";
9
10
  import {
10
11
  __name
@@ -51,8 +52,10 @@ var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, proje
51
52
  if (!buildTarget) {
52
53
  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")}`);
53
54
  }
55
+ writeTrace(`\u{1F4DD} Copying the following assets to the output directory:
56
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`, config);
54
57
  const result = await copyAssetsBase({
55
- assets,
58
+ assets: pendingAssets,
56
59
  watch: false,
57
60
  outputPath
58
61
  }, {
package/dist/index.d.mts CHANGED
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
14
14
  export { readNxConfig } from './utilities/read-nx-config.mjs';
15
15
  export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.mjs';
16
16
  import 'rollup';
17
- import './types-Bd63Q7Wa.mjs';
17
+ import './types-v0neDT-G.mjs';
18
18
  import 'zod';
19
19
  import '@nx/devkit';
20
20
  import '@nx/js/src/utils/buildable-libs-utils';
package/dist/index.d.ts CHANGED
@@ -14,7 +14,7 @@ export { getExternalDependencies, getExtraDependencies, getInternalDependencies
14
14
  export { readNxConfig } from './utilities/read-nx-config.js';
15
15
  export { createTaskId, getAllWorkspaceTaskGraphs } from './utilities/task-graph.js';
16
16
  import 'rollup';
17
- import './types-Bd63Q7Wa.js';
17
+ import './types-v0neDT-G.js';
18
18
  import 'zod';
19
19
  import '@nx/devkit';
20
20
  import '@nx/js/src/utils/buildable-libs-utils';
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@
5
5
  var _chunkJP4YIUPAjs = require('./chunk-JP4YIUPA.js');
6
6
 
7
7
 
8
- var _chunk4EOISDM2js = require('./chunk-4EOISDM2.js');
8
+ var _chunkD7IEQ7P2js = require('./chunk-D7IEQ7P2.js');
9
9
 
10
10
 
11
11
  var _chunkQMLJ4YOFjs = require('./chunk-QMLJ4YOF.js');
@@ -80,4 +80,4 @@ require('./chunk-SHUYVCID.js');
80
80
 
81
81
 
82
82
 
83
- exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunkSYSXNB3Mjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSYSXNB3Mjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSYSXNB3Mjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSYSXNB3Mjs.addWorkspacePackageJsonFields; exports.analyze = _chunkL7W4YZE4js.analyze; exports.copyAssets = _chunk4EOISDM2js.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkYXBRJJCUjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkQMLJ4YOFjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunk7TZNJMABjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
83
+ exports.DEFAULT_COMPILED_BANNER = _chunk2KEW5JJ7js.DEFAULT_COMPILED_BANNER; exports.DEFAULT_ENVIRONMENT = _chunk2KEW5JJ7js.DEFAULT_ENVIRONMENT; exports.DEFAULT_ORGANIZATION = _chunk2KEW5JJ7js.DEFAULT_ORGANIZATION; exports.DEFAULT_PLATFORM = _chunk2KEW5JJ7js.DEFAULT_PLATFORM; exports.DEFAULT_TARGET = _chunk2KEW5JJ7js.DEFAULT_TARGET; exports.addPackageDependencies = _chunkSYSXNB3Mjs.addPackageDependencies; exports.addPackageJsonExport = _chunkSYSXNB3Mjs.addPackageJsonExport; exports.addPackageJsonExports = _chunkSYSXNB3Mjs.addPackageJsonExports; exports.addWorkspacePackageJsonFields = _chunkSYSXNB3Mjs.addWorkspacePackageJsonFields; exports.analyze = _chunkL7W4YZE4js.analyze; exports.copyAssets = _chunkD7IEQ7P2js.copyAssets; exports.createTaskId = _chunkJP4YIUPAjs.createTaskId; exports.getAllWorkspaceTaskGraphs = _chunkJP4YIUPAjs.getAllWorkspaceTaskGraphs; exports.getEntryPoints = _chunkYXBRJJCUjs.getEntryPoints; exports.getEnv = _chunkIZKGYT3Djs.getEnv; exports.getExternalDependencies = _chunkVSAQXEXDjs.getExternalDependencies; exports.getExtraDependencies = _chunkVSAQXEXDjs.getExtraDependencies; exports.getFileBanner = _chunkPBTSVWXLjs.getFileBanner; exports.getInternalDependencies = _chunkVSAQXEXDjs.getInternalDependencies; exports.getOutExtension = _chunkTWCCJQYFjs.getOutExtension; exports.readNxConfig = _chunkQMLJ4YOFjs.readNxConfig; exports.swc = _chunk2TV7ZJSKjs.swc; exports.tsResolvePlugin = _chunk7TZNJMABjs.tsResolvePlugin; exports.typeDefinitions = _chunkY3HRAWPUjs.typeDefinitions;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  } from "./chunk-67VZRCF5.mjs";
6
6
  import {
7
7
  copyAssets
8
- } from "./chunk-OWWSOXVQ.mjs";
8
+ } from "./chunk-RCQ3JZXR.mjs";
9
9
  import {
10
10
  readNxConfig
11
11
  } from "./chunk-HCFLWTVN.mjs";