Skip to content

168.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 17:31
ea5e923

@metamask/notification-services-controller 0.1.1

Added

  • export defaultState for NotificationServicesController and NotificationServicesPushController. (#4441)

  • export NOTIFICATION_CHAINS_ID which is a const-asserted version of NOTIFICATION_CHAINS (#4441)

  • export NOTIFICATION_NETWORK_CURRENCY_NAME and NOTIFICATION_NETWORK_CURRENCY_SYMBOL. Allows consistent currency names and symbols for supported notification services (#4441)

  • add isPushIntegrated as an optional env property in the NotificationServicesController constructor (defaults to true) (#4441)

Fixed

  • NotificationServicesPushController - removed global self calls for mobile compatibility (#4441)

@metamask/profile-sync-controller 0.1.1

Added

  • export defaultState for AuthenticationController and UserStorageController. (#4441)

Changed

  • AuthType, Env, Platform are changed from const enums to enums (#4441)