Merge branch 'master' into pr/2472

This commit is contained in:
Adhiraj Singh
2023-03-02 15:22:46 +05:30
20 changed files with 1020 additions and 871 deletions

View File

@@ -24,8 +24,8 @@
"build:tsc": "tsc",
"example": "node --inspect -r ts-node/register Example/example.ts",
"gen:protobuf": "sh WAProto/GenerateStatics.sh",
"lint": "eslint ./src --ext .js,.ts,.jsx,.tsx",
"lint:fix": "eslint ./src --fix --ext .js,.ts,.jsx,.tsx"
"lint": "eslint . --ext .js,.ts,.jsx,.tsx",
"lint:fix": "eslint . --fix --ext .js,.ts,.jsx,.tsx"
},
"author": "Adhiraj Singh",
"license": "MIT",
@@ -34,7 +34,7 @@
},
"dependencies": {
"@hapi/boom": "^9.1.3",
"axios": "^0.24.0",
"axios": "^1.3.3",
"futoin-hkdf": "^1.5.1",
"libsignal": "git+https://github.com/adiwajshing/libsignal-node",
"music-metadata": "^7.12.3",