Skip to content

Commit ed74535

Browse files
committed
upgrading baileys into ^6.7.5
1 parent 3c87d6b commit ed74535

File tree

3 files changed

+40
-28
lines changed

3 files changed

+40
-28
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wa-multi-session",
3-
"version": "3.3.1",
3+
"version": "3.5.0",
44
"description": "Multi Session Whatsapp Library",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@adiwajshing/keyed-db": "^0.2.4",
1919
"@hapi/boom": "^10.0.1",
20-
"@whiskeysockets/baileys": "^6.5.0",
20+
"@whiskeysockets/baileys": "^6.7.5",
2121
"mime": "^3.0.0",
2222
"pino": "^8.11.0",
2323
"qrcode-terminal": "^0.12.0"

pnpm-lock.yaml

+38-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Socket/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import makeWASocket, {
44
fetchLatestBaileysVersion,
55
useMultiFileAuthState,
66
WASocket,
7-
WAMessageUpdate,
87
} from "@whiskeysockets/baileys";
98
import pino from "pino";
109
import path from "path";

0 commit comments

Comments
 (0)