Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

v2.0.0

Latest
Compare
Choose a tag to compare
@nhartner nhartner released this 21 Dec 18:24
1d8d293

@paystring/utils now works in the browser. The jose library dependency has been updated from v1 to v3.5.0. As a result of this upgrade, the various sign, inspect and verify functions related to V.PayString are now async and return Promises. The type within promise is the same as was previously returned by these functions. As such, this is a backward breaking change. Clients will need to update their code to properly resolve the promise.