@metamask-previews/notification-services-controller 0.18.0-preview-553ac792 → 0.19.0-preview-958adf52
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 +10 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.19.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Improve logic & dependencies between profile sync, auth, user storage & notifications ([#5275](https://github.com/MetaMask/core/pull/5275))
|
|
15
|
+
- Rename `ControllerMessenger` to `Messenger` ([#5242](https://github.com/MetaMask/core/pull/5242))
|
|
16
|
+
- Bump @metamask/utils to v11.1.0 ([#5223](https://github.com/MetaMask/core/pull/5223))
|
|
17
|
+
|
|
10
18
|
## [0.18.0]
|
|
11
19
|
|
|
12
20
|
### Changed
|
|
@@ -288,7 +296,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
288
296
|
|
|
289
297
|
- Initial release
|
|
290
298
|
|
|
291
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.
|
|
299
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.19.0...HEAD
|
|
300
|
+
[0.19.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.18.0...@metamask/notification-services-controller@0.19.0
|
|
292
301
|
[0.18.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.17.0...@metamask/notification-services-controller@0.18.0
|
|
293
302
|
[0.17.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.16.0...@metamask/notification-services-controller@0.17.0
|
|
294
303
|
[0.16.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.15.0...@metamask/notification-services-controller@0.16.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.19.0-preview-958adf52",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -113,7 +113,7 @@
|
|
|
113
113
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
114
114
|
"@metamask/auto-changelog": "^3.4.4",
|
|
115
115
|
"@metamask/keyring-controller": "^19.0.5",
|
|
116
|
-
"@metamask/profile-sync-controller": "^
|
|
116
|
+
"@metamask/profile-sync-controller": "^6.0.0",
|
|
117
117
|
"@types/jest": "^27.4.1",
|
|
118
118
|
"@types/readable-stream": "^2.3.0",
|
|
119
119
|
"contentful": "^10.15.0",
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
},
|
|
129
129
|
"peerDependencies": {
|
|
130
130
|
"@metamask/keyring-controller": "^19.0.0",
|
|
131
|
-
"@metamask/profile-sync-controller": "^
|
|
131
|
+
"@metamask/profile-sync-controller": "^6.0.0"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|
|
134
134
|
"node": "^18.18 || >=20"
|