@ai-sdk/amazon-bedrock 4.0.81 → 4.0.82

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,14 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 4.0.82
4
+
5
+ ### Patch Changes
6
+
7
+ - 055cd68: fix: publish v6 to latest npm dist tag
8
+ - Updated dependencies [055cd68]
9
+ - @ai-sdk/provider-utils@4.0.21
10
+ - @ai-sdk/anthropic@3.0.63
11
+
3
12
  ## 4.0.81
4
13
 
5
14
  ### 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.81" : "0.0.0-test";
38
+ var VERSION = true ? "4.0.82" : "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.81" : "0.0.0-test";
27
+ var VERSION = true ? "4.0.82" : "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
@@ -1949,7 +1949,7 @@ var import_provider_utils7 = require("@ai-sdk/provider-utils");
1949
1949
  var import_aws4fetch = require("aws4fetch");
1950
1950
 
1951
1951
  // src/version.ts
1952
- var VERSION = true ? "4.0.81" : "0.0.0-test";
1952
+ var VERSION = true ? "4.0.82" : "0.0.0-test";
1953
1953
 
1954
1954
  // src/bedrock-sigv4-fetch.ts
1955
1955
  function createSigV4FetchFunction(getCredentials, fetch = globalThis.fetch) {
package/dist/index.mjs CHANGED
@@ -1970,7 +1970,7 @@ import {
1970
1970
  import { AwsV4Signer } from "aws4fetch";
1971
1971
 
1972
1972
  // src/version.ts
1973
- var VERSION = true ? "4.0.81" : "0.0.0-test";
1973
+ var VERSION = true ? "4.0.82" : "0.0.0-test";
1974
1974
 
1975
1975
  // src/bedrock-sigv4-fetch.ts
1976
1976
  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.81",
3
+ "version": "4.0.82",
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.62",
41
+ "@ai-sdk/anthropic": "3.0.63",
42
42
  "@ai-sdk/provider": "3.0.8",
43
- "@ai-sdk/provider-utils": "4.0.20"
43
+ "@ai-sdk/provider-utils": "4.0.21"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "20.17.24",