turt2live / matrix-bot-sdk

TypeScript/JavaScript SDK for Matrix bots
MIT License
199 stars 69 forks source link

Update to matrix-sdk-crypto-nodejs@0.1.0-beta.3 to support Node 19 #278

Closed Half-Shot closed 1 year ago

Half-Shot commented 1 year ago

This version fixes a bug that would have prevented the rust binary's from being downloaded successfully on Node 19.

jaller94 commented 1 year ago

PR that fixes the download: https://github.com/matrix-org/matrix-rust-sdk/pull/1164