Context
better-auth 1.6 was recently released with a significant bundle size reduction — from 4,236 KB to 2,265 KB (46% smaller). Blog post: https://better-auth.com/blog/1-6
kitcn currently pins better-auth at 1.5.3.
Motivation
I'm using kitcn with Convex, which bundles better-auth into its serverless function runtime. Convex functions have strict memory limits, and I'm hitting "Too much memory carryover" errors that I suspect are related to better-auth's bundle footprint. The 1.6 size reduction would likely help.
Context
better-auth 1.6 was recently released with a significant bundle size reduction — from 4,236 KB to 2,265 KB (46% smaller). Blog post: https://better-auth.com/blog/1-6
kitcn currently pins better-auth at 1.5.3.
Motivation
I'm using kitcn with Convex, which bundles better-auth into its serverless function runtime. Convex functions have strict memory limits, and I'm hitting "Too much memory carryover" errors that I suspect are related to better-auth's bundle footprint. The 1.6 size reduction would likely help.