Updated packages

This commit is contained in:
Adhiraj
2020-05-31 13:13:21 +05:30
parent 96cd895443
commit 117828ebd8
3 changed files with 98 additions and 55 deletions

View File

@@ -1,10 +1,20 @@
{
"name": "baileys",
"version": "1.0.2",
"version": "1.1.0",
"description": "WhatsApp Web API",
"main": "WhatsAppWeb.js",
"homepage": "https://github.com/adiwajshing/Baileys",
"keywords": ["whatsapp", "js-whatsapp", "reverse engineer", "whatsapp api"],
"keywords": [
"whatsapp",
"js-whatsapp",
"reverse engineer",
"whatsapp-api",
"whatsapp-web",
"whatsapp",
"whatsapp-chat",
"whatsapp-group",
"automation"
],
"scripts": {
"test": "node test.js"
},
@@ -12,12 +22,12 @@
"license": "ISC",
"dependencies": {
"curve25519-js": "0.0.4",
"futoin-hkdf": "^1.3.1",
"futoin-hkdf": "^1.3.2",
"node-fetch": "^2.6.0",
"protobufjs": "^6.8.9",
"protobufjs": "^6.9.0",
"qrcode-terminal": "^0.12.0",
"sharp": "^0.25.2",
"sharp": "^0.25.3",
"video-thumb": "0.0.3",
"ws": "^7.2.3"
"ws": "^7.3.0"
}
}