bunup 0.8.23 → 0.8.24
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 +1 -3
- package/dist/cli.js +1 -2
- package/dist/index.cjs +0 -1
- package/dist/index.js +0 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,9 +14,7 @@
|
|
|
14
14
|
|
|
15
15
|
Bunup is the **blazing-fast build tool** for TypeScript and JavaScript libraries, designed for flawless developer experience and speed, **powered by Bun**.
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
https://github.com/user-attachments/assets/f25d643c-b637-4f8f-9cf4-bc9251a14030
|
|
17
|
+

|
|
20
18
|
|
|
21
19
|
</div>
|
|
22
20
|
<!-- markdownlint-restore -->
|
package/dist/cli.js
CHANGED
|
@@ -1028,7 +1028,7 @@ var init_init = __esm(() => {
|
|
|
1028
1028
|
// src/cli/index.ts
|
|
1029
1029
|
import { exec as exec2 } from "tinyexec";
|
|
1030
1030
|
// package.json
|
|
1031
|
-
var version = "0.8.
|
|
1031
|
+
var version = "0.8.24";
|
|
1032
1032
|
|
|
1033
1033
|
// src/cli/index.ts
|
|
1034
1034
|
init_errors();
|
|
@@ -1647,7 +1647,6 @@ async function build(partialOptions, rootDir = process.cwd()) {
|
|
|
1647
1647
|
});
|
|
1648
1648
|
if (result.errors.length > 0) {
|
|
1649
1649
|
logIsolatedDeclarationErrors(result.errors, {
|
|
1650
|
-
warnInsteadOfError: options.watch,
|
|
1651
1650
|
shouldExit: true
|
|
1652
1651
|
});
|
|
1653
1652
|
}
|
package/dist/index.cjs
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bunup",
|
|
3
3
|
"description": "⚡ A blazing-fast build tool for your libraries built with Bun.",
|
|
4
|
-
"version": "0.8.
|
|
4
|
+
"version": "0.8.24",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@clack/prompts": "^0.10.1",
|
|
50
|
-
"bun-dts": "^0.1.
|
|
50
|
+
"bun-dts": "^0.1.42",
|
|
51
51
|
"chokidar": "^4.0.3",
|
|
52
52
|
"coffi": "^0.1.31",
|
|
53
53
|
"giget": "^2.0.0",
|