sdk: add ws module to package.json

This commit is contained in:
Will O'Beirne 2023-07-24 13:28:56 -05:00
parent 80bd734cc1
commit f2aa0276f7
No known key found for this signature in database
GPG key ID: D1F2E3410347C62D

View file

@ -32,7 +32,8 @@
},
"homepage": "https://github.com/simplex-chat/simplex-chat/packages/simplex-chat-client/typescript#readme",
"dependencies": {
"isomorphic-ws": "^4.0.1"
"isomorphic-ws": "^4.0.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@types/jest": "^27.5.1",