@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/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.125" : "0.0.0-test";
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") {