@metamask-previews/notification-services-controller 23.0.1-preview-a560ee403 → 23.0.1-preview-4d8fce273
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
|
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
10
10
|
### Changed
|
|
11
11
|
|
|
12
12
|
- Bump `@metamask/profile-sync-controller` from `^28.0.1` to `^28.0.2` ([#8325](https://github.com/MetaMask/core/pull/8325))
|
|
13
|
+
- Bump `@metamask/controller-utils` from `^11.19.0` to `^11.20.0` ([#8344](https://github.com/MetaMask/core/pull/8344))
|
|
13
14
|
|
|
14
15
|
## [23.0.1]
|
|
15
16
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "23.0.1-preview-
|
|
3
|
+
"version": "23.0.1-preview-4d8fce273",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"dependencies": {
|
|
105
105
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
106
106
|
"@metamask/base-controller": "^9.0.1",
|
|
107
|
-
"@metamask/controller-utils": "^11.
|
|
107
|
+
"@metamask/controller-utils": "^11.20.0",
|
|
108
108
|
"@metamask/keyring-controller": "^25.1.1",
|
|
109
109
|
"@metamask/messenger": "^1.0.0",
|
|
110
110
|
"@metamask/profile-sync-controller": "^28.0.2",
|