We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04c3a2 commit 3bbbba0Copy full SHA for 3bbbba0
2 files changed
deno.json
@@ -21,7 +21,7 @@
21
"@anthropic-ai/sdk": "npm:@anthropic-ai/sdk@^0.74.0",
22
"@deno/dnt": "jsr:@deno/dnt@^0.42.3",
23
"@google/genai": "npm:@google/genai@^1.41.0",
24
- "@openai/openai": "jsr:@openai/openai@^6.21.0",
+ "@openai/openai": "npm:openai@^4.77.3",
25
"@std/cli": "jsr:@std/cli@^1.0.27",
26
"@std/encoding": "jsr:@std/encoding@^1.0.10",
27
"@std/path": "jsr:@std/path@^1.1.4",
scripts/build_npm.ts
@@ -47,7 +47,7 @@ await build({
47
},
48
dependencies: {
49
'@google/genai': '^1.41.0',
50
- '@openai/openai': '^6.21.0',
+ 'openai': '^6.21.0',
51
'@anthropic-ai/sdk': '^0.74.0',
52
'consola': '^3.4.2',
53
0 commit comments