Skip to content

Commit 61a27a5

Browse files
committed
update v3.1.2 add send document file
1 parent 1a71668 commit 61a27a5

File tree

5 files changed

+717
-7
lines changed

5 files changed

+717
-7
lines changed

package.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wa-multi-session",
3-
"version": "3.0.1",
3+
"version": "3.1.2",
44
"description": "Multi Session Whatsapp Library",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -18,11 +18,15 @@
1818
"@adiwajshing/keyed-db": "^0.2.4",
1919
"@hapi/boom": "^10.0.1",
2020
"@whiskeysockets/baileys": "^6.2.1",
21+
"mime": "^3.0.0",
2122
"pino": "^8.11.0",
2223
"qrcode-terminal": "^0.12.0"
2324
},
2425
"repository": {
2526
"type": "git",
2627
"url": "git@github.com:mimamch/wa-multi-session.git"
28+
},
29+
"devDependencies": {
30+
"@types/mime": "^3.0.1"
2731
}
2832
}

0 commit comments

Comments
 (0)