@metamask/polling-controller
Advanced tools
Comparing version 0.0.0 to 0.1.0
@@ -9,2 +9,7 @@ # Changelog | ||
[Unreleased]: https://github.com/MetaMask/core/ | ||
## [0.1.0] | ||
### Added | ||
- Initial release | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/polling-controller@0.1.0...HEAD | ||
[0.1.0]: https://github.com/MetaMask/core/releases/tag/@metamask/polling-controller@0.1.0 |
{ | ||
"name": "@metamask/polling-controller", | ||
"version": "0.0.0", | ||
"version": "0.1.0", | ||
"description": "Polling Controller is the base for controllers that polling by networkClientId", | ||
@@ -28,9 +28,10 @@ "keywords": [ | ||
"test": "jest", | ||
"test:clean": "jest --clearCache", | ||
"test:watch": "jest --watch" | ||
}, | ||
"dependencies": { | ||
"@metamask/base-controller": "^3.2.2", | ||
"@metamask/controller-utils": "^5.0.1", | ||
"@metamask/network-controller": "^13.0.1", | ||
"@metamask/utils": "^6.2.0", | ||
"@metamask/base-controller": "^3.2.3", | ||
"@metamask/controller-utils": "^5.0.2", | ||
"@metamask/network-controller": "^14.0.0", | ||
"@metamask/utils": "^8.1.0", | ||
"@types/uuid": "^8.3.0", | ||
@@ -45,8 +46,8 @@ "uuid": "^8.3.2" | ||
"ts-jest": "^27.1.4", | ||
"typedoc": "^0.23.15", | ||
"typedoc-plugin-missing-exports": "^0.23.0", | ||
"typedoc": "^0.24.8", | ||
"typedoc-plugin-missing-exports": "^2.0.0", | ||
"typescript": "~4.8.4" | ||
}, | ||
"peerDependencies": { | ||
"@metamask/network-controller": "^13.0.1" | ||
"@metamask/network-controller": "^14.0.0" | ||
}, | ||
@@ -53,0 +54,0 @@ "engines": { |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
27795
12
263
0
+ Added@metamask/network-controller@14.0.0(transitive)
- Removed@metamask/network-controller@13.0.1(transitive)
- Removed@metamask/utils@6.2.0(transitive)
Updated@metamask/utils@^8.1.0