chore: update proto

This commit is contained in:
Adhiraj Singh
2022-02-12 19:48:46 +05:30
parent 3b756787d4
commit e4eaf2d2e4
5 changed files with 1372 additions and 354 deletions

View File

@@ -24,7 +24,7 @@
"build:tsc": "tsc",
"example": "node --inspect -r ts-node/register Example/example.ts",
"example:legacy": "node --inspect -r ts-node/register Example/example-legacy.ts",
"gen-protobuf": "bash src/BinaryNode/GenerateStatics.sh",
"gen-protobuf": "sh WAProto/GenerateStatics.sh",
"browser-decode": "yarn ts-node src/BrowserMessageDecoding.ts",
"lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",
"lint:fix": "eslint ./src --fix --ext .js,.ts,.jsx,.tsx"