Skip to content

Commit

Permalink
fix(signature-v4-crt): bump aws-crt to 1.12.5 (#3734)
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Jun 24, 2022
1 parent 0b69c9b commit 647d02e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/signature-v4-crt/package.json
Expand Up @@ -26,7 +26,7 @@
"@aws-sdk/util-hex-encoding": "*",
"@aws-sdk/util-middleware": "*",
"@aws-sdk/util-uri-escape": "*",
"aws-crt": "^1.12.2",
"aws-crt": "^1.12.5",
"tslib": "^2.3.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/signature-v4-multi-region/package.json
Expand Up @@ -41,7 +41,7 @@
"typescript": "~4.6.2"
},
"peerDependencies": {
"@aws-sdk/signature-v4-crt": "^3.79.0"
"@aws-sdk/signature-v4-crt": "^3.118.0"
},
"peerDependenciesMeta": {
"@aws-sdk/signature-v4-crt": {
Expand Down
8 changes: 8 additions & 0 deletions packages/util-user-agent-node/package.json
Expand Up @@ -33,6 +33,14 @@
"typedoc": "0.19.2",
"typescript": "~4.6.2"
},
"peerDependencies": {
"aws-crt": ">=1.0.0"
},
"peerDependenciesMeta": {
"aws-crt": {
"optional": true
}
},
"engines": {
"node": ">= 12.0.0"
},
Expand Down

0 comments on commit 647d02e

Please sign in to comment.