@metamask-previews/notification-controller
Advanced tools
Comparing version 3.1.1-preview.f71e42f to 3.1.3-preview.3315781
@@ -9,2 +9,11 @@ # Changelog | ||
## [3.1.3] | ||
### Changed | ||
- Bump dependency on `@metamask/utils` to ^8.1.0 ([#1639](https://github.com/MetaMask/core/pull/1639)) | ||
- Bump dependency on `@metamask/base-controller` to ^3.2.3 | ||
## [3.1.2] | ||
### Changed | ||
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718)) | ||
## [3.1.1] | ||
@@ -45,3 +54,5 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.3...HEAD | ||
[3.1.3]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.2...@metamask/notification-controller@3.1.3 | ||
[3.1.2]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.1...@metamask/notification-controller@3.1.2 | ||
[3.1.1]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.1.0...@metamask/notification-controller@3.1.1 | ||
@@ -48,0 +59,0 @@ [3.1.0]: https://github.com/MetaMask/core/compare/@metamask/notification-controller@3.0.0...@metamask/notification-controller@3.1.0 |
{ | ||
"name": "@metamask-previews/notification-controller", | ||
"version": "3.1.1-preview.f71e42f", | ||
"version": "3.1.3-preview.3315781", | ||
"description": "Manages display of notifications within MetaMask", | ||
@@ -28,7 +28,8 @@ "keywords": [ | ||
"test": "jest", | ||
"test:clean": "jest --clearCache", | ||
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"@metamask/base-controller": "^3.2.1", | ||
"@metamask/utils": "^6.2.0", | ||
"@metamask/base-controller": "^3.2.3", | ||
"@metamask/utils": "^8.1.0", | ||
"immer": "^9.0.6", | ||
@@ -38,3 +39,3 @@ "nanoid": "^3.1.31" | ||
"devDependencies": { | ||
"@metamask/auto-changelog": "^3.1.0", | ||
"@metamask/auto-changelog": "^3.4.0", | ||
"@types/jest": "^27.4.1", | ||
@@ -44,5 +45,5 @@ "deepmerge": "^4.2.2", | ||
"ts-jest": "^27.1.4", | ||
"typedoc": "^0.22.15", | ||
"typedoc-plugin-missing-exports": "^0.22.6", | ||
"typescript": "~4.6.3" | ||
"typedoc": "^0.24.8", | ||
"typedoc-plugin-missing-exports": "^2.0.0", | ||
"typescript": "~4.8.4" | ||
}, | ||
@@ -49,0 +50,0 @@ "engines": { |
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
23245
364
326
+ Added@noble/hashes@1.6.1(transitive)
- Removed@metamask/utils@6.2.0(transitive)
- Removed@noble/hashes@1.6.0(transitive)
- Removedsuperstruct@1.0.4(transitive)
Updated@metamask/utils@^8.1.0