@fairyhunter13/ai-anthropic 3.0.74-fork.6 → 3.0.75-fork.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @ai-sdk/anthropic
|
|
2
2
|
|
|
3
|
+
## 4.0.0-canary.46
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e5c4f40: Remove stale `effort-2025-11-24` beta header — the extended thinking effort parameter is GA and no longer requires the beta flag. Vertex AI's strict validator was actively rejecting requests with this header.
|
|
8
|
+
|
|
3
9
|
## 4.0.0-canary.45
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -5941,7 +5941,7 @@ var AnthropicSkills = class {
|
|
|
5941
5941
|
};
|
|
5942
5942
|
|
|
5943
5943
|
// src/version.ts
|
|
5944
|
-
var VERSION = true ? "4.0.0-canary.
|
|
5944
|
+
var VERSION = true ? "4.0.0-canary.46" : "0.0.0-test";
|
|
5945
5945
|
|
|
5946
5946
|
// src/anthropic-provider.ts
|
|
5947
5947
|
function createAnthropic(options = {}) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fairyhunter13/ai-anthropic",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.75-fork.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
}
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@fairyhunter13/ai-provider": "3.0.10-fork.
|
|
52
|
-
"@fairyhunter13/ai-provider-utils": "4.0.26-fork.
|
|
51
|
+
"@fairyhunter13/ai-provider": "3.0.10-fork.8",
|
|
52
|
+
"@fairyhunter13/ai-provider-utils": "4.0.26-fork.8"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@ai-sdk/test-server": "workspace:*",
|