@metamask-previews/network-controller
Advanced tools
Comparing version 22.1.1-preview-2ebcbae7 to 22.1.1-preview-37653b42
@@ -14,2 +14,8 @@ # Changelog | ||
### Fixed | ||
- Fix `selectAvailableNetworkClientIds` so that it is properly memoized ([#5193](https://github.com/MetaMask/core/pull/5193)) | ||
- Fix `lookupNetwork` so that it will no longer throw an error if `networkDidChange` subscriptions have been removed before it returns ([#5116](https://github.com/MetaMask/core/pull/5116)) | ||
- This error could occur if the NetworkController's messenger is cleared of subscriptions, as in a "destroy" step. | ||
## [22.1.1] | ||
@@ -16,0 +22,0 @@ |
{ | ||
"name": "@metamask-previews/network-controller", | ||
"version": "22.1.1-preview-2ebcbae7", | ||
"version": "22.1.1-preview-37653b42", | ||
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^7.1.0", | ||
"@metamask/controller-utils": "^11.4.4", | ||
"@metamask/base-controller": "^7.1.1", | ||
"@metamask/controller-utils": "^11.4.5", | ||
"@metamask/eth-block-tracker": "^11.0.3", | ||
@@ -61,3 +61,3 @@ "@metamask/eth-json-rpc-infura": "^10.0.0", | ||
"@metamask/swappable-obj-proxy": "^2.3.0", | ||
"@metamask/utils": "^11.0.1", | ||
"@metamask/utils": "^11.1.0", | ||
"async-mutex": "^0.5.0", | ||
@@ -64,0 +64,0 @@ "fast-deep-equal": "^3.1.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
766446
84
4109