chore: update wa web ver

This commit is contained in:
Rajeh Taher
2025-10-12 19:50:04 +03:00
parent f9abf44994
commit 48b0cb4bc2
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": [2, 3000, 1023223821]
"version": [2, 3000, 1027934701]
}
+1 -1
View File
@@ -4,7 +4,7 @@ import type { AuthenticationState, SocketConfig, WAVersion } from '../Types'
import { Browsers } from '../Utils/browser-utils'
import logger from '../Utils/logger'
const version = [2, 3000, 1023223821]
const version = [2, 3000, 1027934701]
export const UNAUTHORIZED_CODES = [401, 403, 419]
+1 -1
View File
@@ -1,7 +1,7 @@
import { Boom } from '@hapi/boom'
import { createHash, randomBytes } from 'crypto'
import { proto } from '../../WAProto/index.js'
const baileysVersion = [2, 3000, 1023223821]
const baileysVersion = [2, 3000, 1027934701]
import type {
BaileysEventEmitter,
BaileysEventMap,