@metamask/network-controller
Advanced tools
Comparing version 12.1.0 to 12.1.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [12.1.1] | ||
### Added | ||
- Added an export for NetworkClientId in NetworkController ([#1583](https://github.com/MetaMask/core/pull/1583)) | ||
## [12.1.0] | ||
@@ -240,3 +244,4 @@ ### Added | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.1...HEAD | ||
[12.1.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.1.0...@metamask/network-controller@12.1.1 | ||
[12.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@12.0.0...@metamask/network-controller@12.1.0 | ||
@@ -243,0 +248,0 @@ [12.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@11.0.0...@metamask/network-controller@12.0.0 |
@@ -100,3 +100,3 @@ import type { RestrictedControllerMessenger } from '@metamask/base-controller'; | ||
*/ | ||
declare type NetworkClientId = BuiltInNetworkClientId | CustomNetworkClientId; | ||
export declare type NetworkClientId = BuiltInNetworkClientId | CustomNetworkClientId; | ||
/** | ||
@@ -103,0 +103,0 @@ * Information about networks not held by any other part of state. |
{ | ||
"name": "@metamask/network-controller", | ||
"version": "12.1.0", | ||
"version": "12.1.1", | ||
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
208892