mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
sdk: add ws module to package.json
This commit is contained in:
parent
80bd734cc1
commit
f2aa0276f7
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue