@storm-software/unbuild 0.57.66 → 0.57.67
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 +2 -1
- package/bin/unbuild.cjs +1 -3
- package/bin/unbuild.js +1 -3
- package/dist/build.cjs +2 -2
- package/dist/build.js +1 -1
- package/dist/{chunk-FKK2EVVO.cjs → chunk-D37BH6P6.cjs} +1 -3
- package/dist/{chunk-I7OJGPPK.js → chunk-Z2R4D4LC.js} +1 -3
- package/dist/index.cjs +2 -2
- package/dist/index.js +1 -1
- package/package.json +5 -5
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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
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
|
|
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 =
|
|
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
|
@@ -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
|
|
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 =
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/unbuild",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.67",
|
|
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.
|
|
151
|
-
"@storm-software/config": "^1.134.
|
|
152
|
-
"@storm-software/config-tools": "^1.188.
|
|
150
|
+
"@storm-software/build-tools": "^0.158.67",
|
|
151
|
+
"@storm-software/config": "^1.134.67",
|
|
152
|
+
"@storm-software/config-tools": "^1.188.67",
|
|
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": "
|
|
174
|
+
"gitHead": "58754a0336790191cb3c0ead5b28fef7db35fac3"
|
|
175
175
|
}
|