Skip to content

Commit

Permalink
fixes #1242 missing export zod helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
mch committed Dec 27, 2024
1 parent 3fdc7d4 commit 3b74537
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.77.1",
"exports": "./index.ts",
"exports": {
".": "./index.ts",
"./helpers/zod": "./helpers/zod.ts"
},
"publish": {
"exclude": [
"!."
Expand Down

0 comments on commit 3b74537

Please sign in to comment.