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