mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 18:36:30 +03:00
fix: building of npm package @deltachat/jsonrpc-client
typescript complained about different implementations of AbortSignal. I think it makes sense to reduce dependencies in the future by splitting of the websocket transport into a dedicated npm package.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"@types/chai": "^4.2.21",
|
||||
"@types/chai-as-promised": "^7.1.5",
|
||||
"@types/mocha": "^9.0.0",
|
||||
"@types/node": "^18.19.60",
|
||||
"@types/ws": "^7.2.4",
|
||||
"c8": "^7.10.0",
|
||||
"chai": "^4.3.4",
|
||||
|
||||
Reference in New Issue
Block a user