Skip to content

Commit

Permalink
feat: proxy, CORs, README rewrite (#185)
Browse files Browse the repository at this point in the history
* feat: overhaul client interfaces and scoped option handling

* feat: add proxy options for REST calls in the browser, error for browser REST calls without proxy

* chore: update code snippets for v-3 (#186)

* chore: remove unused packages/vars

* feat: add captions as a dependency

* feat: small changes to docs

* feat: smol changes to README

* feat: smol changes to README again

* fix(readme): remove version from ESM include example

* fix(dependency): fix dependency issue caused by adding the captions library

* feat: export client/packages from the entryfile

---------

Co-authored-by: Sandra Rodgers <[email protected]>
  • Loading branch information
lukeocodes and SandraRodgers authored Nov 1, 2023
1 parent a789b86 commit 972f8d8
Show file tree
Hide file tree
Showing 19 changed files with 627 additions and 374 deletions.
339 changes: 240 additions & 99 deletions README.md

Large diffs are not rendered by default.

202 changes: 139 additions & 63 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@
"docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals"
},
"dependencies": {
"@deepgram/captions": "^1.0.0",
"cross-fetch": "^3.1.5",
"dayjs": "^1.11.10",
"events": "^3.3.0",
"modern-isomorphic-ws": "^1.0.5"
},
Expand All @@ -65,6 +67,7 @@
"@types/ws": "^8.5.6",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"deepmerge": "^4.3.1",
"husky": "^4.3.0",
"mocha": "^9.2.2",
"nodemon": "^3.0.1",
Expand Down
Loading

0 comments on commit 972f8d8

Please sign in to comment.