@metamask/base-controller
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -10,2 +10,8 @@ # Changelog | ||
## [5.0.1] | ||
### Fixed | ||
- Fix `types` field in `package.json` ([#4047](https://github.com/MetaMask/core/pull/4047)) | ||
## [5.0.0] | ||
@@ -199,3 +205,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@5.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/base-controller@5.0.1...HEAD | ||
[5.0.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@5.0.0...@metamask/base-controller@5.0.1 | ||
[5.0.0]: https://github.com/MetaMask/core/compare/@metamask/base-controller@4.1.1...@metamask/base-controller@5.0.0 | ||
@@ -202,0 +209,0 @@ [4.1.1]: https://github.com/MetaMask/core/compare/@metamask/base-controller@4.1.0...@metamask/base-controller@4.1.1 |
{ | ||
"name": "@metamask/base-controller", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "Provides scaffolding for controllers as well a communication system for all controllers", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
@@ -30,0 +30,0 @@ "dist/" |
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
289419
0