Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7f16c3a

Browse files
stainless-app[bot]meorphis
authored and
meorphis
committedMar 19, 2025
chore(internal): version bump (#1393)
1 parent d927768 commit 7f16c3a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed
 

‎jsr.json.orig

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "@openai/openai",
3+
<<<<<<< HEAD
4+
"version": "4.87.4",
5+
"exports": {
6+
".": "./index.ts",
7+
"./helpers/zod": "./helpers/zod.ts",
8+
"./beta/realtime/websocket": "./beta/realtime/websocket.ts"
9+
},
10+
"imports": {
11+
"zod": "npm:zod@3"
12+
},
13+
||||||| parent of 0603bcac (chore(internal): version bump (#1393))
14+
"version": "4.87.3",
15+
"exports": "./index.ts",
16+
=======
17+
"version": "4.87.4",
18+
"exports": "./index.ts",
19+
>>>>>>> 0603bcac (chore(internal): version bump (#1393))
20+
"publish": {
21+
"exclude": [
22+
"!."
23+
]
24+
}
25+
}

0 commit comments

Comments
 (0)
Please sign in to comment.