@metamask-previews/network-controller 21.0.1-preview-b81ac841 → 21.0.1-preview-e46fca9e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -402,8 +402,8 @@ export declare const selectAvailableNetworkClientIds: ((state: NetworkState) =>
|
|
|
402
402
|
dependencyRecomputations: () => number;
|
|
403
403
|
resetDependencyRecomputations: () => void;
|
|
404
404
|
} & {
|
|
405
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
406
405
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
406
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
407
407
|
};
|
|
408
408
|
/**
|
|
409
409
|
* The collection of auto-managed network clients that map to Infura networks.
|
|
@@ -402,8 +402,8 @@ export declare const selectAvailableNetworkClientIds: ((state: NetworkState) =>
|
|
|
402
402
|
dependencyRecomputations: () => number;
|
|
403
403
|
resetDependencyRecomputations: () => void;
|
|
404
404
|
} & {
|
|
405
|
-
memoize: typeof import("reselect").weakMapMemoize;
|
|
406
405
|
argsMemoize: typeof import("reselect").weakMapMemoize;
|
|
406
|
+
memoize: typeof import("reselect").weakMapMemoize;
|
|
407
407
|
};
|
|
408
408
|
/**
|
|
409
409
|
* The collection of auto-managed network clients that map to Infura networks.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-controller",
|
|
3
|
-
"version": "21.0.1-preview-
|
|
3
|
+
"version": "21.0.1-preview-e46fca9e",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|