diff --git a/.changepacks/changepack_log_iya9E4w9sW7T15WP6CBhC.json b/.changepacks/changepack_log_iya9E4w9sW7T15WP6CBhC.json deleted file mode 100644 index 16f1c4cd..00000000 --- a/.changepacks/changepack_log_iya9E4w9sW7T15WP6CBhC.json +++ /dev/null @@ -1 +0,0 @@ -{"changes":{"packages/bun-plugin/package.json":"Patch"},"note":"await Bun.plugin registration so preload-driven bun test users don't race the async setup()","date":"2026-06-01T16:22:13.991387300Z"} \ No newline at end of file diff --git a/packages/bun-plugin/package.json b/packages/bun-plugin/package.json index 13a09871..ea63c8d4 100644 --- a/packages/bun-plugin/package.json +++ b/packages/bun-plugin/package.json @@ -18,7 +18,7 @@ "bun" ], "type": "module", - "version": "1.0.9", + "version": "1.0.10", "scripts": { "lint": "eslint", "build": "tsc && bun build --target node src/index.cjs.ts --production --env=disable --outfile dist/index.cjs --format cjs --packages external && bun build --target node src/index.ts --production --env=disable --outfile dist/index.mjs --format esm --packages external",