fix(proto-extract): regenerate corrupted yarn.lock to restore install process (#1981)
* fix(proto-extract): regenerate corrupted yarn.lock to restore install process * chore(proto-extract): update acorn parser to latest version for compatibility with new WhatsApp JS syntax * Update baileys version to 2.3000.1029027441 * Update version number in Defaults index * Revert WAProto.proto to resolve merge conflict and restore expected structure --------- Co-authored-by: Vrypt <vryptt@gmail.com> Co-authored-by: Rajeh Taher <rajeh@reforward.dev>
This commit is contained in:
@@ -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, 1027934701]
|
||||
const version = [2, 3000, 1029027441]
|
||||
|
||||
export const UNAUTHORIZED_CODES = [401, 403, 419]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user