@metamask/network-controller 24.2.1 → 24.3.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 +18 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [24.3.0]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/eth-json-rpc-middleware` from `^19.0.1` to `^21.0.0` ([#6866](https://github.com/MetaMask/core/pull/6866), [#6883](https://github.com/MetaMask/core/pull/6883))
|
|
15
|
+
- Bump `@metamask/eth-block-tracker` from `^13.0.0` to `^14.0.0` ([#6883](https://github.com/MetaMask/core/pull/6883))
|
|
16
|
+
|
|
17
|
+
## [24.2.2]
|
|
18
|
+
|
|
19
|
+
### Changed
|
|
20
|
+
|
|
21
|
+
- Bump `@metamask/eth-block-tracker` from `^12.0.1` to `^12.2.1` ([#6811](https://github.com/MetaMask/core/pull/6811))
|
|
22
|
+
- Bump `@metamask/eth-json-rpc-infura` from `^10.2.0` to `^10.3.0` ([#6811](https://github.com/MetaMask/core/pull/6811))
|
|
23
|
+
- Bump `@metamask/eth-json-rpc-middleware` from `^18.0.0` to `^19.0.1` ([#6811](https://github.com/MetaMask/core/pull/6811))
|
|
24
|
+
|
|
10
25
|
## [24.2.1]
|
|
11
26
|
|
|
12
27
|
### Changed
|
|
@@ -954,7 +969,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
954
969
|
|
|
955
970
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
956
971
|
|
|
957
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.
|
|
972
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.3.0...HEAD
|
|
973
|
+
[24.3.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.2...@metamask/network-controller@24.3.0
|
|
974
|
+
[24.2.2]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.1...@metamask/network-controller@24.2.2
|
|
958
975
|
[24.2.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.0...@metamask/network-controller@24.2.1
|
|
959
976
|
[24.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.1.0...@metamask/network-controller@24.2.0
|
|
960
977
|
[24.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.0.1...@metamask/network-controller@24.1.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask/network-controller",
|
|
3
|
-
"version": "24.
|
|
3
|
+
"version": "24.3.0",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@metamask/base-controller": "^8.4.1",
|
|
51
51
|
"@metamask/controller-utils": "^11.14.1",
|
|
52
|
-
"@metamask/eth-block-tracker": "^
|
|
53
|
-
"@metamask/eth-json-rpc-infura": "^10.
|
|
54
|
-
"@metamask/eth-json-rpc-middleware": "^
|
|
52
|
+
"@metamask/eth-block-tracker": "^14.0.0",
|
|
53
|
+
"@metamask/eth-json-rpc-infura": "^10.3.0",
|
|
54
|
+
"@metamask/eth-json-rpc-middleware": "^21.0.0",
|
|
55
55
|
"@metamask/eth-json-rpc-provider": "^5.0.1",
|
|
56
56
|
"@metamask/eth-query": "^4.0.0",
|
|
57
57
|
"@metamask/json-rpc-engine": "^10.1.1",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@json-rpc-specification/meta-schema": "^1.0.6",
|
|
71
71
|
"@metamask/auto-changelog": "^3.4.4",
|
|
72
|
-
"@metamask/error-reporting-service": "^2.2.
|
|
72
|
+
"@metamask/error-reporting-service": "^2.2.1",
|
|
73
73
|
"@types/jest": "^27.4.1",
|
|
74
74
|
"@types/jest-when": "^2.7.3",
|
|
75
75
|
"@types/lodash": "^4.14.191",
|