Skip to content

Commit

Permalink
Add Brotli decoding via brotli-dec-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Mar 27, 2024
1 parent 5698991 commit 4987c60
Show file tree
Hide file tree
Showing 4 changed files with 162 additions and 161 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.14.6",
"@types/websocket": "^1.0.5",
"@types/ws": "^8.5.10",
"husky": ">=6",
"jest": "^29.5.0",
"lint-staged": ">=10",
"prettier": "2.8.7",
"prettier-eslint": "^15.0.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.3",
"ts-proto": "^1.150.1",
"prettier-eslint": "^15.0.1"
"typescript": "^4.9.3"
},
"dependencies": {
"brotli-dec-wasm": "^2.1.0",
"buffer": "^6.0.3",
"events": "^3.3.0",
"ws": "^8.13.0",
"isomorphic-ws": "^5.0.0",
"long": "^5.2.3",
"protobufjs": "^7.2.4",
"websocket": "^1.0.34"
"ws": "^8.13.0"
},
"files": [
"/dist"
Expand Down
Loading

0 comments on commit 4987c60

Please sign in to comment.