@metamask-previews/notification-controller
Advanced tools
Comparing version 4.0.2-preview.eb2135e to 5.0.1-preview-45016927
@@ -10,2 +10,20 @@ # Changelog | ||
## [5.0.1] | ||
### Fixed | ||
- Fix `types` field in `package.json` ([#4047](https://github.com/MetaMask/core/pull/4047)) | ||
## [5.0.0] | ||
### Added | ||
- **BREAKING**: Add ESM build ([#3998](https://github.com/MetaMask/core/pull/3998)) | ||
- It's no longer possible to import files from `./dist` directly. | ||
### Changed | ||
- **BREAKING:** Bump `@metamask/base-controller` to `^5.0.0` ([#4039](https://github.com/MetaMask/core/pull/4039)) | ||
- This version has a number of breaking changes. See the changelog for more. | ||
## [4.0.2] | ||
@@ -96,3 +114,5 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.2...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.1...HEAD | ||
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@5.0.0...@metamask/notification-controller@5.0.1 | ||
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.2...@metamask/notification-controller@5.0.0 | ||
[4.0.2]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.1...@metamask/notification-controller@4.0.2 | ||
@@ -99,0 +119,0 @@ [4.0.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@4.0.0...@metamask/notification-controller@4.0.1 |
{ | ||
"name": "@metamask-previews/notification-controller", | ||
"version": "4.0.2-preview.eb2135e", | ||
"version": "5.0.1-preview-45016927", | ||
"description": "Manages display of notifications within MetaMask", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
@@ -45,3 +45,3 @@ "dist/" | ||
"dependencies": { | ||
"@metamask/base-controller": "^4.1.1", | ||
"@metamask/base-controller": "^5.0.1", | ||
"@metamask/utils": "^8.3.0", | ||
@@ -48,0 +48,0 @@ "nanoid": "^3.1.31" |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
80268
0
+ Added@metamask/base-controller@5.0.2(transitive)
- Removed@metamask/base-controller@4.1.1(transitive)