@metamask-previews/notification-controller
Advanced tools
Comparing version 5.0.1-preview-ff0abae to 6.0.0-preview-5dd046d
@@ -10,2 +10,15 @@ # Changelog | ||
## [6.0.0] | ||
### Changed | ||
- **BREAKING:** Bump minimum Node version to 18.18 ([#3611](https://github.com/MetaMask/core/pull/3611)) | ||
- Bump `@metamask/base-controller` to `^6.0.0` ([#4352](https://github.com/MetaMask/core/pull/4352)) | ||
## [5.0.2] | ||
### Changed | ||
- Bump `@metamask/base-controller` to `^5.0.2` ([#4232](https://github.com/MetaMask/core/pull/4232)) | ||
## [5.0.1] | ||
@@ -114,3 +127,5 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@6.0.0...HEAD | ||
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.2...@metamask/notification-controller@6.0.0 | ||
[5.0.2]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.1...@metamask/notification-controller@5.0.2 | ||
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.0...@metamask/notification-controller@5.0.1 | ||
@@ -117,0 +132,0 @@ [5.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.2...@metamask/notification-controller@5.0.0 |
{ | ||
"name": "@metamask-previews/notification-controller", | ||
"version": "5.0.1-preview-ff0abae", | ||
"version": "6.0.0-preview-5dd046d", | ||
"description": "Manages display of notifications within MetaMask", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^5.0.2", | ||
"@metamask/base-controller": "^6.0.0", | ||
"@metamask/utils": "^8.3.0", | ||
@@ -60,3 +60,3 @@ "nanoid": "^3.1.31" | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": "^18.18 || >=20" | ||
}, | ||
@@ -63,0 +63,0 @@ "publishConfig": { |
78876
+ Added@metamask/base-controller@6.0.3(transitive)
+ Added@metamask/utils@9.3.0(transitive)
- Removed@metamask/base-controller@5.0.2(transitive)