@metamask/selected-network-controller
Advanced tools
Comparing version 19.0.0 to 20.0.0
@@ -10,2 +10,13 @@ # Changelog | ||
## [20.0.0] | ||
### Changed | ||
- Bump `@metamask/base-controller` from `^7.0.1` to `^7.0.2` ([#4862](https://github.com/MetaMask/core/pull/4862)) | ||
- Bump `@metamask/json-rpc-engine` from `^10.0.0` to `^10.0.1` ([#4862](https://github.com/MetaMask/core/pull/4862)) | ||
### Removed | ||
- **BREAKING:** The `SelectedNetworkController` constructor no longer expects a `useRequestPreference` boolean nor an `onPreferencesStateChange` listener. Removal of these parameters means that `domains` state will always be added for sites that are granted permissions. ([#4941](https://github.com/MetaMask/core/pull/4941)) | ||
## [19.0.0] | ||
@@ -303,3 +314,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@19.0.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@20.0.0...HEAD | ||
[20.0.0]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@19.0.0...@metamask/selected-network-controller@20.0.0 | ||
[19.0.0]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@18.0.2...@metamask/selected-network-controller@19.0.0 | ||
@@ -306,0 +318,0 @@ [18.0.2]: https://github.com/MetaMask/core/compare/@metamask/selected-network-controller@18.0.1...@metamask/selected-network-controller@18.0.2 |
{ | ||
"name": "@metamask/selected-network-controller", | ||
"version": "19.0.0", | ||
"version": "20.0.0", | ||
"description": "Provides an interface to the currently selected networkClientId for a given domain", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/base-controller": "^7.0.1", | ||
"@metamask/json-rpc-engine": "^10.0.0", | ||
"@metamask/base-controller": "^7.0.2", | ||
"@metamask/json-rpc-engine": "^10.0.1", | ||
"@metamask/swappable-obj-proxy": "^2.2.0", | ||
@@ -58,4 +58,4 @@ "@metamask/utils": "^10.0.0" | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@metamask/network-controller": "^22.0.0", | ||
"@metamask/permission-controller": "^11.0.2", | ||
"@metamask/network-controller": "^22.0.2", | ||
"@metamask/permission-controller": "^11.0.3", | ||
"@types/jest": "^27.4.1", | ||
@@ -62,0 +62,0 @@ "deepmerge": "^4.2.2", |
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
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
121111
431
+ Added@metamask/controller-utils@11.4.3(transitive)
+ Added@metamask/network-controller@22.0.2(transitive)
+ Added@metamask/permission-controller@11.0.3(transitive)
- Removed@metamask/controller-utils@11.4.4(transitive)
- Removed@metamask/network-controller@22.1.0(transitive)
- Removed@metamask/permission-controller@11.0.4(transitive)