@ai-sdk/amazon-bedrock 5.0.0-beta.29 → 5.0.0-beta.30
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/anthropic/index.js +8 -2
- package/dist/anthropic/index.js.map +1 -1
- package/dist/anthropic/index.mjs +8 -2
- package/dist/anthropic/index.mjs.map +1 -1
- 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/package.json +3 -3
- package/src/anthropic/bedrock-anthropic-provider.ts +7 -1
- package/src/convert-to-bedrock-chat-messages.ts +0 -6
package/dist/index.mjs
CHANGED
|
@@ -2067,7 +2067,7 @@ import {
|
|
|
2067
2067
|
import { AwsV4Signer } from "aws4fetch";
|
|
2068
2068
|
|
|
2069
2069
|
// src/version.ts
|
|
2070
|
-
var VERSION = true ? "5.0.0-beta.
|
|
2070
|
+
var VERSION = true ? "5.0.0-beta.30" : "0.0.0-test";
|
|
2071
2071
|
|
|
2072
2072
|
// src/bedrock-sigv4-fetch.ts
|
|
2073
2073
|
function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
|