@metamask-previews/notification-controller
Advanced tools
Comparing version 4.0.1-preview.fa529884 to 4.0.2-preview.2431602
@@ -9,2 +9,7 @@ # Changelog | ||
## [4.0.2] | ||
### Changed | ||
- Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769)) | ||
- Bump `@metamask/base-controller` to `^4.1.1` ([#3760](https://github.com/MetaMask/core/pull/3760), [#3821](https://github.com/MetaMask/core/pull/3821)) | ||
## [4.0.1] | ||
@@ -64,3 +69,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.2...HEAD | ||
[4.0.2]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.1...@metamask/notification-controller@4.0.2 | ||
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.0...@metamask/notification-controller@4.0.1 | ||
@@ -67,0 +73,0 @@ [4.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.3...@metamask/notification-controller@4.0.0 |
{ | ||
"name": "@metamask-previews/notification-controller", | ||
"version": "4.0.1-preview.fa529884", | ||
"version": "4.0.2-preview.2431602", | ||
"description": "Manages display of notifications within MetaMask", | ||
@@ -34,4 +34,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^4.0.1", | ||
"@metamask/utils": "^8.2.0", | ||
"@metamask/base-controller": "^4.1.1", | ||
"@metamask/utils": "^8.3.0", | ||
"nanoid": "^3.1.31" | ||
@@ -38,0 +38,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24376
Updated@metamask/utils@^8.3.0