@metamask-previews/notification-controller
Advanced tools
Comparing version 4.0.0-preview.3fbb6b41 to 4.0.1-preview.1ef189c
@@ -9,2 +9,6 @@ # Changelog | ||
## [4.0.1] | ||
### Changed | ||
- Bump `@metamask/base-controller` to `^4.0.1` ([#3695](https://github.com/MetaMask/core/pull/3695)) | ||
## [4.0.0] | ||
@@ -60,3 +64,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.1...HEAD | ||
[4.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.0...@metamask/notification-controller@4.0.1 | ||
[4.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.3...@metamask/notification-controller@4.0.0 | ||
@@ -63,0 +68,0 @@ [3.1.3]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.2...@metamask/notification-controller@3.1.3 |
{ | ||
"name": "@metamask-previews/notification-controller", | ||
"version": "4.0.0-preview.3fbb6b41", | ||
"version": "4.0.1-preview.1ef189c", | ||
"description": "Manages display of notifications within MetaMask", | ||
@@ -25,2 +25,3 @@ "keywords": [ | ||
"build:docs": "typedoc", | ||
"changelog:update": "../../scripts/update-changelog.sh @metamask/notification-controller", | ||
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/notification-controller", | ||
@@ -34,8 +35,8 @@ "publish:preview": "yarn npm publish --tag preview", | ||
"dependencies": { | ||
"@metamask/base-controller": "^4.0.0", | ||
"@metamask/utils": "^8.2.0", | ||
"@metamask/base-controller": "^4.1.0", | ||
"@metamask/utils": "^8.3.0", | ||
"nanoid": "^3.1.31" | ||
}, | ||
"devDependencies": { | ||
"@metamask/auto-changelog": "^3.4.3", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@types/jest": "^27.4.1", | ||
@@ -42,0 +43,0 @@ "deepmerge": "^4.2.2", |
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
23975
Updated@metamask/utils@^8.3.0