v3.0.1
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