@builderbot/provider-baileys 1.2.8 → 1.2.9
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/dist/bailey.d.ts +0 -1
- package/dist/index.cjs +2 -2
- package/package.json +4 -4
package/dist/bailey.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ import type { PathOrFileDescriptor } from 'fs';
|
|
|
4
4
|
import NodeCache from 'node-cache';
|
|
5
5
|
import type polka from 'polka';
|
|
6
6
|
import type { IStickerOptions } from 'wa-sticker-formatter';
|
|
7
|
-
|
|
8
7
|
import { BaileysEventMap, WAMessage, WASocket, proto } from './baileyWrapper';
|
|
9
8
|
import type { BaileyGlobalVendorArgs } from './type';
|
|
10
9
|
declare class BaileysProvider extends ProviderClass<WASocket> {
|
package/dist/index.cjs
CHANGED
|
@@ -30946,7 +30946,7 @@ class BaileysProvider extends bot.ProviderClass {
|
|
|
30946
30946
|
name: `bot`,
|
|
30947
30947
|
gifPlayback: false,
|
|
30948
30948
|
usePairingCode: false,
|
|
30949
|
-
browser: ['Windows', '
|
|
30949
|
+
browser: ['Windows', 'Chrome', 'Chrome 114.0.5735.198'],
|
|
30950
30950
|
phoneNumber: null,
|
|
30951
30951
|
useBaileysStore: true,
|
|
30952
30952
|
port: 3000,
|
|
@@ -31011,7 +31011,7 @@ class BaileysProvider extends bot.ProviderClass {
|
|
|
31011
31011
|
try {
|
|
31012
31012
|
const sock = makeWASocketOther({
|
|
31013
31013
|
logger: loggerBaileys,
|
|
31014
|
-
version: [2, 3000,
|
|
31014
|
+
version: [2, 3000, 1023223821],
|
|
31015
31015
|
printQRInTerminal: false,
|
|
31016
31016
|
auth: {
|
|
31017
31017
|
creds: state.creds,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-baileys",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.9",
|
|
4
4
|
"description": "Now I'm the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin' letters to relatives / Embellishin' my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Leifer Mendez <leifer33@gmail.com>",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@builderbot/bot": "^1.2.
|
|
33
|
+
"@builderbot/bot": "^1.2.9",
|
|
34
34
|
"@hapi/boom": "^10.0.1",
|
|
35
35
|
"@jest/globals": "^29.7.0",
|
|
36
36
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -61,10 +61,10 @@
|
|
|
61
61
|
"@adiwajshing/keyed-db": "^0.2.4",
|
|
62
62
|
"@ffmpeg-installer/ffmpeg": "^1.1.0",
|
|
63
63
|
"@types/polka": "^0.5.7",
|
|
64
|
-
"baileys": "~6.7.
|
|
64
|
+
"baileys": "~6.7.17",
|
|
65
65
|
"fluent-ffmpeg": "^2.1.2",
|
|
66
66
|
"fs-extra": "^11.2.0",
|
|
67
67
|
"node-cache": "^5.1.2"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "8fc7f609ee9615e058a3fff51d37f5b578cd9a61"
|
|
70
70
|
}
|