@ai-sdk/anthropic
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -331,3 +331,3 @@ "use strict"; | ||
url: `${this.config.baseURL}/messages`, | ||
headers: this.config.headers(), | ||
headers: (0, import_provider_utils3.combineHeaders)(this.config.headers(), options.headers), | ||
body: args, | ||
@@ -379,3 +379,3 @@ failedResponseHandler: anthropicFailedResponseHandler, | ||
url: `${this.config.baseURL}/messages`, | ||
headers: this.config.headers(), | ||
headers: (0, import_provider_utils3.combineHeaders)(this.config.headers(), options.headers), | ||
body: { | ||
@@ -382,0 +382,0 @@ ...args, |
@@ -331,3 +331,3 @@ "use strict"; | ||
url: `${this.config.baseURL}/messages`, | ||
headers: this.config.headers(), | ||
headers: (0, import_provider_utils3.combineHeaders)(this.config.headers(), options.headers), | ||
body: args, | ||
@@ -379,3 +379,3 @@ failedResponseHandler: anthropicFailedResponseHandler, | ||
url: `${this.config.baseURL}/messages`, | ||
headers: this.config.headers(), | ||
headers: (0, import_provider_utils3.combineHeaders)(this.config.headers(), options.headers), | ||
body: { | ||
@@ -382,0 +382,0 @@ ...args, |
{ | ||
"name": "@ai-sdk/anthropic", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"license": "Apache-2.0", | ||
@@ -21,4 +21,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@ai-sdk/provider": "0.0.10", | ||
"@ai-sdk/provider-utils": "0.0.16" | ||
"@ai-sdk/provider": "0.0.11", | ||
"@ai-sdk/provider-utils": "1.0.0" | ||
}, | ||
@@ -25,0 +25,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
157350
2139
+ Added@ai-sdk/provider@0.0.11(transitive)
+ Added@ai-sdk/provider-utils@1.0.0(transitive)
- Removed@ai-sdk/provider@0.0.10(transitive)
- Removed@ai-sdk/provider-utils@0.0.16(transitive)
Updated@ai-sdk/provider@0.0.11
Updated@ai-sdk/provider-utils@1.0.0