Skip to content

Commit 3bbbba0

Browse files
committed
fix: openai npm package problem
1 parent c04c3a2 commit 3bbbba0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@anthropic-ai/sdk": "npm:@anthropic-ai/sdk@^0.74.0",
2222
"@deno/dnt": "jsr:@deno/dnt@^0.42.3",
2323
"@google/genai": "npm:@google/genai@^1.41.0",
24-
"@openai/openai": "jsr:@openai/openai@^6.21.0",
24+
"@openai/openai": "npm:openai@^4.77.3",
2525
"@std/cli": "jsr:@std/cli@^1.0.27",
2626
"@std/encoding": "jsr:@std/encoding@^1.0.10",
2727
"@std/path": "jsr:@std/path@^1.1.4",

scripts/build_npm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ await build({
4747
},
4848
dependencies: {
4949
'@google/genai': '^1.41.0',
50-
'@openai/openai': '^6.21.0',
50+
'openai': '^6.21.0',
5151
'@anthropic-ai/sdk': '^0.74.0',
5252
'consola': '^3.4.2',
5353
},

0 commit comments

Comments
 (0)