Skip to content

702.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Dec 10:51
6bef320

@metamask/gator-permissions-controller 0.7.0

Added

  • Refresh gator permissions map after revocation state change (#7235)
  • Add submitDirectRevocation method for already-disabled delegations that don't require an on-chain transaction (#7244)

Changed

  • Move peer dependencies for controller and service packages to direct dependencies (#7209, #7220, #7236, #7257)
    • The dependencies moved are:
      • @metamask/snaps-controllers (^14.0.1)
      • @metamask/transaction-controller (^62.3.1)
    • In clients, it is now possible for multiple versions of these packages to exist in the dependency tree.
      • For example, this scenario would be valid: a client relies on @metamask/controller-a 1.0.0 and @metamask/controller-b 1.0.0, and @metamask/controller-b depends on @metamask/controller-a 1.1.0.
    • Note, however, that the versions specified in the client's package.json always "win", and you are expected to keep them up to date so as not to break controller and service intercommunication.