@ai-sdk/amazon-bedrock 4.0.125 → 4.0.127
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 +21 -0
- package/dist/anthropic/index.d.mts +1 -1
- package/dist/anthropic/index.d.ts +1 -1
- package/dist/anthropic/index.js +3 -3
- package/dist/anthropic/index.js.map +1 -1
- package/dist/anthropic/index.mjs +3 -3
- package/dist/anthropic/index.mjs.map +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +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/dist/mantle/index.js +1 -1
- package/dist/mantle/index.mjs +1 -1
- package/docs/08-amazon-bedrock.mdx +2 -0
- package/package.json +5 -5
- package/src/anthropic/bedrock-anthropic-options.ts +2 -0
- package/src/anthropic/bedrock-anthropic-provider.ts +3 -2
- package/src/bedrock-chat-options.ts +2 -0
package/dist/index.mjs
CHANGED
|
@@ -2036,7 +2036,7 @@ import {
|
|
|
2036
2036
|
import { AwsV4Signer } from "aws4fetch";
|
|
2037
2037
|
|
|
2038
2038
|
// src/version.ts
|
|
2039
|
-
var VERSION = true ? "4.0.
|
|
2039
|
+
var VERSION = true ? "4.0.127" : "0.0.0-test";
|
|
2040
2040
|
|
|
2041
2041
|
// src/bedrock-sigv4-fetch.ts
|
|
2042
2042
|
function createSigV4FetchFunction(getCredentials, fetch, service = "bedrock") {
|