@metamask-previews/network-controller
Advanced tools
Comparing version 22.1.1-preview-ef8b0f57 to 22.1.1-preview-ffa69e9
@@ -10,2 +10,11 @@ # Changelog | ||
### Changed | ||
- Bump `@metamask/base-controller` from `^7.0.0` to `^7.1.0` ([#5079](https://github.com/MetaMask/core/pull/5079)) | ||
### Fixed | ||
- 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] | ||
@@ -12,0 +21,0 @@ |
{ | ||
"name": "@metamask-previews/network-controller", | ||
"version": "22.1.1-preview-ef8b0f57", | ||
"version": "22.1.1-preview-ffa69e9", | ||
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", | ||
@@ -50,3 +50,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^7.0.2", | ||
"@metamask/base-controller": "^7.1.0", | ||
"@metamask/controller-utils": "^11.4.4", | ||
@@ -56,8 +56,8 @@ "@metamask/eth-block-tracker": "^11.0.3", | ||
"@metamask/eth-json-rpc-middleware": "^15.0.1", | ||
"@metamask/eth-json-rpc-provider": "^4.1.6", | ||
"@metamask/eth-json-rpc-provider": "^4.1.7", | ||
"@metamask/eth-query": "^4.0.0", | ||
"@metamask/json-rpc-engine": "^10.0.1", | ||
"@metamask/rpc-errors": "^7.0.1", | ||
"@metamask/json-rpc-engine": "^10.0.2", | ||
"@metamask/rpc-errors": "^7.0.2", | ||
"@metamask/swappable-obj-proxy": "^2.3.0", | ||
"@metamask/utils": "^10.0.0", | ||
"@metamask/utils": "^11.0.1", | ||
"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
661479
3504
- Removed@metamask/utils@10.0.1(transitive)
Updated@metamask/rpc-errors@^7.0.2
Updated@metamask/utils@^11.0.1