@ai-sdk/amazon-bedrock 4.0.8 → 4.0.10

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,21 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 4.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [bee4f82]
8
+ - @ai-sdk/anthropic@3.0.8
9
+
10
+ ## 4.0.9
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [d937c8f]
15
+ - @ai-sdk/provider@3.0.2
16
+ - @ai-sdk/anthropic@3.0.7
17
+ - @ai-sdk/provider-utils@4.0.4
18
+
3
19
  ## 4.0.8
4
20
 
5
21
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1734,7 +1734,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1734
1734
  var import_aws4fetch = require("aws4fetch");
1735
1735
 
1736
1736
  // src/version.ts
1737
- var VERSION = true ? "4.0.8" : "0.0.0-test";
1737
+ var VERSION = true ? "4.0.10" : "0.0.0-test";
1738
1738
 
1739
1739
  // src/bedrock-sigv4-fetch.ts
1740
1740
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {