@ai-sdk/anthropic
Advanced tools
+6
-0
| # @ai-sdk/anthropic | ||
| ## 2.0.64 | ||
| ### Patch Changes | ||
| - 9d5c1b1: fix(provider/anthropic): minor follow up to support no-op speed standard | ||
| ## 2.0.63 | ||
@@ -4,0 +10,0 @@ |
+4
-1
@@ -164,3 +164,6 @@ import { JSONObject, ProviderV2, LanguageModelV2 } from '@ai-sdk/provider'; | ||
| }>>; | ||
| speed: z.ZodOptional<z.ZodLiteral<"fast">>; | ||
| speed: z.ZodOptional<z.ZodEnum<{ | ||
| fast: "fast"; | ||
| standard: "standard"; | ||
| }>>; | ||
| contextManagement: z.ZodOptional<z.ZodObject<{ | ||
@@ -167,0 +170,0 @@ edits: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{ |
+4
-1
@@ -164,3 +164,6 @@ import { JSONObject, ProviderV2, LanguageModelV2 } from '@ai-sdk/provider'; | ||
| }>>; | ||
| speed: z.ZodOptional<z.ZodLiteral<"fast">>; | ||
| speed: z.ZodOptional<z.ZodEnum<{ | ||
| fast: "fast"; | ||
| standard: "standard"; | ||
| }>>; | ||
| contextManagement: z.ZodOptional<z.ZodObject<{ | ||
@@ -167,0 +170,0 @@ edits: z.ZodArray<z.ZodDiscriminatedUnion<[z.ZodObject<{ |
+3
-3
| { | ||
| "name": "@ai-sdk/anthropic", | ||
| "version": "2.0.63", | ||
| "version": "2.0.64", | ||
| "license": "Apache-2.0", | ||
@@ -37,4 +37,4 @@ "sideEffects": false, | ||
| "zod": "3.25.76", | ||
| "@vercel/ai-tsconfig": "0.0.0", | ||
| "@ai-sdk/test-server": "0.0.2" | ||
| "@ai-sdk/test-server": "0.0.2", | ||
| "@vercel/ai-tsconfig": "0.0.0" | ||
| }, | ||
@@ -41,0 +41,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
1712483
0.04%15735
0.02%