chore: use vanilla libsignal

This commit is contained in:
Adhiraj Singh
2022-04-22 18:18:28 +05:30
parent c138b6a82a
commit 0ba6726fd3
2 changed files with 6 additions and 6 deletions

View File

@@ -39,7 +39,7 @@
"axios": "^0.24.0",
"curve25519-js": "^0.0.4",
"futoin-hkdf": "^1.5.0",
"libsignal": "git+https://github.com/adiwajshing/libsignal-node",
"libsignal": "^2.0.1",
"music-metadata": "^7.4.1",
"node-cache": "^5.1.2",
"pino": "^7.0.0",
@@ -49,9 +49,9 @@
"peerDependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"jimp": "^0.16.1",
"link-preview-js": "^2.1.13",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.29.3",
"link-preview-js": "^2.1.13"
"sharp": "^0.29.3"
},
"peerDependenciesMeta": {
"@adiwajshing/keyed-db": {