@metamask-previews/notification-services-controller 25.0.0-preview-1f6071cd8 → 25.0.0-preview-8fd5dfabc
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 +0 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
-
### Changed
|
|
11
|
-
|
|
12
|
-
- Bump `@metamask/authenticated-user-storage` from `^3.0.0` to `^3.0.1` ([#9458](https://github.com/MetaMask/core/pull/9458))
|
|
13
|
-
|
|
14
10
|
### Fixed
|
|
15
11
|
|
|
16
12
|
- Update `isOnChainRawNotification` to detect on-chain notifications using the v4 `notification_type` discriminator instead of legacy payload field checks, fixing web push notification handling after the v4 API migration ([#9407](https://github.com/MetaMask/core/pull/9407))
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "25.0.0-preview-
|
|
3
|
+
"version": "25.0.0-preview-8fd5dfabc",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
109
|
-
"@metamask/authenticated-user-storage": "^3.0.
|
|
109
|
+
"@metamask/authenticated-user-storage": "^3.0.0",
|
|
110
110
|
"@metamask/base-controller": "^9.1.0",
|
|
111
111
|
"@metamask/controller-utils": "^12.3.0",
|
|
112
112
|
"@metamask/keyring-controller": "^27.1.0",
|