You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add _experimentalCustomFetch config to override fetch (#245)
* feat: allow to provide custom fetch method to AbstractRestfulClient
* fix: allow to provide both fetch and fetch options
* refactor: init custom fetch in resolveFetch
* rename `customFetch` to `_experimentalCustomFetch`
i want to avoid taking any new namespaces while i think about the best way to do this
* use `_experimentalCustomFetch` instead of `customFetch` for fetch override
* test: added custom fetch test
---------
Co-authored-by: Luke Oliff <luke@lukeoliff.com>
* chore: Bump es5-ext from 0.10.62 to 0.10.64 (#250)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](medikoo/es5-ext@v0.10.62...v0.10.64)
---
updated-dependencies:
- dependency-name: es5-ext
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add get auth token details method to manage client (#262)
* chore: edit example for is_final and endpointing together with utterance end (#264)
* fix: add missing expiration_date to CreateProjectKeyResponse (#265)
* fix: update user agent to include JS or node (#269)
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Bartosz Jarocki <bartosz.jarocki@hey.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: DamienDeepgram <138720050+DamienDeepgram@users.noreply.github.com>
Co-authored-by: Lachlan Donald <lachlan@ljd.cc>
0 commit comments