mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
Support decoding disappearing messages + events bug fix
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
"build:docs": "typedoc",
|
||||
"build:tsc": "tsc",
|
||||
"example": "node --inspect -r ts-node/register Example/example.ts",
|
||||
"gen-protobuf": "ts-node src/Binary/GenerateStatics.ts",
|
||||
"gen-protobuf": "bash src/Binary/GenerateStatics.sh",
|
||||
"browser-decode": "npx ts-node src/BrowserMessageDecoding.ts"
|
||||
},
|
||||
"author": "Adhiraj Singh",
|
||||
@@ -43,6 +43,7 @@
|
||||
"pino-pretty": "^4.3.0",
|
||||
"protobufjs": "^6.10.1",
|
||||
"qrcode-terminal": "^0.12.0",
|
||||
"ts-protoc-gen": "^0.13.0",
|
||||
"ws": "^7.3.1"
|
||||
},
|
||||
"files": [
|
||||
@@ -58,8 +59,8 @@
|
||||
"assert": "^2.0.0",
|
||||
"dotenv": "^8.2.0",
|
||||
"mocha": "^8.1.3",
|
||||
"ts-node-dev": "^1.0.0-pre.61",
|
||||
"ts-node-dev": "^1.0.0",
|
||||
"typedoc": "^0.18.0",
|
||||
"typescript": "^3.9.7"
|
||||
"typescript": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user