@metamask/network-controller
Advanced tools
Comparing version 13.0.0 to 13.0.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [13.0.1] | ||
### Changed | ||
- Update TypeScript to v4.8.x ([#1718](https://github.com/MetaMask/core/pull/1718)) | ||
## [13.0.0] | ||
@@ -265,3 +269,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@13.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@13.0.1...HEAD | ||
[13.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@13.0.0...@metamask/network-controller@13.0.1 | ||
[13.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.2.0...@metamask/network-controller@13.0.0 | ||
@@ -268,0 +273,0 @@ [12.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.2...@metamask/network-controller@12.2.0 |
{ | ||
"name": "@metamask/network-controller", | ||
"version": "13.0.0", | ||
"version": "13.0.1", | ||
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", | ||
@@ -31,4 +31,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^3.2.1", | ||
"@metamask/controller-utils": "^5.0.0", | ||
"@metamask/base-controller": "^3.2.2", | ||
"@metamask/controller-utils": "^5.0.1", | ||
"@metamask/eth-json-rpc-infura": "^8.1.1", | ||
@@ -60,5 +60,5 @@ "@metamask/eth-json-rpc-middleware": "^11.0.2", | ||
"ts-jest": "^27.1.4", | ||
"typedoc": "^0.22.15", | ||
"typedoc-plugin-missing-exports": "^0.22.6", | ||
"typescript": "~4.6.3" | ||
"typedoc": "^0.23.15", | ||
"typedoc-plugin-missing-exports": "^0.23.0", | ||
"typescript": "~4.8.4" | ||
}, | ||
@@ -65,0 +65,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
217290