Skip to content

Commit 2eb49a4

Browse files
committed
fix: add back missing opt deps aws4
1 parent a79a13d commit 2eb49a4

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

package-lock.json

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"peerDependencies": {
3333
"@aws-sdk/credential-providers": "^3.632.0",
3434
"@mongodb-js/zstd": "^1.1.0 || ^2.0.0",
35+
"aws4": "^1.13.2",
3536
"gcp-metadata": "^5.2.0",
3637
"kerberos": "^2.0.1",
3738
"mongodb-client-encryption": ">=6.0.0 <7",
@@ -45,6 +46,9 @@
4546
"@mongodb-js/zstd": {
4647
"optional": true
4748
},
49+
"aws4": {
50+
"optional": true
51+
},
4852
"kerberos": {
4953
"optional": true
5054
},
@@ -81,6 +85,7 @@
8185
"@types/whatwg-url": "^11.0.5",
8286
"@typescript-eslint/eslint-plugin": "8.4.0",
8387
"@typescript-eslint/parser": "8.4.0",
88+
"aws4": "^1.13.2",
8489
"chai": "^4.4.1",
8590
"chai-subset": "^1.6.0",
8691
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)