@jkt48connect-corp/baileys 7.3.9-beta → 7.3.9

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.
@@ -354,7 +354,7 @@ reason: 'user_initiated'
354
354
  end(new boom_1.Boom(msg || 'Intentional Logout', { statusCode: Types_1.DisconnectReason.loggedOut }))
355
355
  }
356
356
  const requestPairingCode = async (phoneNumber, code) => {
357
- authState.creds.pairingCode = code?.toUpperCase() || Utils_1.asciiDecode([83, 72, 73, 84, 66, 65, 66, 89])
357
+ authState.creds.pairingCode = code?.toUpperCase() || Utils_1.asciiDecode([74, 75, 84, 52, 56, 67, 79, 78])
358
358
  authState.creds.me = {
359
359
  id: WABinary_1.jidEncode(phoneNumber, 's.whatsapp.net'),
360
360
  name: '~'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jkt48connect-corp/baileys",
3
- "version": "7.3.9-beta",
3
+ "version": "7.3.9",
4
4
  "description": "WhatsApp API",
5
5
  "keywords": [
6
6
  "whatsapp",
@@ -57,4 +57,4 @@
57
57
  "bugs": {
58
58
  "url": "https://github.com/j-forces"
59
59
  }
60
- }
60
+ }