Skip to content

Commit

Permalink
chore: Add test configs for defined targets in the aws test suite (#2403
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jsumners-nr authored Jul 24, 2024
1 parent 74176f7 commit cf514d9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/versioned/aws-sdk-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,10 @@
"@aws-sdk/client-sns": {
"versions": ">=3.0.0 <=3.193.0 || >3.196.0 <3.377.0 || >3.377.0 ",
"samples": 10
},
"@aws-sdk/smithy-client": {
"versions": ">=3.47.0 <3.370.0",
"samples": 1
}
},
"files": [
Expand Down Expand Up @@ -204,7 +208,11 @@
"node": ">=16.0"
},
"dependencies": {
"@aws-sdk/client-bedrock-runtime": "^3.474.0"
"@aws-sdk/client-bedrock-runtime": "^3.474.0",
"@smithy/smithy-client": {
"versions": ">=2.0.0",
"samples": 1
}
},
"files": [
"bedrock-chat-completions.tap.js",
Expand Down

0 comments on commit cf514d9

Please sign in to comment.