Skip to content

Commit

Permalink
Merge pull request #1269 from openai/kwhinnery/jsr_exports
Browse files Browse the repository at this point in the history
Create export for WebSocket on Deno/JSR
  • Loading branch information
kwhinnery-openai authored Jan 21, 2025
2 parents 53149de + 985b9fa commit 9e669fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"name": "@openai/openai",
"version": "4.79.2",
"exports": "./index.ts",
"exports": {
".": "./index.ts",
"./beta/realtime/websocket": "./beta/realtime/websocket.ts"
},
"publish": {
"exclude": [
"!."
Expand Down

0 comments on commit 9e669fa

Please sign in to comment.