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 via tsdown's deps.onlyBundle, reducing the install footprint to just the ~8kb of code actually used. (#1)
Details
Moved valibot from dependencies to devDependencies
Added deps: { onlyBundle: ["valibot"] } to tsdown.config.ts
No API changes — this is a transparent build optimization