Skip to content

Commit

Permalink
aws-sdk@3.194.0 broke support for custom endpoints, so stay with 3.193.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartin4563 committed Oct 24, 2022
1 parent 9f69a2a commit 0d92a9b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/versioned/v3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@aws-sdk/client-elasticache": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 2
}
},
Expand All @@ -40,7 +40,7 @@
},
"dependencies": {
"@aws-sdk/client-elastic-load-balancing": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 2
}
},
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"dependencies": {
"@aws-sdk/client-rds": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 2
}
},
Expand All @@ -82,7 +82,7 @@
},
"dependencies": {
"@aws-sdk/client-redshift": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 2
}
},
Expand Down Expand Up @@ -124,7 +124,7 @@
},
"dependencies": {
"@aws-sdk/client-ses": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 2
}
},
Expand All @@ -138,7 +138,7 @@
},
"dependencies": {
"@aws-sdk/client-sns": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 10
}
},
Expand All @@ -152,7 +152,7 @@
},
"dependencies": {
"@aws-sdk/client-sqs": {
"versions": ">=3.0.0",
"versions": ">=3.0.0 <=3.193.0",
"samples": 10
}
},
Expand Down

0 comments on commit 0d92a9b

Please sign in to comment.