From 1d80b205a6b40139a49ad55d3bd0ba0777b2ddf6 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Tue, 29 Oct 2024 17:43:38 +0100 Subject: [PATCH] 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. --- deltachat-jsonrpc/typescript/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/deltachat-jsonrpc/typescript/package.json b/deltachat-jsonrpc/typescript/package.json index 3f6e3919d..cae81d4b1 100644 --- a/deltachat-jsonrpc/typescript/package.json +++ b/deltachat-jsonrpc/typescript/package.json @@ -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",