@nexustechpro/baileys 1.0.1 → 1.0.3-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Signal/libsignal.js +391 -329
- package/lib/Socket/messages-recv.js +1313 -1199
- package/lib/Socket/messages-send.js +6 -3
- package/lib/Socket/nexus-handler.js +78 -6
- package/lib/Socket/socket.js +1000 -841
- package/lib/Store/index.js +8 -1
- package/lib/Utils/decode-wa-message.js +273 -254
- package/lib/Utils/event-buffer.js +522 -523
- package/lib/index.js +0 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nexustechpro/baileys",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.0.1",
|
|
4
|
+
"version": "1.0.3-rc.1",
|
|
5
5
|
"description": "Advanced WhatsApp Web API client with interactive messages, product catalogs, carousels, events, payments, and polls.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"whatsapp",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"cache-manager": "latest",
|
|
49
49
|
"chalk": "^4.1.2",
|
|
50
50
|
"gradient-string": "^2.0.2",
|
|
51
|
-
"libsignal": "
|
|
51
|
+
"libsignal": "npm:@rexxhayanasi/elaina-libsignal",
|
|
52
52
|
"lru-cache": "^11.1.0",
|
|
53
53
|
"music-metadata": "^11.7.0",
|
|
54
54
|
"p-queue": "^9.0.0",
|