@storm-software/unbuild 0.38.9 → 0.38.10

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.38.8-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.38.9-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
@@ -2007,7 +2007,10 @@ async function executeUnbuild(options) {
2007
2007
  rootDir: joinPaths(options.config.workspaceRoot, options.projectRoot)
2008
2008
  };
2009
2009
  writeTrace(`Running with unbuild configuration:
2010
- ${formatLogMessage(config)}
2010
+ ${formatLogMessage({
2011
+ ...config,
2012
+ env: "<Hidden>"
2013
+ })}
2011
2014
  `, options.config);
2012
2015
  await (0, import_unbuild.build)(options.projectRoot, false, config);
2013
2016
  } finally {
package/bin/unbuild.js CHANGED
@@ -1986,7 +1986,10 @@ async function executeUnbuild(options) {
1986
1986
  rootDir: joinPaths(options.config.workspaceRoot, options.projectRoot)
1987
1987
  };
1988
1988
  writeTrace(`Running with unbuild configuration:
1989
- ${formatLogMessage(config)}
1989
+ ${formatLogMessage({
1990
+ ...config,
1991
+ env: "<Hidden>"
1992
+ })}
1990
1993
  `, options.config);
1991
1994
  await unbuild(options.projectRoot, false, config);
1992
1995
  } finally {
package/dist/build.cjs CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkLVUMWCBVcjs = require('./chunk-LVUMWCBV.cjs');
8
+ var _chunkPEHOCO5Tcjs = require('./chunk-PEHOCO5T.cjs');
9
9
  require('./chunk-E74YDPSV.cjs');
10
10
  require('./chunk-BN66ODNO.cjs');
11
11
  require('./chunk-WCQ3HMVK.cjs');
@@ -19,4 +19,4 @@ require('./chunk-BGYQAVKQ.cjs');
19
19
 
20
20
 
21
21
 
22
- exports.build = _chunkLVUMWCBVcjs.build; exports.cleanOutputPath = _chunkLVUMWCBVcjs.cleanOutputPath; exports.copyBuildAssets = _chunkLVUMWCBVcjs.copyBuildAssets; exports.executeUnbuild = _chunkLVUMWCBVcjs.executeUnbuild; exports.generatePackageJson = _chunkLVUMWCBVcjs.generatePackageJson; exports.resolveOptions = _chunkLVUMWCBVcjs.resolveOptions;
22
+ exports.build = _chunkPEHOCO5Tcjs.build; exports.cleanOutputPath = _chunkPEHOCO5Tcjs.cleanOutputPath; exports.copyBuildAssets = _chunkPEHOCO5Tcjs.copyBuildAssets; exports.executeUnbuild = _chunkPEHOCO5Tcjs.executeUnbuild; exports.generatePackageJson = _chunkPEHOCO5Tcjs.generatePackageJson; exports.resolveOptions = _chunkPEHOCO5Tcjs.resolveOptions;
package/dist/build.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-LDA6WRJV.js";
8
+ } from "./chunk-Q5VWBXHK.js";
9
9
  import "./chunk-ZL24I2TF.js";
10
10
  import "./chunk-KAJDWNIA.js";
11
11
  import "./chunk-J7FICDDC.js";
@@ -1126,7 +1126,10 @@ async function executeUnbuild(options) {
1126
1126
  rootDir: _chunk4D3WT42Ncjs.joinPaths.call(void 0, options.config.workspaceRoot, options.projectRoot)
1127
1127
  };
1128
1128
  _chunk4D3WT42Ncjs.writeTrace.call(void 0, `Running with unbuild configuration:
1129
- ${_chunk4D3WT42Ncjs.formatLogMessage.call(void 0, config)}
1129
+ ${_chunk4D3WT42Ncjs.formatLogMessage.call(void 0, {
1130
+ ...config,
1131
+ env: "<Hidden>"
1132
+ })}
1130
1133
  `, options.config);
1131
1134
  await _unbuild.build.call(void 0, options.projectRoot, false, config);
1132
1135
  } finally {
@@ -1126,7 +1126,10 @@ async function executeUnbuild(options) {
1126
1126
  rootDir: joinPaths(options.config.workspaceRoot, options.projectRoot)
1127
1127
  };
1128
1128
  writeTrace(`Running with unbuild configuration:
1129
- ${formatLogMessage(config)}
1129
+ ${formatLogMessage({
1130
+ ...config,
1131
+ env: "<Hidden>"
1132
+ })}
1130
1133
  `, options.config);
1131
1134
  await unbuild(options.projectRoot, false, config);
1132
1135
  } finally {
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkLVUMWCBVcjs = require('./chunk-LVUMWCBV.cjs');
8
+ var _chunkPEHOCO5Tcjs = require('./chunk-PEHOCO5T.cjs');
9
9
 
10
10
 
11
11
 
@@ -30,4 +30,4 @@ require('./chunk-BGYQAVKQ.cjs');
30
30
 
31
31
 
32
32
 
33
- exports.build = _chunkLVUMWCBVcjs.build; exports.clean = _chunkE74YDPSVcjs.clean; exports.cleanDirectories = _chunkE74YDPSVcjs.cleanDirectories; exports.cleanOutputPath = _chunkLVUMWCBVcjs.cleanOutputPath; exports.copyBuildAssets = _chunkLVUMWCBVcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkKV76QDPTcjs.createTsCompilerOptions; exports.executeUnbuild = _chunkLVUMWCBVcjs.executeUnbuild; exports.generatePackageJson = _chunkLVUMWCBVcjs.generatePackageJson; exports.loadConfig = _chunkKV76QDPTcjs.loadConfig; exports.resolveOptions = _chunkLVUMWCBVcjs.resolveOptions;
33
+ exports.build = _chunkPEHOCO5Tcjs.build; exports.clean = _chunkE74YDPSVcjs.clean; exports.cleanDirectories = _chunkE74YDPSVcjs.cleanDirectories; exports.cleanOutputPath = _chunkPEHOCO5Tcjs.cleanOutputPath; exports.copyBuildAssets = _chunkPEHOCO5Tcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkKV76QDPTcjs.createTsCompilerOptions; exports.executeUnbuild = _chunkPEHOCO5Tcjs.executeUnbuild; exports.generatePackageJson = _chunkPEHOCO5Tcjs.generatePackageJson; exports.loadConfig = _chunkKV76QDPTcjs.loadConfig; exports.resolveOptions = _chunkPEHOCO5Tcjs.resolveOptions;
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-LDA6WRJV.js";
8
+ } from "./chunk-Q5VWBXHK.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.38.9",
3
+ "version": "0.38.10",
4
4
  "type": "module",
5
5
  "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {