@storm-software/unbuild 0.57.66 → 0.57.68

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
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.57.64-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)
30
+ [![Version](https://img.shields.io/badge/version-0.57.66-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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -46,6 +46,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
46
46
 
47
47
  <!-- START doctoc -->
48
48
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
49
+
49
50
  ## Table of Contents
50
51
 
51
52
  - [Storm Unbuild Package](#storm-unbuild-package)
package/bin/unbuild.cjs CHANGED
@@ -1044,9 +1044,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
1044
1044
  )) {
1045
1045
  return _startPath;
1046
1046
  }
1047
- if (endFileNames.some(
1048
- (endFileName) => (0, import_node_fs.existsSync)((0, import_node_path.join)(_startPath, endFileName))
1049
- )) {
1047
+ if (endFileNames.some((endFileName) => (0, import_node_fs.existsSync)((0, import_node_path.join)(_startPath, endFileName)))) {
1050
1048
  return _startPath;
1051
1049
  }
1052
1050
  if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
package/bin/unbuild.js CHANGED
@@ -1022,9 +1022,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
1022
1022
  )) {
1023
1023
  return _startPath;
1024
1024
  }
1025
- if (endFileNames.some(
1026
- (endFileName) => existsSync(join(_startPath, endFileName))
1027
- )) {
1025
+ if (endFileNames.some((endFileName) => existsSync(join(_startPath, endFileName)))) {
1028
1026
  return _startPath;
1029
1027
  }
1030
1028
  if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
package/dist/build.cjs CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkFKK2EVVOcjs = require('./chunk-FKK2EVVO.cjs');
8
+ var _chunkD37BH6P6cjs = require('./chunk-D37BH6P6.cjs');
9
9
  require('./chunk-6BXC3EZA.cjs');
10
10
  require('./chunk-I7PNN4LO.cjs');
11
11
  require('./chunk-WNIVGBV6.cjs');
@@ -19,4 +19,4 @@ require('./chunk-OBGZSXTJ.cjs');
19
19
 
20
20
 
21
21
 
22
- exports.build = _chunkFKK2EVVOcjs.build; exports.cleanOutputPath = _chunkFKK2EVVOcjs.cleanOutputPath; exports.copyBuildAssets = _chunkFKK2EVVOcjs.copyBuildAssets; exports.executeUnbuild = _chunkFKK2EVVOcjs.executeUnbuild; exports.generatePackageJson = _chunkFKK2EVVOcjs.generatePackageJson; exports.resolveOptions = _chunkFKK2EVVOcjs.resolveOptions;
22
+ exports.build = _chunkD37BH6P6cjs.build; exports.cleanOutputPath = _chunkD37BH6P6cjs.cleanOutputPath; exports.copyBuildAssets = _chunkD37BH6P6cjs.copyBuildAssets; exports.executeUnbuild = _chunkD37BH6P6cjs.executeUnbuild; exports.generatePackageJson = _chunkD37BH6P6cjs.generatePackageJson; exports.resolveOptions = _chunkD37BH6P6cjs.resolveOptions;
package/dist/build.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-I7OJGPPK.js";
8
+ } from "./chunk-Z2R4D4LC.js";
9
9
  import "./chunk-DXGDWEDW.js";
10
10
  import "./chunk-JDHN6ZBW.js";
11
11
  import "./chunk-523CXGWV.js";
@@ -262,9 +262,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
262
262
  )) {
263
263
  return _startPath;
264
264
  }
265
- if (endFileNames.some(
266
- (endFileName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endFileName))
267
- )) {
265
+ if (endFileNames.some((endFileName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endFileName)))) {
268
266
  return _startPath;
269
267
  }
270
268
  if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
@@ -262,9 +262,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
262
262
  )) {
263
263
  return _startPath;
264
264
  }
265
- if (endFileNames.some(
266
- (endFileName) => existsSync(join(_startPath, endFileName))
267
- )) {
265
+ if (endFileNames.some((endFileName) => existsSync(join(_startPath, endFileName)))) {
268
266
  return _startPath;
269
267
  }
270
268
  if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
 
7
7
 
8
- var _chunkFKK2EVVOcjs = require('./chunk-FKK2EVVO.cjs');
8
+ var _chunkD37BH6P6cjs = require('./chunk-D37BH6P6.cjs');
9
9
 
10
10
 
11
11
 
@@ -30,4 +30,4 @@ require('./chunk-OBGZSXTJ.cjs');
30
30
 
31
31
 
32
32
 
33
- exports.build = _chunkFKK2EVVOcjs.build; exports.clean = _chunk6BXC3EZAcjs.clean; exports.cleanDirectories = _chunk6BXC3EZAcjs.cleanDirectories; exports.cleanOutputPath = _chunkFKK2EVVOcjs.cleanOutputPath; exports.copyBuildAssets = _chunkFKK2EVVOcjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkOELYTKJQcjs.createTsCompilerOptions; exports.executeUnbuild = _chunkFKK2EVVOcjs.executeUnbuild; exports.generatePackageJson = _chunkFKK2EVVOcjs.generatePackageJson; exports.loadConfig = _chunkOELYTKJQcjs.loadConfig; exports.resolveOptions = _chunkFKK2EVVOcjs.resolveOptions;
33
+ exports.build = _chunkD37BH6P6cjs.build; exports.clean = _chunk6BXC3EZAcjs.clean; exports.cleanDirectories = _chunk6BXC3EZAcjs.cleanDirectories; exports.cleanOutputPath = _chunkD37BH6P6cjs.cleanOutputPath; exports.copyBuildAssets = _chunkD37BH6P6cjs.copyBuildAssets; exports.createTsCompilerOptions = _chunkOELYTKJQcjs.createTsCompilerOptions; exports.executeUnbuild = _chunkD37BH6P6cjs.executeUnbuild; exports.generatePackageJson = _chunkD37BH6P6cjs.generatePackageJson; exports.loadConfig = _chunkOELYTKJQcjs.loadConfig; exports.resolveOptions = _chunkD37BH6P6cjs.resolveOptions;
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ import {
5
5
  executeUnbuild,
6
6
  generatePackageJson,
7
7
  resolveOptions
8
- } from "./chunk-I7OJGPPK.js";
8
+ } from "./chunk-Z2R4D4LC.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.57.66",
3
+ "version": "0.57.68",
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.158.66",
151
- "@storm-software/config": "^1.134.66",
152
- "@storm-software/config-tools": "^1.188.66",
150
+ "@storm-software/build-tools": "^0.158.68",
151
+ "@storm-software/config": "^1.134.68",
152
+ "@storm-software/config-tools": "^1.188.68",
153
153
  "commander": "^12.1.0",
154
154
  "defu": "6.1.4",
155
155
  "esbuild": "^0.25.12",
@@ -171,5 +171,5 @@
171
171
  },
172
172
  "publishConfig": { "access": "public" },
173
173
  "sideEffects": false,
174
- "gitHead": "e40e62c092215dbefadac700330498bb7ed1f9fd"
174
+ "gitHead": "31bafb4a3df535a83106fea15b3e0ed3a4bce93a"
175
175
  }