This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
Releases: PayString/utils
Releases · PayString/utils
v2.0.0
@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.