bunup 0.8.21 → 0.8.22

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 +2 -2
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.21";
1031
+ var version = "0.8.22";
1032
1032
 
1033
1033
  // src/cli/index.ts
1034
1034
  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.21",
4
+ "version": "0.8.22",
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.37",
50
+ "bun-dts": "^0.1.38",
51
51
  "chokidar": "^4.0.3",
52
52
  "coffi": "^0.1.31",
53
53
  "giget": "^2.0.0",