@metamask/approval-controller
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -10,2 +10,8 @@ # Changelog | ||
## [6.0.1] | ||
### Fixed | ||
- Fix `types` field in `package.json` ([#4047](https://github.com/MetaMask/core/pull/4047)) | ||
## [6.0.0] | ||
@@ -184,3 +190,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@6.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@6.0.1...HEAD | ||
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@6.0.0...@metamask/approval-controller@6.0.1 | ||
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@5.1.3...@metamask/approval-controller@6.0.0 | ||
@@ -187,0 +194,0 @@ [5.1.3]: https://github.com/MetaMask/core/compare/@metamask/approval-controller@5.1.2...@metamask/approval-controller@5.1.3 |
{ | ||
"name": "@metamask/approval-controller", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Manages requests that require user approval", | ||
@@ -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": "^5.0.0", | ||
"@metamask/base-controller": "^5.0.1", | ||
"@metamask/rpc-errors": "^6.2.1", | ||
@@ -48,0 +48,0 @@ "@metamask/utils": "^8.3.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
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
228520
0