@storm-software/tsdown 0.22.0 → 0.22.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/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.21.5-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.22.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 -->
package/dist/build.cjs CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkCTOS4DYDcjs = require('./chunk-CTOS4DYD.cjs');
3
+ var _chunk7QXMK5E7cjs = require('./chunk-7QXMK5E7.cjs');
4
4
  require('./chunk-EHVHDVI3.cjs');
5
5
  require('./chunk-5KRF6IVW.cjs');
6
6
  require('./chunk-USNT2KNT.cjs');
7
7
 
8
8
 
9
- exports.build = _chunkCTOS4DYDcjs.build;
9
+ exports.build = _chunk7QXMK5E7cjs.build;
package/dist/build.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  build
3
- } from "./chunk-KNBVJN3A.js";
3
+ } from "./chunk-22FHFD4Q.js";
4
4
  import "./chunk-MLTU5LTF.js";
5
5
  import "./chunk-UQLCBJOS.js";
6
6
  import "./chunk-SHUYVCID.js";
@@ -587,8 +587,10 @@ var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, proje
587
587
  if (!buildTarget) {
588
588
  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")}`);
589
589
  }
590
+ writeTrace(`\u{1F4DD} Copying the following assets to the output directory:
591
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`, config);
590
592
  const result = await copyAssetsBase({
591
- assets,
593
+ assets: pendingAssets,
592
594
  watch: false,
593
595
  outputPath
594
596
  }, {
@@ -587,8 +587,10 @@ var copyAssets = /* @__PURE__ */ _chunkUSNT2KNTcjs.__name.call(void 0, async (co
587
587
  if (!buildTarget) {
588
588
  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 ${_chunkEHVHDVI3cjs.joinPaths.call(void 0, projectRoot, "project.json")}`);
589
589
  }
590
+ _chunkEHVHDVI3cjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
591
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkEHVHDVI3cjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
590
592
  const result = await _js.copyAssets.call(void 0, {
591
- assets,
593
+ assets: pendingAssets,
592
594
  watch: false,
593
595
  outputPath
594
596
  }, {
package/dist/index.cjs CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkCTOS4DYDcjs = require('./chunk-CTOS4DYD.cjs');
3
+ var _chunk7QXMK5E7cjs = require('./chunk-7QXMK5E7.cjs');
4
4
 
5
5
 
6
6
  var _chunkEHVHDVI3cjs = require('./chunk-EHVHDVI3.cjs');
@@ -13,4 +13,4 @@ require('./chunk-SFZRYJZ2.cjs');
13
13
 
14
14
 
15
15
 
16
- exports.DEFAULT_BUILD_OPTIONS = _chunk5KRF6IVWcjs.DEFAULT_BUILD_OPTIONS; exports.build = _chunkCTOS4DYDcjs.build; exports.clean = _chunkEHVHDVI3cjs.clean;
16
+ exports.DEFAULT_BUILD_OPTIONS = _chunk5KRF6IVWcjs.DEFAULT_BUILD_OPTIONS; exports.build = _chunk7QXMK5E7cjs.build; exports.clean = _chunkEHVHDVI3cjs.clean;
package/dist/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  build
3
- } from "./chunk-KNBVJN3A.js";
3
+ } from "./chunk-22FHFD4Q.js";
4
4
  import {
5
5
  clean
6
6
  } from "./chunk-MLTU5LTF.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/tsdown",
3
- "version": "0.22.0",
3
+ "version": "0.22.2",
4
4
  "type": "module",
5
5
  "description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -173,9 +173,9 @@
173
173
  "@microsoft/api-extractor": "^7.48.1",
174
174
  "@nx/devkit": "^20.3.1",
175
175
  "@nx/js": "^20.3.1",
176
- "@storm-software/build-tools": "0.135.0",
177
- "@storm-software/config": "1.98.0",
178
- "@storm-software/config-tools": "1.141.0",
176
+ "@storm-software/build-tools": "0.135.4",
177
+ "@storm-software/config": "1.98.2",
178
+ "@storm-software/config-tools": "1.141.4",
179
179
  "@types/node": "^22.10.2",
180
180
  "defu": "6.1.4",
181
181
  "rollup": "4.29.1",