@builderbot/provider-baileys 1.1.5 → 1.1.6-y.0
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/index.cjs +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -30008,7 +30008,7 @@ var distExports = requireDist();
|
|
|
30008
30008
|
|
|
30009
30009
|
const makeWASocketOther = require('@whiskeysockets/baileys').default;
|
|
30010
30010
|
|
|
30011
|
-
const keepFiles = ['creds.json', 'baileys_store.json', 'app-state-sync'];
|
|
30011
|
+
const keepFiles = ['creds.json', 'baileys_store.json', 'app-state-sync', 'session'];
|
|
30012
30012
|
/**
|
|
30013
30013
|
* @alpha
|
|
30014
30014
|
* @param sessionName
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-baileys",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6-y.0",
|
|
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.1.
|
|
33
|
+
"@builderbot/bot": "^1.1.6-y.0",
|
|
34
34
|
"@hapi/boom": "^10.0.1",
|
|
35
35
|
"@jest/globals": "^29.7.0",
|
|
36
36
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"fluent-ffmpeg": "^2.1.2",
|
|
64
64
|
"fs-extra": "^11.2.0"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "d56d7f50d1d141a70c2b7ba5625e080411f8e9ee"
|
|
67
67
|
}
|