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 +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/plugins.d.ts +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@ Bunup is the **blazing-fast build tool** for TypeScript libraries, designed for
|
|
|
16
16
|
|
|
17
17
|

|
|
18
18
|
|
|
19
|
-
*
|
|
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
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
|
|
65
|
+
export { unused, shims, injectStyles, exports, copy };
|