From 2ee6a9c8afeb47b5244706b7c2b978ea5738b9bc Mon Sep 17 00:00:00 2001 From: changepacks Date: Wed, 3 Jun 2026 09:41:32 +0000 Subject: [PATCH] Update Versions --- .changepacks/changepack_log_iya9E4w9sW7T15WP6CBhC.json | 1 - packages/bun-plugin/package.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .changepacks/changepack_log_iya9E4w9sW7T15WP6CBhC.json 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",