bunup 0.8.71 → 0.9.0

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
@@ -16,7 +16,7 @@ Bunup is the **blazing-fast build tool** for TypeScript libraries, designed for
16
16
 
17
17
  ![Bunup benchmarks](/assets/benchmarks.png)
18
18
 
19
- *The benchmark above shows build times for a project with 1,000 files with TypeScript declaration generation enabled. For detailed benchmarks, visit [here](https://gugustinette.github.io/bundler-benchmark/)*;
19
+ *For detailed information on the benchmark, visit [here](https://gugustinette.github.io/bundler-benchmark/)*
20
20
 
21
21
  </div>
22
22
  <!-- markdownlint-restore -->
package/dist/cli/index.js CHANGED
@@ -28,7 +28,7 @@ import { loadConfig } from "coffi";
28
28
  import pc3 from "picocolors";
29
29
  import { exec } from "tinyexec";
30
30
  // package.json
31
- var version = "0.8.71";
31
+ var version = "0.9.0";
32
32
 
33
33
  // src/watch.ts
34
34
  import path from "path";
package/dist/plugins.d.ts CHANGED
@@ -62,4 +62,4 @@ interface UnusedOptions {
62
62
  * @see https://bunup.dev/docs/plugins/unused
63
63
  */
64
64
  declare function unused(options?: UnusedOptions): Plugin;
65
- export { unused, shims, injectStyles, exports, copy, UnusedOptions };
65
+ export { unused, shims, injectStyles, exports, copy };
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.71",
4
+ "version": "0.9.0",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"