@ai-sdk/amazon-bedrock 0.0.28 → 0.0.29

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @ai-sdk/amazon-bedrock
2
2
 
3
+ ## 0.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - 8c3847e: fix (provider/bedrock): update amazon bedrock package to use safe version of aws sdk
8
+
3
9
  ## 0.0.28
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-sdk/amazon-bedrock",
3
- "version": "0.0.28",
3
+ "version": "0.0.29",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",
@@ -21,13 +21,13 @@
21
21
  "dependencies": {
22
22
  "@ai-sdk/provider": "0.0.24",
23
23
  "@ai-sdk/provider-utils": "1.0.20",
24
- "@aws-sdk/client-bedrock-runtime": "3.602.0"
24
+ "@aws-sdk/client-bedrock-runtime": "^3.663.0"
25
25
  },
26
26
  "devDependencies": {
27
- "@smithy/types": "^3.1.0",
28
- "@types/node": "^18",
29
- "aws-sdk-client-mock": "^4.0.1",
30
- "tsup": "^8",
27
+ "@smithy/types": "^3.5.0",
28
+ "@types/node": "^18.19.54",
29
+ "aws-sdk-client-mock": "^4.0.2",
30
+ "tsup": "^8.3.0",
31
31
  "typescript": "5.5.4",
32
32
  "zod": "3.23.8",
33
33
  "@vercel/ai-tsconfig": "0.0.0"