Skip to content

Commit

Permalink
Revert "update aws-crypto dependencies to 5.1.0 (smithy-lang#1030)" (s…
Browse files Browse the repository at this point in the history
…mithy-lang#1042)

This reverts commit d557010.
  • Loading branch information
kuhe authored Oct 16, 2023
1 parent a687539 commit 0cbd15a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ public enum TypeScriptDependency implements Dependency {
MIDDLEWARE_ENDPOINTS_V2("dependencies", "@smithy/middleware-endpoint", false),
AWS_SDK_UTIL_ENDPOINTS("dependencies", "@aws-sdk/util-endpoints", false),

AWS_CRYPTO_SHA256_BROWSER("dependencies", "@aws-crypto/sha256-browser", "5.1.0", true),
AWS_CRYPTO_SHA256_JS("dependencies", "@aws-crypto/sha256-js", "5.1.0", true),
AWS_CRYPTO_SHA256_BROWSER("dependencies", "@aws-crypto/sha256-browser", "3.0.0", true),
AWS_CRYPTO_SHA256_JS("dependencies", "@aws-crypto/sha256-js", "3.0.0", true),

AWS_SDK_HASH_NODE("dependencies", "@smithy/hash-node", true),

Expand Down

0 comments on commit 0cbd15a

Please sign in to comment.