refactor(@deltachat/stdio-rpc-server): use old school require instead of the experimental json import (#5628)

to get rid of warning. Should also make it possible to use nodejs versions older than 20.11.
This commit is contained in:
Simon Laux
2024-06-07 23:34:12 +02:00
committed by GitHub
parent 9c2526bbdd
commit d412887bf4
2 changed files with 7 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ This simplifies cross-compilation and even reduces binary size (no CFFI layer an
## Usage
> The **minimum** nodejs version for this package is `20.11`
> The **minimum** nodejs version for this package is `16`
```
npm i @deltachat/stdio-rpc-server @deltachat/jsonrpc-client