Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.0.1 👻 #16

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Release 3.0.1 👻 #16

merged 1 commit into from
Oct 30, 2023

Conversation

Swimburger
Copy link
Contributor

@Swimburger Swimburger commented Oct 30, 2023

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.

GitOrigin-RevId: e71af250470d3266967f9e8621fecc006de81215
@Swimburger Swimburger changed the title Release 3.0.1 Release 3.0.1 👻 Oct 30, 2023
@Swimburger Swimburger merged commit 5e244bc into main Oct 30, 2023
1 check passed
@Swimburger Swimburger deleted the E07417BDFEA3614F5967B1520F8B2F61 branch October 30, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dist/**/*.d.ts files appear to be incorrect
1 participant