Skip to content

Commit 77e1180

Browse files
committed
fix(jsr): export zod helpers
1 parent 40e8dd2 commit 77e1180

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": "5.0.0-alpha.0",
4-
"exports": "./index.ts",
4+
"exports": {
5+
".": "./index.ts",
6+
"./helpers/zod": "./helpers/zod.ts"
7+
},
58
"publish": {
69
"exclude": [
710
"!."

0 commit comments

Comments
 (0)