@metamask/notification-services-controller 0.13.0 → 0.15.0
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 +23 -1
- package/package.json +7 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.15.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump peer dependency `@metamask/profile-sync-controller` from `^2.0.0` to `^3.0.0` ([#5012](https://github.com/MetaMask/core/pull/5012))
|
|
15
|
+
- Bump `@metamask/controller-utils` from `^11.4.3` to `^11.4.4` ([#5012](https://github.com/MetaMask/core/pull/5012))
|
|
16
|
+
|
|
17
|
+
### Fixed
|
|
18
|
+
|
|
19
|
+
- Correct ESM-compatible build so that imports of the following packages that re-export other modules via `export *` are no longer corrupted: ([#5011](https://github.com/MetaMask/core/pull/5011))
|
|
20
|
+
- `loglevel`
|
|
21
|
+
- `nock`
|
|
22
|
+
|
|
23
|
+
## [0.14.0]
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- **BREAKING:** Bump `@metamask/keyring-controller` peer dependency from `^18.0.0` to `^19.0.0` ([#4195](https://github.com/MetaMask/core/pull/4956))
|
|
28
|
+
- **BREAKING:** Bump `@metamask/profile-sync-controller` peer dependency from `^1.0.0` to `^2.0.0` ([#4195](https://github.com/MetaMask/core/pull/4956))
|
|
29
|
+
|
|
10
30
|
## [0.13.0]
|
|
11
31
|
|
|
12
32
|
### Changed
|
|
@@ -247,7 +267,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
247
267
|
|
|
248
268
|
- Initial release
|
|
249
269
|
|
|
250
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.
|
|
270
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.15.0...HEAD
|
|
271
|
+
[0.15.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.14.0...@metamask/notification-services-controller@0.15.0
|
|
272
|
+
[0.14.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.13.0...@metamask/notification-services-controller@0.14.0
|
|
251
273
|
[0.13.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.12.1...@metamask/notification-services-controller@0.13.0
|
|
252
274
|
[0.12.1]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.12.0...@metamask/notification-services-controller@0.12.1
|
|
253
275
|
[0.12.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.11.0...@metamask/notification-services-controller@0.12.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/notification-services-controller",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.15.0",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"dependencies": {
|
|
102
102
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
103
103
|
"@metamask/base-controller": "^7.0.2",
|
|
104
|
-
"@metamask/controller-utils": "^11.4.
|
|
104
|
+
"@metamask/controller-utils": "^11.4.4",
|
|
105
105
|
"@metamask/utils": "^10.0.0",
|
|
106
106
|
"bignumber.js": "^9.1.2",
|
|
107
107
|
"firebase": "^10.11.0",
|
|
@@ -110,9 +110,10 @@
|
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@lavamoat/allow-scripts": "^3.0.4",
|
|
113
|
+
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
113
114
|
"@metamask/auto-changelog": "^3.4.4",
|
|
114
|
-
"@metamask/keyring-controller": "^
|
|
115
|
-
"@metamask/profile-sync-controller": "^
|
|
115
|
+
"@metamask/keyring-controller": "^19.0.1",
|
|
116
|
+
"@metamask/profile-sync-controller": "^3.0.0",
|
|
116
117
|
"@types/jest": "^27.4.1",
|
|
117
118
|
"@types/readable-stream": "^2.3.0",
|
|
118
119
|
"contentful": "^10.15.0",
|
|
@@ -126,8 +127,8 @@
|
|
|
126
127
|
"typescript": "~5.2.2"
|
|
127
128
|
},
|
|
128
129
|
"peerDependencies": {
|
|
129
|
-
"@metamask/keyring-controller": "^
|
|
130
|
-
"@metamask/profile-sync-controller": "^
|
|
130
|
+
"@metamask/keyring-controller": "^19.0.0",
|
|
131
|
+
"@metamask/profile-sync-controller": "^3.0.0"
|
|
131
132
|
},
|
|
132
133
|
"engines": {
|
|
133
134
|
"node": "^18.18 || >=20"
|