@storm-software/tsdown 0.45.66 → 0.45.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
|
-
[](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 TSDown Package](#storm-tsdown-package)
|
package/dist/build.cjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkZBB6AVP7cjs = require('./chunk-ZBB6AVP7.cjs');
|
|
5
5
|
require('./chunk-5VG5EM3N.cjs');
|
|
6
6
|
require('./chunk-DPNREUD4.cjs');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.build =
|
|
10
|
+
exports.build = _chunkZBB6AVP7cjs.build; exports.cleanOutputPath = _chunkZBB6AVP7cjs.cleanOutputPath;
|
package/dist/build.js
CHANGED
|
@@ -255,9 +255,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
255
255
|
)) {
|
|
256
256
|
return _startPath;
|
|
257
257
|
}
|
|
258
|
-
if (endFileNames.some(
|
|
259
|
-
(endFileName) => existsSync(join(_startPath, endFileName))
|
|
260
|
-
)) {
|
|
258
|
+
if (endFileNames.some((endFileName) => existsSync(join(_startPath, endFileName)))) {
|
|
261
259
|
return _startPath;
|
|
262
260
|
}
|
|
263
261
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
|
@@ -255,9 +255,7 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
255
255
|
)) {
|
|
256
256
|
return _startPath;
|
|
257
257
|
}
|
|
258
|
-
if (endFileNames.some(
|
|
259
|
-
(endFileName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endFileName))
|
|
260
|
-
)) {
|
|
258
|
+
if (endFileNames.some((endFileName) => _fs.existsSync.call(void 0, _path.join.call(void 0, _startPath, endFileName)))) {
|
|
261
259
|
return _startPath;
|
|
262
260
|
}
|
|
263
261
|
if (_startPath !== "/" && depth++ < MAX_PATH_SEARCH_DEPTH) {
|
package/dist/index.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkZBB6AVP7cjs = require('./chunk-ZBB6AVP7.cjs');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
@@ -18,4 +18,4 @@ require('./chunk-ZBPRDZS4.cjs');
|
|
|
18
18
|
|
|
19
19
|
|
|
20
20
|
|
|
21
|
-
exports.build =
|
|
21
|
+
exports.build = _chunkZBB6AVP7cjs.build; exports.clean = _chunk5VG5EM3Ncjs.clean; exports.cleanDirectories = _chunk5VG5EM3Ncjs.cleanDirectories; exports.cleanOutputPath = _chunkZBB6AVP7cjs.cleanOutputPath; exports.getDefaultOptions = _chunkDPNREUD4cjs.getDefaultOptions; exports.toTSDownFormat = _chunkDPNREUD4cjs.toTSDownFormat;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdown",
|
|
3
|
-
"version": "0.45.
|
|
3
|
+
"version": "0.45.68",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing `tsdown` utilities for building Storm Software libraries and applications",
|
|
6
6
|
"repository": {
|
|
@@ -146,9 +146,9 @@
|
|
|
146
146
|
"tsdown": { "optional": false }
|
|
147
147
|
},
|
|
148
148
|
"dependencies": {
|
|
149
|
-
"@storm-software/build-tools": "^0.158.
|
|
150
|
-
"@storm-software/config": "^1.134.
|
|
151
|
-
"@storm-software/config-tools": "^1.188.
|
|
149
|
+
"@storm-software/build-tools": "^0.158.68",
|
|
150
|
+
"@storm-software/config": "^1.134.68",
|
|
151
|
+
"@storm-software/config-tools": "^1.188.68",
|
|
152
152
|
"chokidar": "^4.0.3",
|
|
153
153
|
"commander": "^12.1.0",
|
|
154
154
|
"es-toolkit": "^1.43.0",
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
},
|
|
172
172
|
"publishConfig": { "access": "public" },
|
|
173
173
|
"sideEffects": false,
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "31bafb4a3df535a83106fea15b3e0ed3a4bce93a"
|
|
175
175
|
}
|