@ai-sdk/amazon-bedrock 4.0.76 → 5.0.0-beta.0
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 +22 -0
- package/dist/anthropic/index.js +1 -1
- package/dist/anthropic/index.js.map +1 -1
- package/dist/anthropic/index.mjs +1 -1
- 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 +5 -5
package/dist/index.mjs
CHANGED
|
@@ -1969,7 +1969,7 @@ import {
|
|
|
1969
1969
|
import { AwsV4Signer } from "aws4fetch";
|
|
1970
1970
|
|
|
1971
1971
|
// src/version.ts
|
|
1972
|
-
var VERSION = true ? "
|
|
1972
|
+
var VERSION = true ? "5.0.0-beta.0" : "0.0.0-test";
|
|
1973
1973
|
|
|
1974
1974
|
// src/bedrock-sigv4-fetch.ts
|
|
1975
1975
|
function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
|