Skip to content

Commit

Permalink
test: Updated a missing minSupported in aws-sdk-v3 versioned tests (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 authored Sep 17, 2024
1 parent a28e2e6 commit c997af6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/versioned/aws-sdk-v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
{"name": "@aws-sdk/client-sns", "minAgentVersion": "8.7.1"},
{"name": "@aws-sdk/client-dynamodb", "minAgentVersion": "8.7.1"},
{"name": "@aws-sdk/lib-dynamodb", "minAgentVersion": "8.7.1"},
{"name": "@aws-sdk/smithy-client", "minAgentVersion": "8.7.1"},
{"name": "@smithy/smithy-client", "minSupported": "3.47.0", "minAgentVersion": "11.0.0"},
{"name": "@aws-sdk/smithy-client", "minSupported": "3.47.0", "minAgentVersion": "8.7.1"},
{"name": "@smithy/smithy-client", "minSupported": "2.0.0", "minAgentVersion": "11.0.0"},
{"name": "@aws-sdk/client-bedrock-runtime", "minAgentVersion": "11.13.0"}
],
"version": "0.0.0",
Expand Down

0 comments on commit c997af6

Please sign in to comment.