@metamask-previews/network-controller
Advanced tools
Comparing version 18.1.0-preview-61ace68c to 18.1.0-preview-699063fc
@@ -5,3 +5,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkUEWIYOS6js = require('./chunk-UEWIYOS6.js'); | ||
var _chunk2RW2TSPVjs = require('./chunk-2RW2TSPV.js'); | ||
@@ -25,3 +25,3 @@ | ||
exports.INFURA_BLOCKED_KEY = _chunkZKNI7MD3js.INFURA_BLOCKED_KEY; exports.NetworkClientType = _chunkDMJYDN4Qjs.NetworkClientType; exports.NetworkController = _chunkUEWIYOS6js.NetworkController; exports.NetworkStatus = _chunkZKNI7MD3js.NetworkStatus; exports.defaultState = _chunkUEWIYOS6js.defaultState; exports.knownKeysOf = _chunkUEWIYOS6js.knownKeysOf; | ||
exports.INFURA_BLOCKED_KEY = _chunkZKNI7MD3js.INFURA_BLOCKED_KEY; exports.NetworkClientType = _chunkDMJYDN4Qjs.NetworkClientType; exports.NetworkController = _chunk2RW2TSPVjs.NetworkController; exports.NetworkStatus = _chunkZKNI7MD3js.NetworkStatus; exports.defaultState = _chunk2RW2TSPVjs.defaultState; exports.knownKeysOf = _chunk2RW2TSPVjs.knownKeysOf; | ||
//# sourceMappingURL=index.js.map |
@@ -5,3 +5,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true}); | ||
var _chunkUEWIYOS6js = require('./chunk-UEWIYOS6.js'); | ||
var _chunk2RW2TSPVjs = require('./chunk-2RW2TSPV.js'); | ||
require('./chunk-ZKNI7MD3.js'); | ||
@@ -17,3 +17,3 @@ require('./chunk-LTT6WJXC.js'); | ||
exports.NetworkController = _chunkUEWIYOS6js.NetworkController; exports.defaultState = _chunkUEWIYOS6js.defaultState; exports.knownKeysOf = _chunkUEWIYOS6js.knownKeysOf; | ||
exports.NetworkController = _chunk2RW2TSPVjs.NetworkController; exports.defaultState = _chunk2RW2TSPVjs.defaultState; exports.knownKeysOf = _chunk2RW2TSPVjs.knownKeysOf; | ||
//# sourceMappingURL=NetworkController.js.map |
@@ -91,7 +91,7 @@ import type { ControllerGetStateAction, ControllerStateChangeEvent, RestrictedControllerMessenger } from '@metamask/base-controller'; | ||
*/ | ||
type BuiltInNetworkClientId = InfuraNetworkType; | ||
export type BuiltInNetworkClientId = InfuraNetworkType; | ||
/** | ||
* The string that uniquely identifies a custom network client. | ||
*/ | ||
type CustomNetworkClientId = string; | ||
export type CustomNetworkClientId = string; | ||
/** | ||
@@ -98,0 +98,0 @@ * The string that uniquely identifies a network client. |
{ | ||
"name": "@metamask-previews/network-controller", | ||
"version": "18.1.0-preview-61ace68c", | ||
"version": "18.1.0-preview-699063fc", | ||
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", | ||
@@ -44,9 +44,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^5.0.1", | ||
"@metamask/base-controller": "^5.0.2", | ||
"@metamask/controller-utils": "^9.1.0", | ||
"@metamask/eth-json-rpc-infura": "^9.1.0", | ||
"@metamask/eth-json-rpc-middleware": "^12.1.0", | ||
"@metamask/eth-json-rpc-provider": "^3.0.1", | ||
"@metamask/eth-json-rpc-provider": "^3.0.2", | ||
"@metamask/eth-query": "^4.0.0", | ||
"@metamask/json-rpc-engine": "^8.0.1", | ||
"@metamask/json-rpc-engine": "^8.0.2", | ||
"@metamask/rpc-errors": "^6.2.1", | ||
@@ -53,0 +53,0 @@ "@metamask/swappable-obj-proxy": "^2.2.0", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
417329
1