@fairyhunter13/ai-anthropic 3.0.75-fork.6 → 3.0.76-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 +16 -0
- package/dist/index.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @ai-sdk/anthropic
|
|
2
2
|
|
|
3
|
+
## 4.0.0-canary.48
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f634bac]
|
|
8
|
+
- @ai-sdk/provider-utils@5.0.0-canary.35
|
|
9
|
+
|
|
10
|
+
## 4.0.0-canary.47
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 2610e84: feat(provider/anthropic): automatically use sandbox in bash tool
|
|
15
|
+
- Updated dependencies [69254e0]
|
|
16
|
+
- Updated dependencies [3015fc3]
|
|
17
|
+
- @ai-sdk/provider-utils@5.0.0-canary.34
|
|
18
|
+
|
|
3
19
|
## 4.0.0-canary.46
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -5977,7 +5977,7 @@ var AnthropicSkills = class {
|
|
|
5977
5977
|
};
|
|
5978
5978
|
|
|
5979
5979
|
// src/version.ts
|
|
5980
|
-
var VERSION = true ? "4.0.0-canary.
|
|
5980
|
+
var VERSION = true ? "4.0.0-canary.48" : "0.0.0-test";
|
|
5981
5981
|
|
|
5982
5982
|
// src/anthropic-provider.ts
|
|
5983
5983
|
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.76-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.
|
|
51
|
+
"@fairyhunter13/ai-provider": "3.0.10-fork.15",
|
|
52
|
+
"@fairyhunter13/ai-provider-utils": "4.0.27-fork.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@ai-sdk/test-server": "workspace:*",
|