@queenanya/baileys 7.2.2 → 7.2.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/lib/Utils/generics.js +2 -2
- package/package.json +1 -2
package/lib/Utils/generics.js
CHANGED
|
@@ -185,8 +185,8 @@ const generateMessageIDV2 = (userId) => {
|
|
|
185
185
|
return 'ANYAWEB' + hash.toString('hex').toUpperCase().substring(0, 18);
|
|
186
186
|
};
|
|
187
187
|
exports.generateMessageIDV2 = generateMessageIDV2;
|
|
188
|
-
//Message ID function for
|
|
189
|
-
//This V3 is RollBack Update
|
|
188
|
+
//Message ID function for Anya_Baileyz
|
|
189
|
+
//This V3 is RollBack Update Of Old Message ID
|
|
190
190
|
const generateMessageIDV3 = (userId) => {
|
|
191
191
|
let swebfix = 'ANYAWEB';
|
|
192
192
|
let swebRandom = (0, crypto_1.randomBytes)(5).toString('hex').toUpperCase().substring(0, 10);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@queenanya/baileys",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.4",
|
|
4
4
|
"description": "WhatsApp API",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"whatsapp",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@adiwajshing/keyed-db": "^0.2.4",
|
|
46
46
|
"@hapi/boom": "^10.0.1",
|
|
47
|
-
"@queenanya/invite": "latest",
|
|
48
47
|
"async-lock": "^1.4.1",
|
|
49
48
|
"audio-decode": "^2.2.0",
|
|
50
49
|
"axios": "^1.7.2",
|