Skip to content

Commit 9e669fa

Browse files
Merge pull request #1269 from openai/kwhinnery/jsr_exports
Create export for WebSocket on Deno/JSR
2 parents 53149de + 985b9fa commit 9e669fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: jsr.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "@openai/openai",
33
"version": "4.79.2",
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)