@ai-sdk/anthropic 2.0.0-beta.11 → 2.0.0-beta.12
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 +9 -0
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/internal/index.d.mts +56 -2
- package/dist/internal/index.d.ts +56 -2
- package/dist/internal/index.js +5 -3
- package/dist/internal/index.js.map +1 -1
- package/dist/internal/index.mjs +3 -2
- package/dist/internal/index.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.mjs
CHANGED
|
@@ -1702,7 +1702,7 @@ var bash_20241022 = createProviderDefinedToolFactory({
|
|
|
1702
1702
|
import { createProviderDefinedToolFactory as createProviderDefinedToolFactory2 } from "@ai-sdk/provider-utils";
|
|
1703
1703
|
import z6 from "zod/v4";
|
|
1704
1704
|
var bash_20250124 = createProviderDefinedToolFactory2({
|
|
1705
|
-
id: "anthropic.
|
|
1705
|
+
id: "anthropic.bash_20250124",
|
|
1706
1706
|
name: "bash",
|
|
1707
1707
|
inputSchema: z6.object({
|
|
1708
1708
|
command: z6.string(),
|