Files
InfiniteAPI/proto-extract
Vrypt db86cdc545 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>
2026-01-18 01:45:23 +02:00
..
2025-05-21 12:17:57 -03:00
2025-05-21 12:17:57 -03:00

Proto Extract

Derived initially from whatseow's proto extract, this version generates a predictable diff friendly protobuf. It also does not rely on a hardcoded set of modules to look for but finds all proto modules on its own and extracts the proto from there.

Thanks to wppconnect-team for the script update to make it work with the latest version of whatsapp.

Usage

  1. Install dependencies with yarn (or npm install)
  2. yarn start
  3. The script will update ../WAProto/WAProto.proto (except if something is broken)