Skip to content

v3.0.1

Compare
Choose a tag to compare
@Swimburger Swimburger released this 30 Oct 18:36
· 99 commits to main since this release
5e244bc

What's Changed

Changed

  • The SDK uses fetch instead of Axios. This removes the Axios dependency. Axios relies on XMLHttpRequest which isn't supported in Cloudflare Workers, Deno, Bun, etc. By using fetch, 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 speaker property to the TranscriptUtterance type, and removed channel property.

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