We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37f2d81 commit e35796aCopy full SHA for e35796a
1 file changed
modules/branch-keystore-node/package.json
@@ -21,8 +21,10 @@
21
"dependencies": {
22
"@aws-crypto/kms-keyring": "file:../kms-keyring",
23
"@aws-sdk/client-dynamodb": "^3.616.0",
24
+ "@aws-sdk/client-kms": "^3.616.0",
25
"@aws-sdk/util-dynamodb": "^3.616.0",
- "tslib": "^2.2.0"
26
+ "tslib": "^2.2.0",
27
+ "uuid": "^9.0.0"
28
},
29
"sideEffects": false,
30
"main": "./build/main/src/index.js",
0 commit comments