@builderbot/provider-wppconnect 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
|
@@ -13657,7 +13657,7 @@ class WPPConnectProvider extends bot.ProviderClass {
|
|
|
13657
13657
|
`Remember that the QR code updates every minute`,
|
|
13658
13658
|
`Need help: https://link.codigoencasa.com/DISCORD`,
|
|
13659
13659
|
],
|
|
13660
|
-
payload: { qr: base64QRImg }
|
|
13660
|
+
payload: { qr: base64QRImg },
|
|
13661
13661
|
});
|
|
13662
13662
|
WppConnectGenerateImage(base64QRImg, `${this.globalVendorArgs.name}.qr.png`);
|
|
13663
13663
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@builderbot/provider-wppconnect",
|
|
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>",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
},
|
|
27
27
|
"homepage": "https://github.com/codigoencasa/bot-whatsapp#readme",
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@builderbot/bot": "^1.1.7-alpha.
|
|
29
|
+
"@builderbot/bot": "^1.1.7-alpha.3",
|
|
30
30
|
"@rollup/plugin-commonjs": "^25.0.7",
|
|
31
31
|
"@rollup/plugin-json": "^6.1.0",
|
|
32
32
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"polka": "^0.5.2",
|
|
56
56
|
"sharp": "0.33.3"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "ac3f621c2743503534a5f882bda4cdc70caf090b"
|
|
59
59
|
}
|