@ai-sdk/amazon-bedrock 4.0.91 → 4.0.93

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,20 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 4.0.93
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [61f1a61]
8
+ - @ai-sdk/anthropic@3.0.69
9
+
10
+ ## 4.0.92
11
+
12
+ ### Patch Changes
13
+
14
+ - d42076d: Add AI Gateway hint to provider READMEs
15
+ - Updated dependencies [d42076d]
16
+ - @ai-sdk/anthropic@3.0.68
17
+
3
18
  ## 4.0.91
4
19
 
5
20
  ### Patch Changes
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  The **[Amazon Bedrock provider](https://ai-sdk.dev/providers/ai-sdk-providers/amazon-bedrock)** for the [AI SDK](https://ai-sdk.dev/docs)
4
4
  contains language model support for the Amazon Bedrock [converse API](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_runtime_Converse.html).
5
5
 
6
+ > **Deploying to Vercel?** With Vercel's AI Gateway you can access Amazon Bedrock (and hundreds of models from other providers) — no additional packages, API keys, or extra cost. [Get started with AI Gateway](https://vercel.com/ai-gateway).
7
+
6
8
  ## Setup
7
9
 
8
10
  The Amazon Bedrock provider is available in the `@ai-sdk/amazon-bedrock` module. You can install it with
@@ -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.91" : "0.0.0-test";
38
+ var VERSION = true ? "4.0.93" : "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.91" : "0.0.0-test";
27
+ var VERSION = true ? "4.0.93" : "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
@@ -1971,7 +1971,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1971
1971
  var import_aws4fetch = require("aws4fetch");
1972
1972
 
1973
1973
  // src/version.ts
1974
- var VERSION = true ? "4.0.91" : "0.0.0-test";
1974
+ var VERSION = true ? "4.0.93" : "0.0.0-test";
1975
1975
 
1976
1976
  // src/bedrock-sigv4-fetch.ts
1977
1977
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.mjs CHANGED
@@ -1992,7 +1992,7 @@ import {
1992
1992
  import { AwsV4Signer } from "aws4fetch";
1993
1993
 
1994
1994
  // src/version.ts
1995
- var VERSION = true ? "4.0.91" : "0.0.0-test";
1995
+ var VERSION = true ? "4.0.93" : "0.0.0-test";
1996
1996
 
1997
1997
  // src/bedrock-sigv4-fetch.ts
1998
1998
  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.91",
3
+ "version": "4.0.93",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -38,9 +38,9 @@
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.67",
42
- "@ai-sdk/provider-utils": "4.0.23",
43
- "@ai-sdk/provider": "3.0.8"
41
+ "@ai-sdk/anthropic": "3.0.69",
42
+ "@ai-sdk/provider": "3.0.8",
43
+ "@ai-sdk/provider-utils": "4.0.23"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "20.17.24",