You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bundle valibot instead of shipping as a runtime dependency — valibot (~2MB on disk) is now inlined into the build output, reducing the install footprint to just the ~8kb of code actually used. (Closes #1)
Upgrade tsdown to v0.21.9 — Migrated from deprecated external option to the new deps namespace (deps.neverBundle, deps.onlyBundle). Fixes CI type-checking failure from v0.1.7.
Details
Moved valibot from dependencies to devDependencies
Configured deps.onlyBundle: ["valibot"] in tsdown to inline valibot into the bundle
Configured deps.neverBundle with regex patterns for better-auth, better-call, @better-fetch/*, and @atcute/*
No API changes — this is a transparent build optimization