bitcoinjs / bitcoinjs-lib

A javascript Bitcoin library for node.js and browsers.
MIT License
5.72k stars 2.11k forks source link

Installation defaults to latest release candidate #2176

Closed landabaso closed 1 month ago

landabaso commented 1 month ago

When running npm install bitcoinjs-lib, it defaults to installing the latest release candidate rather than the latest stable release.

Is this intentional, or was there perhaps a mix-up during the publishing process on npmjs? If this behavior is intentional, please close this issue. 👍

junderw commented 1 month ago

It was intentional insofar as I want people to try it, and anyone making an application will likely already have a major-locked dependency in their package file and shouldn't be affected.

It's only rc because I want to leave it open to make any breaking fixes. (The removal of Buffer and addition of ESM is a bit of a weird change and I forsee some weird bugs around there that require a breaking fix)