Skip to content

Commit 6f3ad43

Browse files
Create export for WebSocket on Deno/JSR
1 parent 8383975 commit 6f3ad43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jsr.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@openai/openai",
33
"version": "4.79.1",
4-
"exports": "./index.ts",
4+
"exports": {
5+
".": "./index.ts",
6+
"./beta/realtime/websocket": "./beta/realtime/websocket.ts"
7+
},
58
"publish": {
69
"exclude": [
710
"!."

0 commit comments

Comments
 (0)