@metamask-previews/notification-services-controller 0.15.0-preview-62a75dc → 0.16.0-preview-ca1f35f
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 +5 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,8 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.16.0]
|
|
11
|
+
|
|
10
12
|
### Changed
|
|
11
13
|
|
|
14
|
+
- **BREAKING:** Bump peer dependency `@metamask/profile-sync-controller` from `^3.0.0` to `^4.0.0` ([#5140](https://github.com/MetaMask/core/pull/5140))
|
|
12
15
|
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079))
|
|
13
16
|
|
|
14
17
|
## [0.15.0]
|
|
@@ -271,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
271
274
|
|
|
272
275
|
- Initial release
|
|
273
276
|
|
|
274
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.
|
|
277
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.16.0...HEAD
|
|
278
|
+
[0.16.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.15.0...@metamask/notification-services-controller@0.16.0
|
|
275
279
|
[0.15.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.14.0...@metamask/notification-services-controller@0.15.0
|
|
276
280
|
[0.14.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.13.0...@metamask/notification-services-controller@0.14.0
|
|
277
281
|
[0.13.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.12.1...@metamask/notification-services-controller@0.13.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.16.0-preview-ca1f35f",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -112,8 +112,8 @@
|
|
|
112
112
|
"@lavamoat/allow-scripts": "^3.0.4",
|
|
113
113
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
114
114
|
"@metamask/auto-changelog": "^3.4.4",
|
|
115
|
-
"@metamask/keyring-controller": "^19.0.
|
|
116
|
-
"@metamask/profile-sync-controller": "^
|
|
115
|
+
"@metamask/keyring-controller": "^19.0.3",
|
|
116
|
+
"@metamask/profile-sync-controller": "^4.0.1",
|
|
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": "^4.0.0"
|
|
132
132
|
},
|
|
133
133
|
"engines": {
|
|
134
134
|
"node": "^18.18 || >=20"
|