@builderbot/provider-web-whatsapp 1.1.7-alpha.2 → 1.1.7-alpha.4
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
|
@@ -14798,7 +14798,7 @@ class WebWhatsappProvider extends bot.ProviderClass {
|
|
|
14798
14798
|
`Remember that the QR code updates every minute`,
|
|
14799
14799
|
`Need help: https://link.codigoencasa.com/DISCORD`,
|
|
14800
14800
|
],
|
|
14801
|
-
payload: { qr }
|
|
14801
|
+
payload: { qr },
|
|
14802
14802
|
});
|
|
14803
14803
|
await wwebGenerateImage(qr, `${this.globalVendorArgs.name}.qr.png`);
|
|
14804
14804
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-web-whatsapp",
|
|
3
|
-
"version": "1.1.7-alpha.
|
|
3
|
+
"version": "1.1.7-alpha.4",
|
|
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.7-alpha.
|
|
33
|
+
"@builderbot/bot": "^1.1.7-alpha.4",
|
|
34
34
|
"@jest/globals": "^29.7.0",
|
|
35
35
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
36
36
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"sharp": "0.33.3",
|
|
57
57
|
"whatsapp-web.js": "~1.23.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "500c579aab04e986a90ac1e1e860b14dce91f153"
|
|
60
60
|
}
|