Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

6.1.0

Compare
Choose a tag to compare
@rekmarks rekmarks released this 20 Nov 17:16
· 59 commits to main since this release
ec2e829

Added

  • Add PendingJsonRpcResponse interface for use in middleware (#75)

Changed

  • Use async/await and try/catch instead of Promise methods everywhere (#74)
    • Consumers may notice improved stack traces on certain platforms.