Skip to content

Releases: MetaMask/eth-query

4.0.0

10 Nov 00:43
3b44472
Compare
Choose a tag to compare

Changed

  • BREAKING: Narrow type of provider to match SafeEventEmitterProvider from @metamask/eth-json-rpc-provider (#21)

3.0.1

21 Jul 21:18
d2a6cac
Compare
Choose a tag to compare

Fixed

  • Fix module in type definitions file to match name of package (#17)

3.0.0

21 Jul 20:37
d83f710
Compare
Choose a tag to compare

Added

  • First release of this package
    • This package, @metamask/eth-query, is derived from eth-query, whose last version at this time is 2.1.2. All changes listed below are in reference to this package.
  • Add TypeScript type definitions (#2, #12)

Changed

  • BREAKING: Enforce a minimum Node version of 16 (#7)
  • Make install scripts for dependencies opt-in via @lavamoat/allow-scripts (#5)