@metamask-previews/notification-services-controller 21.0.0-preview-d24ded2 → 21.0.0-preview-e776a73

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
  - 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.
18
18
  - 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.
19
19
  - Modified background push utilities to handle more edgecases and not throw errors ([#7275](https://github.com/MetaMask/core/pull/7275))
20
+ - Bump `@metamask/controller-utils` from `^11.16.0` to `^11.17.0` ([#7534](https://github.com/MetaMask/core/pull/7534))
20
21
 
21
22
  ### Fixed
22
23
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/notification-services-controller",
3
- "version": "21.0.0-preview-d24ded2",
3
+ "version": "21.0.0-preview-e776a73",
4
4
  "description": "Manages New MetaMask decentralized Notification system",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -112,7 +112,7 @@
112
112
  "dependencies": {
113
113
  "@contentful/rich-text-html-renderer": "^16.5.2",
114
114
  "@metamask/base-controller": "^9.0.0",
115
- "@metamask/controller-utils": "^11.16.0",
115
+ "@metamask/controller-utils": "^11.17.0",
116
116
  "@metamask/keyring-controller": "^25.0.0",
117
117
  "@metamask/messenger": "^0.3.0",
118
118
  "@metamask/profile-sync-controller": "^27.0.0",