bunup 0.8.11 → 0.8.12

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -581,7 +581,7 @@ var init_new = __esm(() => {
581
581
  // src/cli/index.ts
582
582
  import { exec } from "tinyexec";
583
583
  // package.json
584
- var version = "0.8.11";
584
+ var version = "0.8.12";
585
585
 
586
586
  // src/cli/index.ts
587
587
  init_errors();
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.11",
4
+ "version": "0.8.12",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",