Skip to content

v0.1.7

Choose a tag to compare

@nperez0111 nperez0111 released this 22 Apr 13:37
· 21 commits to main since this release
e24b3cd

What's Changed

  • 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