@ai-sdk/amazon-bedrock 4.0.0-beta.86 → 4.0.0-beta.87

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.0-beta.87
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b2dbfbf]
8
+ - @ai-sdk/anthropic@3.0.0-beta.77
9
+
3
10
  ## 4.0.0-beta.86
4
11
 
5
12
  ### Patch Changes
package/dist/index.js CHANGED
@@ -1563,7 +1563,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1563
1563
  var import_aws4fetch = require("aws4fetch");
1564
1564
 
1565
1565
  // src/version.ts
1566
- var VERSION = true ? "4.0.0-beta.86" : "0.0.0-test";
1566
+ var VERSION = true ? "4.0.0-beta.87" : "0.0.0-test";
1567
1567
 
1568
1568
  // src/bedrock-sigv4-fetch.ts
1569
1569
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.mjs CHANGED
@@ -1579,7 +1579,7 @@ import {
1579
1579
  import { AwsV4Signer } from "aws4fetch";
1580
1580
 
1581
1581
  // src/version.ts
1582
- var VERSION = true ? "4.0.0-beta.86" : "0.0.0-test";
1582
+ var VERSION = true ? "4.0.0-beta.87" : "0.0.0-test";
1583
1583
 
1584
1584
  // src/bedrock-sigv4-fetch.ts
1585
1585
  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.0-beta.86",
3
+ "version": "4.0.0-beta.87",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -23,7 +23,7 @@
23
23
  "@smithy/eventstream-codec": "^4.0.1",
24
24
  "@smithy/util-utf8": "^4.0.0",
25
25
  "aws4fetch": "^1.0.20",
26
- "@ai-sdk/anthropic": "3.0.0-beta.76",
26
+ "@ai-sdk/anthropic": "3.0.0-beta.77",
27
27
  "@ai-sdk/provider": "3.0.0-beta.25",
28
28
  "@ai-sdk/provider-utils": "4.0.0-beta.44"
29
29
  },