Skip to content

Releases: mr-zwets/bchn-api-wrapper

v1.0.1

28 Oct 14:21
Compare
Choose a tag to compare

Fix dependency list

Apparently while publishing the package to NPM the library's dependency list got screwed up.
This v1.0.1 release fixes the package.json dependency list and unpublishes v1.0.0 on NPM 😅

The cause was npm init with npm@9.5.1 where a bug adds optional dependencies as dependencies in the package.json...

v1.0.0

28 Oct 13:09
Compare
Choose a tag to compare

BCHN-API-Wrapper First Release

Version 1.0.0 release 🥳
The library is now available as a package on NPM at @mr-zwets/bchn-api-wrapper

Although the library is pretty new, the API is very limited in scope and shouldn't change anymore.

This project was created in response to the CashScript issue of using a long outdated library to interact with the BCHN RPC
"remove 'bitcoin-rpc-promise-retry' dependency" (CashScript/cashscript#223)