Skip to content

Commit

Permalink
upgrading baileys into ^6.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mimamch committed Jul 1, 2024
1 parent 3c87d6b commit ed74535
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wa-multi-session",
"version": "3.3.1",
"version": "3.5.0",
"description": "Multi Session Whatsapp Library",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@adiwajshing/keyed-db": "^0.2.4",
"@hapi/boom": "^10.0.1",
"@whiskeysockets/baileys": "^6.5.0",
"@whiskeysockets/baileys": "^6.7.5",
"mime": "^3.0.0",
"pino": "^8.11.0",
"qrcode-terminal": "^0.12.0"
Expand Down
63 changes: 38 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/Socket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import makeWASocket, {
fetchLatestBaileysVersion,
useMultiFileAuthState,
WASocket,
WAMessageUpdate,
} from "@whiskeysockets/baileys";
import pino from "pino";
import path from "path";
Expand Down

0 comments on commit ed74535

Please sign in to comment.