Skip to content

v0.1.8

Choose a tag to compare

@nperez0111 nperez0111 released this 22 Apr 13:46
· 19 commits to main since this release
fa88d8a

What's Changed

  • 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