@metamask/network-controller 21.0.1 → 22.0.0
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.
- package/CHANGELOG.md +23 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [22.0.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Corrects the previous 21.1.0 release to document breaking changes that were missed:
|
|
15
|
+
- **BREAKING:** Bump `@metamask/eth-block-tracker` from `^10.0.0` to `^11.0.2` ([#4769](https://github.com/MetaMask/core/pull/4769))
|
|
16
|
+
- **BREAKING:** Bump `@metamask/eth-json-rpc-middleware` from `^13.0.0` to `^15.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
|
|
17
|
+
- **BREAKING:** Bump `@metamask/json-rpc-engine` from `^9.0.3` to `^10.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
|
|
18
|
+
- **BREAKING:** Bump `@metamask/rpc-errors` from `^6.3.1` to `^7.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
|
|
19
|
+
- **BREAKING:** Bump `@metamask/eth-json-rpc-infura` from `^9.1.0` to `^10.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
|
|
20
|
+
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.4` to `^4.1.5` ([#4798](https://github.com/MetaMask/core/pull/4798))
|
|
21
|
+
- This update was recorded in the v21.1.0 changelog, but is listed here again because that release has been deprecated.
|
|
22
|
+
- Bump `@metamask/controller-utils` from `^11.3.0` to `^11.4.0` ([#4834](https://github.com/MetaMask/core/pull/4834))
|
|
23
|
+
|
|
24
|
+
## [21.1.0] [DEPRECATED]
|
|
25
|
+
|
|
26
|
+
### Changed
|
|
27
|
+
|
|
28
|
+
- Bump `@metamask/eth-json-rpc-provider` from `^4.1.4` to `^4.1.5` ([#4798](https://github.com/MetaMask/core/pull/4798))
|
|
29
|
+
|
|
10
30
|
## [21.0.1]
|
|
11
31
|
|
|
12
32
|
### Fixed
|
|
@@ -623,7 +643,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
623
643
|
|
|
624
644
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
625
645
|
|
|
626
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@
|
|
646
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@22.0.0...HEAD
|
|
647
|
+
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.1.0...@metamask/network-controller@22.0.0
|
|
648
|
+
[21.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.0.1...@metamask/network-controller@21.1.0
|
|
627
649
|
[21.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@21.0.0...@metamask/network-controller@21.0.1
|
|
628
650
|
[21.0.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@20.2.0...@metamask/network-controller@21.0.0
|
|
629
651
|
[20.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@20.1.0...@metamask/network-controller@20.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/network-controller",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@metamask/base-controller": "^7.0.1",
|
|
51
|
-
"@metamask/controller-utils": "^11.
|
|
52
|
-
"@metamask/eth-block-tracker": "^
|
|
53
|
-
"@metamask/eth-json-rpc-infura": "^
|
|
54
|
-
"@metamask/eth-json-rpc-middleware": "^
|
|
55
|
-
"@metamask/eth-json-rpc-provider": "^4.1.
|
|
51
|
+
"@metamask/controller-utils": "^11.4.0",
|
|
52
|
+
"@metamask/eth-block-tracker": "^11.0.2",
|
|
53
|
+
"@metamask/eth-json-rpc-infura": "^10.0.0",
|
|
54
|
+
"@metamask/eth-json-rpc-middleware": "^15.0.0",
|
|
55
|
+
"@metamask/eth-json-rpc-provider": "^4.1.5",
|
|
56
56
|
"@metamask/eth-query": "^4.0.0",
|
|
57
|
-
"@metamask/json-rpc-engine": "^
|
|
58
|
-
"@metamask/rpc-errors": "^
|
|
57
|
+
"@metamask/json-rpc-engine": "^10.0.0",
|
|
58
|
+
"@metamask/rpc-errors": "^7.0.0",
|
|
59
59
|
"@metamask/swappable-obj-proxy": "^2.2.0",
|
|
60
60
|
"@metamask/utils": "^9.1.0",
|
|
61
61
|
"async-mutex": "^0.5.0",
|