@ai-sdk/amazon-bedrock 4.0.53 → 4.0.55

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,19 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 4.0.55
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [c60b393]
8
+ - @ai-sdk/anthropic@3.0.41
9
+
10
+ ## 4.0.54
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [8c2b1e1]
15
+ - @ai-sdk/anthropic@3.0.40
16
+
3
17
  ## 4.0.53
4
18
 
5
19
  ### 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.53" : "0.0.0-test";
38
+ var VERSION = true ? "4.0.55" : "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.53" : "0.0.0-test";
27
+ var VERSION = true ? "4.0.55" : "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
@@ -1894,7 +1894,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1894
1894
  var import_aws4fetch = require("aws4fetch");
1895
1895
 
1896
1896
  // src/version.ts
1897
- var VERSION = true ? "4.0.53" : "0.0.0-test";
1897
+ var VERSION = true ? "4.0.55" : "0.0.0-test";
1898
1898
 
1899
1899
  // src/bedrock-sigv4-fetch.ts
1900
1900
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.mjs CHANGED
@@ -1911,7 +1911,7 @@ import {
1911
1911
  import { AwsV4Signer } from "aws4fetch";
1912
1912
 
1913
1913
  // src/version.ts
1914
- var VERSION = true ? "4.0.53" : "0.0.0-test";
1914
+ var VERSION = true ? "4.0.55" : "0.0.0-test";
1915
1915
 
1916
1916
  // src/bedrock-sigv4-fetch.ts
1917
1917
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/amazon-bedrock",
3
- "version": "4.0.53",
3
+ "version": "4.0.55",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -38,7 +38,7 @@
38
38
  "@smithy/eventstream-codec": "^4.0.1",
39
39
  "@smithy/util-utf8": "^4.0.0",
40
40
  "aws4fetch": "^1.0.20",
41
- "@ai-sdk/anthropic": "3.0.39",
41
+ "@ai-sdk/anthropic": "3.0.41",
42
42
  "@ai-sdk/provider": "3.0.8",
43
43
  "@ai-sdk/provider-utils": "4.0.14"
44
44
  },