Skip to content

Commit

Permalink
Add util-retry dependency (smithy-lang#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
srchase authored and milesziemer committed Dec 14, 2022
1 parent d52a916 commit d9c5201
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {
MIDDLEWARE_CONTENT_LENGTH("dependencies", "@aws-sdk/middleware-content-length", true),
MIDDLEWARE_SERDE("dependencies", "@aws-sdk/middleware-serde", true),
MIDDLEWARE_RETRY("dependencies", "@aws-sdk/middleware-retry", true),
UTIL_RETRY("dependencies", "@aws-sdk/util-retry", true),
MIDDLEWARE_STACK("dependencies", "@aws-sdk/middleware-stack", true),
MIDDLEWARE_ENDPOINTS_V2("dependencies", "@aws-sdk/middleware-endpoint", false),
AWS_SDK_UTIL_ENDPOINTS("dependencies", "@aws-sdk/util-endpoints", false),
Expand Down

0 comments on commit d9c5201

Please sign in to comment.