@builderbot/provider-venom 1.1.7-alpha.2 → 1.1.7-alpha.3
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
|
@@ -13463,7 +13463,7 @@ class VenomProvider extends bot.ProviderClass {
|
|
|
13463
13463
|
`Remember that the QR code updates every minute`,
|
|
13464
13464
|
`Need help: https://link.codigoencasa.com/DISCORD`,
|
|
13465
13465
|
],
|
|
13466
|
-
payload: { qr }
|
|
13466
|
+
payload: { qr },
|
|
13467
13467
|
});
|
|
13468
13468
|
await venomGenerateImage(qr, `${this.globalVendorArgs.name}.qr.png`);
|
|
13469
13469
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-venom",
|
|
3
|
-
"version": "1.1.7-alpha.
|
|
3
|
+
"version": "1.1.7-alpha.3",
|
|
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>",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@builderbot/bot": "^1.1.7-alpha.
|
|
34
|
+
"@builderbot/bot": "^1.1.7-alpha.3",
|
|
35
35
|
"@jest/globals": "^29.7.0",
|
|
36
36
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
37
37
|
"@rollup/plugin-json": "^6.1.0",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"sharp": "0.33.3",
|
|
61
61
|
"venom-bot": "~5.1.0"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "ac3f621c2743503534a5f882bda4cdc70caf090b"
|
|
64
64
|
}
|