bunup 0.15.14 → 0.16.3

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/dist/cli/index.js CHANGED
@@ -27,7 +27,7 @@ import {
27
27
  import { loadConfig } from "coffi";
28
28
  import pc4 from "picocolors";
29
29
  // packages/bunup/package.json
30
- var version = "0.15.14";
30
+ var version = "0.16.3";
31
31
 
32
32
  // packages/bunup/src/printer/print-build-report.ts
33
33
  import { promisify } from "util";
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.15.14",
4
+ "version": "0.16.3",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@bunup/dts": "^0.14.37",
54
- "@bunup/shared": "0.15.13",
54
+ "@bunup/shared": "workspace:*",
55
55
  "chokidar": "^4.0.3",
56
56
  "coffi": "^0.1.37",
57
57
  "lightningcss": "^1.30.2",