@metamask-previews/notification-services-controller 24.2.0-preview-1bd5239bf → 24.3.0-preview-2855dbf4e
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 +8 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [24.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add `DEFAULT_PRICE_ALERT_PREFERENCES` and initialize `priceAlerts` when building fresh notification preferences via `NotificationServicesController` ([#9316](https://github.com/MetaMask/core/pull/9316))
|
|
13
15
|
- Re-export `DEFAULT_PRICE_ALERT_PREFERENCES` from `@metamask/authenticated-user-storage`.
|
|
14
16
|
|
|
17
|
+
### Changed
|
|
18
|
+
|
|
19
|
+
- Bump `@metamask/authenticated-user-storage` from `^2.1.0` to `^3.0.0` ([#9348](https://github.com/MetaMask/core/pull/9348))
|
|
20
|
+
|
|
15
21
|
## [24.2.0]
|
|
16
22
|
|
|
17
23
|
### Added
|
|
@@ -791,7 +797,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
791
797
|
|
|
792
798
|
- Initial release
|
|
793
799
|
|
|
794
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.
|
|
800
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.3.0...HEAD
|
|
801
|
+
[24.3.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.2.0...@metamask/notification-services-controller@24.3.0
|
|
795
802
|
[24.2.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.3...@metamask/notification-services-controller@24.2.0
|
|
796
803
|
[24.1.3]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.2...@metamask/notification-services-controller@24.1.3
|
|
797
804
|
[24.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@24.1.1...@metamask/notification-services-controller@24.1.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.3.0-preview-2855dbf4e",
|
|
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": "^
|
|
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",
|