Skip to content

v3.0.1

Compare
Choose a tag to compare
@aulorbe aulorbe released this 20 Aug 22:56
· 63 commits to main since this release

Fixes

Compatibility with Edge runtimes

This patch removes the @sinclair/typebox and ajv libraries, which caused compatibility issues for users running in Edge runtimes (Cloudflare, Vercel, etc.).

Removal of crossFetch ponyfill

Since this Typescript client no longer supports versions of Node <18, we can remove the crossFetch ponyfill from src/utils/fetch.ts, as it was only necessary as a failsafe for users running older versions of Node.

New Contributors

Full Changelog: v3.0.0...v3.0.1