mirror of
https://github.com/better-auth/better-auth.git
synced 2026-08-29 10:08:05 -05:00
fix(core): prioritize workerd over edge exports (#10855)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
"@better-auth/core": patch
|
||||
---
|
||||
|
||||
Prevent async context loss in Cloudflare Workers bundles that enable multiple runtime conditions.
|
||||
@@ -54,8 +54,8 @@
|
||||
"node": "./dist/async_hooks/index.mjs",
|
||||
"deno": "./dist/async_hooks/index.mjs",
|
||||
"bun": "./dist/async_hooks/index.mjs",
|
||||
"edge": "./dist/async_hooks/pure.index.mjs",
|
||||
"workerd": "./dist/async_hooks/index.mjs",
|
||||
"edge": "./dist/async_hooks/pure.index.mjs",
|
||||
"browser": "./dist/async_hooks/pure.index.mjs",
|
||||
"default": "./dist/async_hooks/index.mjs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user