README: clarify web-stream-tools version to install for TypeScript projects [skip ci]

This commit is contained in:
larabr 2024-02-19 13:52:30 +01:00
parent 7003d19c71
commit 17bbab44c9

View File

@ -174,10 +174,10 @@ To offload cryptographic operations off the main thread, you can implement a Web
#### TypeScript
Since TS is not fully integrated in the library, TS-only dependencies are currently listed as `devDependencies`, so to compile the project youll need to add `@openpgp/web-stream-tools` manually:
Since TS is not fully integrated in the library, TS-only dependencies are currently listed as `devDependencies`, so to compile the project youll need to add `@openpgp/web-stream-tools` manually (NB: only versions below v0.12 are compatible with OpenPGP.js v5):
```sh
npm install --save-dev @openpgp/web-stream-tools
npm install --save-dev @openpgp/web-stream-tools@0.0.11-patch-0
```
If you notice missing or incorrect type definitions, feel free to open a PR.