@metamask-previews/network-controller 24.2.0-preview-6c94ae59 → 24.2.1-preview-05b702c4
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 +14 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [24.2.1]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/utils` from `^11.8.0` to `^11.8.1` ([#6708](https://github.com/MetaMask/core/pull/6708))
|
|
15
|
+
- Update `@metamask/eth-json-rpc-middleware` from `^17.0.1` to `^18.0.0` ([#6714](https://github.com/MetaMask/core/pull/6714))
|
|
16
|
+
- Bump `@metamask/error-reporting-service` from `^2.1.0` to `^2.2.0` ([#6782](https://github.com/MetaMask/core/pull/6782))
|
|
17
|
+
- Bump `@metamask/base-controller` from `^8.4.0` to `^8.4.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
|
18
|
+
- Bump `@metamask/controller-utils` from `^11.14.0` to `^11.14.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
|
19
|
+
- Bump `@metamask/eth-json-rpc-provider` from `^5.0.0` to `^5.0.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
|
20
|
+
- Bump `@metamask/json-rpc-engine` from `^10.1.0` to `^10.1.1` ([#6807](https://github.com/MetaMask/core/pull/6807))
|
|
21
|
+
|
|
10
22
|
## [24.2.0]
|
|
11
23
|
|
|
12
24
|
### Added
|
|
@@ -942,7 +954,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
942
954
|
|
|
943
955
|
All changes listed after this point were applied to this package following the monorepo conversion.
|
|
944
956
|
|
|
945
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.
|
|
957
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.1...HEAD
|
|
958
|
+
[24.2.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.2.0...@metamask/network-controller@24.2.1
|
|
946
959
|
[24.2.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.1.0...@metamask/network-controller@24.2.0
|
|
947
960
|
[24.1.0]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.0.1...@metamask/network-controller@24.1.0
|
|
948
961
|
[24.0.1]: https://github.com/MetaMask/core/compare/@metamask/network-controller@24.0.0...@metamask/network-controller@24.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/network-controller",
|
|
3
|
-
"version": "24.2.
|
|
3
|
+
"version": "24.2.1-preview-05b702c4",
|
|
4
4
|
"description": "Provides an interface to the currently selected network via a MetaMask-compatible provider object",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -47,17 +47,17 @@
|
|
|
47
47
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@metamask/base-controller": "^8.4.
|
|
51
|
-
"@metamask/controller-utils": "^11.14.
|
|
50
|
+
"@metamask/base-controller": "^8.4.1",
|
|
51
|
+
"@metamask/controller-utils": "^11.14.1",
|
|
52
52
|
"@metamask/eth-block-tracker": "^12.0.1",
|
|
53
53
|
"@metamask/eth-json-rpc-infura": "^10.2.0",
|
|
54
|
-
"@metamask/eth-json-rpc-middleware": "^
|
|
55
|
-
"@metamask/eth-json-rpc-provider": "^5.0.
|
|
54
|
+
"@metamask/eth-json-rpc-middleware": "^18.0.0",
|
|
55
|
+
"@metamask/eth-json-rpc-provider": "^5.0.1",
|
|
56
56
|
"@metamask/eth-query": "^4.0.0",
|
|
57
|
-
"@metamask/json-rpc-engine": "^10.1.
|
|
57
|
+
"@metamask/json-rpc-engine": "^10.1.1",
|
|
58
58
|
"@metamask/rpc-errors": "^7.0.2",
|
|
59
59
|
"@metamask/swappable-obj-proxy": "^2.3.0",
|
|
60
|
-
"@metamask/utils": "^11.8.
|
|
60
|
+
"@metamask/utils": "^11.8.1",
|
|
61
61
|
"async-mutex": "^0.5.0",
|
|
62
62
|
"fast-deep-equal": "^3.1.3",
|
|
63
63
|
"immer": "^9.0.6",
|
|
@@ -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.1
|
|
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",
|