@ai-sdk/amazon-bedrock 4.0.71 → 4.0.72

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,12 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 4.0.72
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [89caf28]
8
+ - @ai-sdk/anthropic@3.0.53
9
+
3
10
  ## 4.0.71
4
11
 
5
12
  ### 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.71" : "0.0.0-test";
38
+ var VERSION = true ? "4.0.72" : "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.71" : "0.0.0-test";
27
+ var VERSION = true ? "4.0.72" : "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
@@ -1948,7 +1948,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1948
1948
  var import_aws4fetch = require("aws4fetch");
1949
1949
 
1950
1950
  // src/version.ts
1951
- var VERSION = true ? "4.0.71" : "0.0.0-test";
1951
+ var VERSION = true ? "4.0.72" : "0.0.0-test";
1952
1952
 
1953
1953
  // src/bedrock-sigv4-fetch.ts
1954
1954
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
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.71" : "0.0.0-test";
1972
+ var VERSION = true ? "4.0.72" : "0.0.0-test";
1973
1973
 
1974
1974
  // src/bedrock-sigv4-fetch.ts
1975
1975
  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.71",
3
+ "version": "4.0.72",
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.52",
41
+ "@ai-sdk/anthropic": "3.0.53",
42
42
  "@ai-sdk/provider": "3.0.8",
43
43
  "@ai-sdk/provider-utils": "4.0.17"
44
44
  },