v3.0.1
What's Changed
Changed
- The SDK uses
fetchinstead of Axios. This removes the Axios dependency. Axios relies on XMLHttpRequest which isn't supported in Cloudflare Workers, Deno, Bun, etc. By usingfetch, the SDK is now more compatible on the forementioned runtimes.
Fixed
- The SDK uses relative imports instead of using path aliases, to make the library transpilable with tsc for consumers. Fixes #14.
- Added
speakerproperty to theTranscriptUtterancetype, and removedchannelproperty.
Full Changelog: v3.0.0...v3.0.1