@metamask-previews/notification-services-controller 18.2.0-preview-44207a4 → 18.3.0-preview-e8868d87
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 +9 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,10 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [18.3.0]
|
|
11
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add exported util `isVersionInBounds` to validate version number is in bounds ([#6793](https://github.com/MetaMask/core/pull/6793))
|
|
13
15
|
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
|
19
|
+
- Bump `@metamask/controller-utils` from `^11.14.0` to `^11.14.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
|
20
|
+
|
|
14
21
|
## [18.2.0]
|
|
15
22
|
|
|
16
23
|
### Added
|
|
@@ -569,7 +576,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
569
576
|
|
|
570
577
|
- Initial release
|
|
571
578
|
|
|
572
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.
|
|
579
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.3.0...HEAD
|
|
580
|
+
[18.3.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.2.0...@metamask/notification-services-controller@18.3.0
|
|
573
581
|
[18.2.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.1.0...@metamask/notification-services-controller@18.2.0
|
|
574
582
|
[18.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@18.0.0...@metamask/notification-services-controller@18.1.0
|
|
575
583
|
[18.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-services-controller@17.0.0...@metamask/notification-services-controller@18.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/notification-services-controller",
|
|
3
|
-
"version": "18.
|
|
3
|
+
"version": "18.3.0-preview-e8868d87",
|
|
4
4
|
"description": "Manages New MetaMask decentralized Notification system",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
},
|
|
111
111
|
"dependencies": {
|
|
112
112
|
"@contentful/rich-text-html-renderer": "^16.5.2",
|
|
113
|
-
"@metamask/base-controller": "^8.4.
|
|
114
|
-
"@metamask/controller-utils": "^11.14.
|
|
113
|
+
"@metamask/base-controller": "^8.4.1",
|
|
114
|
+
"@metamask/controller-utils": "^11.14.1",
|
|
115
115
|
"@metamask/utils": "^11.8.1",
|
|
116
116
|
"bignumber.js": "^9.1.2",
|
|
117
117
|
"firebase": "^11.2.0",
|
|
@@ -123,8 +123,8 @@
|
|
|
123
123
|
"@lavamoat/allow-scripts": "^3.0.4",
|
|
124
124
|
"@lavamoat/preinstall-always-fail": "^2.1.0",
|
|
125
125
|
"@metamask/auto-changelog": "^3.4.4",
|
|
126
|
-
"@metamask/keyring-controller": "^23.1.
|
|
127
|
-
"@metamask/profile-sync-controller": "^25.1.
|
|
126
|
+
"@metamask/keyring-controller": "^23.1.1",
|
|
127
|
+
"@metamask/profile-sync-controller": "^25.1.1",
|
|
128
128
|
"@types/jest": "^27.4.1",
|
|
129
129
|
"@types/readable-stream": "^2.3.0",
|
|
130
130
|
"@types/semver": "^7",
|