@metamask-previews/notification-services-controller 24.1.3-preview-8633f7f2a → 24.1.3-preview-153490ebd
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 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
17
17
|
- Agentic CLI notification delivery is gated by the Agentic backend using AUS `agenticCli` preferences; `NotificationServicesController` does not filter Agentic CLI notifications at fetch time (same as `perps` and `socialAI`) ([#8933](https://github.com/MetaMask/core/pull/8933))
|
|
18
18
|
|
|
19
19
|
- Bump `@metamask/utils` from `^11.9.0` to `^11.11.0` ([#9074](https://github.com/MetaMask/core/pull/9074))
|
|
20
|
-
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.
|
|
20
|
+
- Bump `@metamask/controller-utils` from `^12.1.1` to `^12.2.0` ([#9083](https://github.com/MetaMask/core/pull/9083))
|
|
21
21
|
- Bump `@metamask/profile-sync-controller` from `^28.1.1` to `^28.2.0` ([#9119](https://github.com/MetaMask/core/pull/9119))
|
|
22
22
|
- Bump `@metamask/keyring-controller` from `^27.0.0` to `^27.1.0` ([#9129](https://github.com/MetaMask/core/pull/9129))
|
|
23
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "24.1.3-preview-
|
|
3
|
+
"version": "24.1.3-preview-153490ebd",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
109
109
|
"@metamask/authenticated-user-storage": "^2.0.0",
|
|
110
110
|
"@metamask/base-controller": "^9.1.0",
|
|
111
|
-
"@metamask/controller-utils": "^12.
|
|
111
|
+
"@metamask/controller-utils": "^12.2.0",
|
|
112
112
|
"@metamask/keyring-controller": "^27.1.0",
|
|
113
113
|
"@metamask/messenger": "^1.2.0",
|
|
114
114
|
"@metamask/profile-sync-controller": "^28.2.0",
|