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