@metamask/network-controller
Advanced tools
Comparing version 20.0.0 to 20.1.0
@@ -10,2 +10,18 @@ # Changelog | ||
## [20.1.0] | ||
### Added | ||
- Newly export the following types: `AutoManagedNetworkClient`, `InfuraNetworkClientConfiguration`, `CustomNetworkClientConfiguration` ([#3645](https://github.com/MetaMask/core/pull/3645)) | ||
### Changed | ||
- Upgrade TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) | ||
- Bump `@metamask/base-controller` from `^6.0.0` to `^6.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544)) | ||
- Bump `@metamask/controller-utils` from `^11.0.0` to `^11.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544)) | ||
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.0` to `^4.1.2` ([#4519](https://github.com/MetaMask/core/pull/4519), [#4548](https://github.com/MetaMask/core/pull/4548)) | ||
- Bump `@metamask/json-rpc-engine` from `^9.0.0` to `^9.0.2` ([#4517](https://github.com/MetaMask/core/pull/4517), [#4544](https://github.com/MetaMask/core/pull/4544)) | ||
- Bump `@metamask/rpc-errors` from `^6.2.1` to `^6.3.1` ([#4516](https://github.com/MetaMask/core/pull/4516)) | ||
- Bump `@metamask/utils` from `^8.3.0` to `^9.1.0` ([#4516](https://github.com/MetaMask/core/pull/4516), [#4529](https://github.com/MetaMask/core/pull/4529)) | ||
## [20.0.0] | ||
@@ -528,3 +544,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@20.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@20.1.0...HEAD | ||
[20.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@20.0.0...@metamask/network-controller@20.1.0 | ||
[20.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@19.0.0...@metamask/network-controller@20.0.0 | ||
@@ -531,0 +548,0 @@ [19.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@18.1.3...@metamask/network-controller@19.0.0 |
@@ -0,7 +1,8 @@ | ||
export type { AutoManagedNetworkClient } from './create-auto-managed-network-client'; | ||
export * from './NetworkController'; | ||
export * from './constants'; | ||
export type { BlockTracker, Provider } from './types'; | ||
export type { NetworkClientConfiguration } from './types'; | ||
export type { NetworkClientConfiguration, InfuraNetworkClientConfiguration, CustomNetworkClientConfiguration, } from './types'; | ||
export { NetworkClientType } from './types'; | ||
export type { NetworkClient } from './create-network-client'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@metamask/network-controller", | ||
"version": "20.0.0", | ||
"version": "20.1.0", | ||
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object", | ||
@@ -38,19 +38,19 @@ "keywords": [ | ||
"publish:preview": "yarn npm publish --tag preview", | ||
"test": "jest --reporters=jest-silent-reporter", | ||
"test:clean": "jest --clearCache", | ||
"test:verbose": "jest --verbose", | ||
"test:watch": "jest --watch" | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter", | ||
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache", | ||
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose", | ||
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" | ||
}, | ||
"dependencies": { | ||
"@metamask/base-controller": "^6.0.0", | ||
"@metamask/controller-utils": "^11.0.0", | ||
"@metamask/base-controller": "^6.0.2", | ||
"@metamask/controller-utils": "^11.0.2", | ||
"@metamask/eth-block-tracker": "^9.0.3", | ||
"@metamask/eth-json-rpc-infura": "^9.1.0", | ||
"@metamask/eth-json-rpc-middleware": "^12.1.1", | ||
"@metamask/eth-json-rpc-provider": "^4.1.0", | ||
"@metamask/eth-json-rpc-provider": "^4.1.2", | ||
"@metamask/eth-query": "^4.0.0", | ||
"@metamask/json-rpc-engine": "^9.0.0", | ||
"@metamask/rpc-errors": "^6.2.1", | ||
"@metamask/json-rpc-engine": "^9.0.2", | ||
"@metamask/rpc-errors": "^6.3.1", | ||
"@metamask/swappable-obj-proxy": "^2.2.0", | ||
"@metamask/utils": "^8.3.0", | ||
"@metamask/utils": "^9.1.0", | ||
"async-mutex": "^0.5.0", | ||
@@ -76,3 +76,3 @@ "immer": "^9.0.6", | ||
"typedoc-plugin-missing-exports": "^2.0.0", | ||
"typescript": "~4.9.5" | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -79,0 +79,0 @@ "engines": { |
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
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
426786
3059
0