Samourai-Wallet / samourai-dojo

End-to-end bitcoin wallet backing server for powering Samourai Wallet and other light wallets
https://samouraiwallet.com/dojo
Other
168 stars 78 forks source link

refactor: update zeromq dependency version #182

Open kayevo opened 4 months ago

kayevo commented 4 months ago

information: OS version: macOS Sonoma 14.4.1 node.js version: 20.12.0

correction: the zeromq dependency is falling when trying to install it with the code: npm install zeromq@x.x.x or npm install

so I updated from the old version: 4.2.0 to the new stable version: ^5.3.1

documentation: zeromq documentation: https://github.com/zeromq/zeromq.js/tree/5.x