@ai-sdk/amazon-bedrock 4.0.25 → 4.0.26

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,13 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 4.0.26
4
+
5
+ ### Patch Changes
6
+
7
+ - 2b8369d: chore: add docs to package dist
8
+ - Updated dependencies [2b8369d]
9
+ - @ai-sdk/anthropic@3.0.20
10
+
3
11
  ## 4.0.25
4
12
 
5
13
  ### Patch Changes
@@ -35,7 +35,7 @@ var import_provider_utils = require("@ai-sdk/provider-utils");
35
35
  var import_aws4fetch = require("aws4fetch");
36
36
 
37
37
  // src/version.ts
38
- var VERSION = true ? "4.0.25" : "0.0.0-test";
38
+ var VERSION = true ? "4.0.26" : "0.0.0-test";
39
39
 
40
40
  // src/bedrock-sigv4-fetch.ts
41
41
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
@@ -24,7 +24,7 @@ import {
24
24
  import { AwsV4Signer } from "aws4fetch";
25
25
 
26
26
  // src/version.ts
27
- var VERSION = true ? "4.0.25" : "0.0.0-test";
27
+ var VERSION = true ? "4.0.26" : "0.0.0-test";
28
28
 
29
29
  // src/bedrock-sigv4-fetch.ts
30
30
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.js CHANGED
@@ -1781,7 +1781,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1781
1781
  var import_aws4fetch = require("aws4fetch");
1782
1782
 
1783
1783
  // src/version.ts
1784
- var VERSION = true ? "4.0.25" : "0.0.0-test";
1784
+ var VERSION = true ? "4.0.26" : "0.0.0-test";
1785
1785
 
1786
1786
  // src/bedrock-sigv4-fetch.ts
1787
1787
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.mjs CHANGED
@@ -1798,7 +1798,7 @@ import {
1798
1798
  import { AwsV4Signer } from "aws4fetch";
1799
1799
 
1800
1800
  // src/version.ts
1801
- var VERSION = true ? "4.0.25" : "0.0.0-test";
1801
+ var VERSION = true ? "4.0.26" : "0.0.0-test";
1802
1802
 
1803
1803
  // src/bedrock-sigv4-fetch.ts
1804
1804
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {