chore: update WhatsApp Web version (#2269)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2026-01-20 12:35:35 +02:00
committed by GitHub
parent 5b5ac85443
commit 4bdcedf96b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
{"version":[2,3000,1027934701]} {"version":[2,3000,1032141294]}
+1 -1
View File
@@ -4,7 +4,7 @@ import type { AuthenticationState, SocketConfig, WAVersion } from '../Types'
import { Browsers } from '../Utils/browser-utils' import { Browsers } from '../Utils/browser-utils'
import logger from '../Utils/logger' import logger from '../Utils/logger'
const version = [2, 3000, 1029027441] const version = [2, 3000, 1032141294]
export const UNAUTHORIZED_CODES = [401, 403, 419] export const UNAUTHORIZED_CODES = [401, 403, 419]
+1 -1
View File
@@ -1,7 +1,7 @@
import { Boom } from '@hapi/boom' import { Boom } from '@hapi/boom'
import { createHash, randomBytes } from 'crypto' import { createHash, randomBytes } from 'crypto'
import { proto } from '../../WAProto/index.js' import { proto } from '../../WAProto/index.js'
const baileysVersion = [2, 3000, 1027934701] const baileysVersion = [2, 3000, 1032141294]
import type { import type {
BaileysEventEmitter, BaileysEventEmitter,
BaileysEventMap, BaileysEventMap,