@ai-sdk/amazon-bedrock 4.0.112 → 4.0.114

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/dist/index.mjs CHANGED
@@ -2032,7 +2032,7 @@ import {
2032
2032
  import { AwsV4Signer } from "aws4fetch";
2033
2033
 
2034
2034
  // src/version.ts
2035
- var VERSION = true ? "4.0.112" : "0.0.0-test";
2035
+ var VERSION = true ? "4.0.114" : "0.0.0-test";
2036
2036
 
2037
2037
  // src/bedrock-sigv4-fetch.ts
2038
2038
  function createSigV4FetchFunction(getCredentials, fetch, service = "bedrock") {