-
Hello, I'm trying out Deno and came across this issue: import { zodFunction } from '@openai/openai/helpers/zod.ts'; throws the following: error: Unknown export './helpers/zod.ts' for '@openai/openai@4.75.0'. Package exports: * . deno.json "imports": {
"@openai/openai": "jsr:@openai/openai@^4.75.0",
"@std/assert": "jsr:@std/assert@1",
"zod": "npm:zod@^3.24.1"
} I can see, the file exists on JSR and it has the proper exports https://jsr.io/@openai/openai/4.75.0/helpers/zod.ts So am I importing it incorrectly? or is it an issue with the package? |
Beta Was this translation helpful? Give feedback.
Answered by
mwmcode
Dec 27, 2024
Replies: 1 comment
-
I think it's the missing export here https://jsr.io/@openai/openai/4.75.0/jsr.json |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mwmcode
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it's the missing export here https://jsr.io/@openai/openai/4.75.0/jsr.json