@metamask-previews/notification-services-controller 0.16.0-preview-5b9e9f05 → 0.17.0-preview-3abe3688
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 +15 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [0.17.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- **BREAKING:** Bump depenency `firebase` from `^10.11.0` to `^11.2.0` ([#5196](https://github.com/MetaMask/core/pull/5196))
|
|
15
|
+
|
|
10
16
|
## [0.16.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -44,12 +50,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
44
50
|
|
|
45
51
|
## [0.12.1]
|
|
46
52
|
|
|
47
|
-
###
|
|
53
|
+
### Changed
|
|
54
|
+
|
|
55
|
+
- chore: Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
|
|
56
|
+
|
|
57
|
+
### Fixed
|
|
48
58
|
|
|
49
|
-
- fix:
|
|
50
|
-
-
|
|
51
|
-
- Release 233.0.0 ([#4862](https://github.com/MetaMask/core/pull/4862))
|
|
52
|
-
- chore: Bump `@metamask/utils` ([#4831](https://github.com/MetaMask/core/pull/4831))
|
|
59
|
+
- fix: allow snap notifications to be visbible when controller is disabled ([#4890](https://github.com/MetaMask/core/pull/4890))
|
|
60
|
+
- Most notification services are switched off when the controller is disabled, but since snaps are "local notifications", they need to be visible irrespective to the controller disabled state.
|
|
53
61
|
|
|
54
62
|
## [0.12.0]
|
|
55
63
|
|
|
@@ -274,7 +282,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
274
282
|
|
|
275
283
|
- Initial release
|
|
276
284
|
|
|
277
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.
|
|
285
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.17.0...HEAD
|
|
286
|
+
[0.17.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.16.0...@metamask/notification-services-controller@0.17.0
|
|
278
287
|
[0.16.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.15.0...@metamask/notification-services-controller@0.16.0
|
|
279
288
|
[0.15.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.14.0...@metamask/notification-services-controller@0.15.0
|
|
280
289
|
[0.14.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@0.13.0...@metamask/notification-services-controller@0.14.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.17.0-preview-3abe3688",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"@metamask/controller-utils": "^11.4.5",
|
|
105
105
|
"@metamask/utils": "^11.0.1",
|
|
106
106
|
"bignumber.js": "^9.1.2",
|
|
107
|
-
"firebase": "^
|
|
107
|
+
"firebase": "^11.2.0",
|
|
108
108
|
"loglevel": "^1.8.1",
|
|
109
109
|
"uuid": "^8.3.2"
|
|
110
110
|
},
|