Skip to content

Commit

Permalink
Remove unconditional adding of util-base64 node and browser modules
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 11, 2022
1 parent 42ca023 commit 735d24a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ public enum TypeScriptDependency implements SymbolDependencyContainer {

AWS_SDK_URL_PARSER("dependencies", "@aws-sdk/url-parser", true),

AWS_SDK_UTIL_BASE64_BROWSER("dependencies", "@aws-sdk/util-base64-browser", true),
AWS_SDK_UTIL_BASE64_NODE("dependencies", "@aws-sdk/util-base64-node", true),
@Deprecated AWS_SDK_UTIL_BASE64_BROWSER("dependencies", "@aws-sdk/util-base64-browser", false),
@Deprecated AWS_SDK_UTIL_BASE64_NODE("dependencies", "@aws-sdk/util-base64-node", false),
AWS_SDK_UTIL_BASE64("dependencies", "@aws-sdk/util-base64", true),

AWS_SDK_UTIL_BODY_LENGTH_BROWSER("dependencies", "@aws-sdk/util-body-length-browser", true),
Expand Down

0 comments on commit 735d24a

Please sign in to comment.