@ai-sdk/amazon-bedrock 3.0.22 → 3.1.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/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 3.1.0-beta.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 78928cb: release: start 5.1 beta
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [78928cb]
12
+ - @ai-sdk/anthropic@2.1.0-beta.0
13
+ - @ai-sdk/provider@2.1.0-beta.0
14
+ - @ai-sdk/provider-utils@3.1.0-beta.0
15
+
3
16
  ## 3.0.22
4
17
 
5
18
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1490,7 +1490,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1490
1490
  var import_aws4fetch = require("aws4fetch");
1491
1491
 
1492
1492
  // src/version.ts
1493
- var VERSION = true ? "3.0.22" : "0.0.0-test";
1493
+ var VERSION = true ? "3.1.0-beta.0" : "0.0.0-test";
1494
1494
 
1495
1495
  // src/bedrock-sigv4-fetch.ts
1496
1496
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {