@metamask-previews/notification-services-controller 22.0.0-preview-511b467 → 22.0.0-preview-a891ec3b5
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.
- package/CHANGELOG.md +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
11
11
|
|
|
12
12
|
- Debounce `KeyringController:stateChange` handler to reduce redundant notification subscription calls during rapid account syncing ([#7980](https://github.com/MetaMask/core/pull/7980))
|
|
13
13
|
- Filter out Product Account announcements notifications older than 3 months ([#7884](https://github.com/MetaMask/core/pull/7884))
|
|
14
|
+
- Bump `@metamask/controller-utils` from `^11.18.0` to `^11.19.0` ([#7995](https://github.com/MetaMask/core/pull/7995))
|
|
14
15
|
|
|
15
16
|
## [22.0.0]
|
|
16
17
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "22.0.0-preview-
|
|
3
|
+
"version": "22.0.0-preview-a891ec3b5",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"dependencies": {
|
|
103
103
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
104
104
|
"@metamask/base-controller": "^9.0.0",
|
|
105
|
-
"@metamask/controller-utils": "^11.
|
|
105
|
+
"@metamask/controller-utils": "^11.19.0",
|
|
106
106
|
"@metamask/keyring-controller": "^25.1.0",
|
|
107
107
|
"@metamask/messenger": "^0.3.0",
|
|
108
108
|
"@metamask/profile-sync-controller": "^27.1.0",
|