@storm-software/unbuild 0.49.38 → 0.49.40

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.49.37-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.49.38-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/bin/unbuild.cjs CHANGED
@@ -1678,6 +1678,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
1678
1678
  assets: pendingAssets
1679
1679
  });
1680
1680
  await assetHandler.processAllAssetsOnce();
1681
+ writeTrace("Completed copying assets to the output directory", config);
1681
1682
  if (includeSrc === true) {
1682
1683
  writeDebug(
1683
1684
  `\u{1F4DD} Adding banner and writing source files: ${joinPaths(
package/bin/unbuild.js CHANGED
@@ -1660,6 +1660,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
1660
1660
  assets: pendingAssets
1661
1661
  });
1662
1662
  await assetHandler.processAllAssetsOnce();
1663
+ writeTrace("Completed copying assets to the output directory", config);
1663
1664
  if (includeSrc === true) {
1664
1665
  writeDebug(
1665
1666
  `\u{1F4DD} Adding banner and writing source files: ${joinPaths(
package/dist/build.cjs CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var _chunk3XRGRZN3cjs = require('./chunk-3XRGRZN3.cjs');
8
+ var _chunk2BJCJ42Vcjs = require('./chunk-2BJCJ42V.cjs');
9
9
  require('./chunk-BOURL2AF.cjs');
10
10
  require('./chunk-5KAGDMCA.cjs');
11
11
  require('./chunk-7CTYKC3M.cjs');
@@ -19,4 +19,4 @@ require('./chunk-OBGZSXTJ.cjs');
19
19
 
20
20
 
21
21
 
22
- exports.build = _chunk3XRGRZN3cjs.build; exports.cleanOutputPath = _chunk3XRGRZN3cjs.cleanOutputPath; exports.copyBuildAssets = _chunk3XRGRZN3cjs.copyBuildAssets; exports.executeUnbuild = _chunk3XRGRZN3cjs.executeUnbuild; exports.generatePackageJson = _chunk3XRGRZN3cjs.generatePackageJson; exports.resolveOptions = _chunk3XRGRZN3cjs.resolveOptions;
22
+ exports.build = _chunk2BJCJ42Vcjs.build; exports.cleanOutputPath = _chunk2BJCJ42Vcjs.cleanOutputPath; exports.copyBuildAssets = _chunk2BJCJ42Vcjs.copyBuildAssets; exports.executeUnbuild = _chunk2BJCJ42Vcjs.executeUnbuild; exports.generatePackageJson = _chunk2BJCJ42Vcjs.generatePackageJson; exports.resolveOptions = _chunk2BJCJ42Vcjs.resolveOptions;
package/dist/build.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-IHFYK7AH.js";
8
+ } from "./chunk-FBZ2CW2S.js";
9
9
  import "./chunk-NE22YS5A.js";
10
10
  import "./chunk-HPUTMCFR.js";
11
11
  import "./chunk-SFZ4V2LD.js";
@@ -100,6 +100,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
100
100
  assets: pendingAssets
101
101
  });
102
102
  await assetHandler.processAllAssetsOnce();
103
+ _chunkFMIGI6JGcjs.writeTrace.call(void 0, "Completed copying assets to the output directory", config);
103
104
  if (includeSrc === true) {
104
105
  _chunkFMIGI6JGcjs.writeDebug.call(void 0,
105
106
  `\u{1F4DD} Adding banner and writing source files: ${_chunkFMIGI6JGcjs.joinPaths.call(void 0,
@@ -100,6 +100,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
100
100
  assets: pendingAssets
101
101
  });
102
102
  await assetHandler.processAllAssetsOnce();
103
+ writeTrace("Completed copying assets to the output directory", config);
103
104
  if (includeSrc === true) {
104
105
  writeDebug(
105
106
  `\u{1F4DD} Adding banner and writing source files: ${joinPaths(
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var _chunk3XRGRZN3cjs = require('./chunk-3XRGRZN3.cjs');
8
+ var _chunk2BJCJ42Vcjs = require('./chunk-2BJCJ42V.cjs');
9
9
 
10
10
 
11
11
 
@@ -30,4 +30,4 @@ require('./chunk-OBGZSXTJ.cjs');
30
30
 
31
31
 
32
32
 
33
- exports.build = _chunk3XRGRZN3cjs.build; exports.clean = _chunkBOURL2AFcjs.clean; exports.cleanDirectories = _chunkBOURL2AFcjs.cleanDirectories; exports.cleanOutputPath = _chunk3XRGRZN3cjs.cleanOutputPath; exports.copyBuildAssets = _chunk3XRGRZN3cjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkDBA3KANTcjs.createTsCompilerOptions; exports.executeUnbuild = _chunk3XRGRZN3cjs.executeUnbuild; exports.generatePackageJson = _chunk3XRGRZN3cjs.generatePackageJson; exports.loadConfig = _chunkDBA3KANTcjs.loadConfig; exports.resolveOptions = _chunk3XRGRZN3cjs.resolveOptions;
33
+ exports.build = _chunk2BJCJ42Vcjs.build; exports.clean = _chunkBOURL2AFcjs.clean; exports.cleanDirectories = _chunkBOURL2AFcjs.cleanDirectories; exports.cleanOutputPath = _chunk2BJCJ42Vcjs.cleanOutputPath; exports.copyBuildAssets = _chunk2BJCJ42Vcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkDBA3KANTcjs.createTsCompilerOptions; exports.executeUnbuild = _chunk2BJCJ42Vcjs.executeUnbuild; exports.generatePackageJson = _chunk2BJCJ42Vcjs.generatePackageJson; exports.loadConfig = _chunkDBA3KANTcjs.loadConfig; exports.resolveOptions = _chunk2BJCJ42Vcjs.resolveOptions;
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-IHFYK7AH.js";
8
+ } from "./chunk-FBZ2CW2S.js";
9
9
  import {
10
10
  clean,
11
11
  cleanDirectories
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/unbuild",
3
- "version": "0.49.38",
3
+ "version": "0.49.40",
4
4
  "type": "module",
5
5
  "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -147,9 +147,9 @@
147
147
  "typescript": { "optional": false }
148
148
  },
149
149
  "dependencies": {
150
- "@storm-software/build-tools": "^0.151.18",
151
- "@storm-software/config": "^1.125.3",
152
- "@storm-software/config-tools": "^1.176.3",
150
+ "@storm-software/build-tools": "^0.151.20",
151
+ "@storm-software/config": "^1.125.4",
152
+ "@storm-software/config-tools": "^1.176.5",
153
153
  "commander": "^12.1.0",
154
154
  "defu": "6.1.4",
155
155
  "esbuild": "^0.25.0",
@@ -171,5 +171,5 @@
171
171
  },
172
172
  "publishConfig": { "access": "public" },
173
173
  "sideEffects": false,
174
- "gitHead": "31afbd65b069e0b465461fad3f5c7e3ad5504daf"
174
+ "gitHead": "dbe7708d23dd5fd8289baed4045d6580b4067496"
175
175
  }