Skip to content

Commit e35796a

Browse files
m
1 parent 37f2d81 commit e35796a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

modules/branch-keystore-node/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@
2121
"dependencies": {
2222
"@aws-crypto/kms-keyring": "file:../kms-keyring",
2323
"@aws-sdk/client-dynamodb": "^3.616.0",
24+
"@aws-sdk/client-kms": "^3.616.0",
2425
"@aws-sdk/util-dynamodb": "^3.616.0",
25-
"tslib": "^2.2.0"
26+
"tslib": "^2.2.0",
27+
"uuid": "^9.0.0"
2628
},
2729
"sideEffects": false,
2830
"main": "./build/main/src/index.js",

0 commit comments

Comments
 (0)