@metamask/polling-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] | ||
@@ -113,3 +119,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@6.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@6.0.1...HEAD | ||
[6.0.1]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@6.0.0...@metamask/polling-controller@6.0.1 | ||
[6.0.0]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@5.0.1...@metamask/polling-controller@6.0.0 | ||
@@ -116,0 +123,0 @@ [5.0.1]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@5.0.0...@metamask/polling-controller@5.0.1 |
{ | ||
"name": "@metamask/polling-controller", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "Polling Controller is the base for controllers that polling by networkClientId", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"types": "./dist/types/index.d.ts", | ||
"files": [ | ||
@@ -45,5 +45,5 @@ "dist/" | ||
"dependencies": { | ||
"@metamask/base-controller": "^5.0.0", | ||
"@metamask/controller-utils": "^9.0.0", | ||
"@metamask/network-controller": "^18.0.0", | ||
"@metamask/base-controller": "^5.0.1", | ||
"@metamask/controller-utils": "^9.0.1", | ||
"@metamask/network-controller": "^18.0.1", | ||
"@metamask/utils": "^8.3.0", | ||
@@ -50,0 +50,0 @@ "@types/uuid": "^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
123889
0
+ Added@types/node@22.9.4(transitive)
+ Addedundici-types@6.19.8(transitive)
- Removed@types/node@22.10.0(transitive)
- Removedundici-types@6.20.0(transitive)