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 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
- Bundles faster than you can say "bundle" — 100x faster than tsup and 10x faster than tsdown.
18
-
19
- https://github.com/user-attachments/assets/f25d643c-b637-4f8f-9cf4-bc9251a14030
17
+ ![bunup-demo](https://github.com/user-attachments/assets/ce3bc944-fd8a-47b5-bbcb-00e8224fc387)
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.23";
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
@@ -786,7 +786,6 @@ async function build(partialOptions, rootDir = process.cwd()) {
786
786
  });
787
787
  if (result.errors.length > 0) {
788
788
  import_bun_dts.logIsolatedDeclarationErrors(result.errors, {
789
- warnInsteadOfError: options.watch,
790
789
  shouldExit: true
791
790
  });
792
791
  }
package/dist/index.js CHANGED
@@ -756,7 +756,6 @@ async function build(partialOptions, rootDir = process.cwd()) {
756
756
  });
757
757
  if (result.errors.length > 0) {
758
758
  logIsolatedDeclarationErrors(result.errors, {
759
- warnInsteadOfError: options.watch,
760
759
  shouldExit: true
761
760
  });
762
761
  }
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.23",
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.40",
50
+ "bun-dts": "^0.1.42",
51
51
  "chokidar": "^4.0.3",
52
52
  "coffi": "^0.1.31",
53
53
  "giget": "^2.0.0",