@metamask-previews/eth-json-rpc-middleware 21.0.0-preview-4cd9da8d → 22.0.0-preview-e3eb8eca
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 +8 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,8 @@ 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
|
+
|
|
10
12
|
### Added
|
|
11
13
|
|
|
12
14
|
- Add new function `providerAsMiddlewareV2` for converting an `InternalProvider` into a `JsonRpcEngine` v2-compatible middleware ([#7138](https://github.com/MetaMask/core/pull/7138))
|
|
@@ -28,6 +30,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
28
30
|
a request with a later block number than the originally requested block number.
|
|
29
31
|
- In practice, this should happen rarely if ever.
|
|
30
32
|
- **BREAKING:** Migrate all uses of `interface` to `type` ([#6885](https://github.com/MetaMask/core/pull/6885))
|
|
33
|
+
- Bump `@metamask/message-manager` from `^14.0.0` to `^14.1.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
34
|
+
- Bump `@metamask/json-rpc-engine` from `^10.1.1` to `^10.2.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
35
|
+
- Bump `@metamask/eth-json-rpc-provider` from `^5.0.1` to `^6.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
36
|
+
- Bump `@metamask/eth-block-tracker` from `^14.0.0` to `^15.0.0` ([#7202](https://github.com/MetaMask/core/pull/7202))
|
|
31
37
|
|
|
32
38
|
## [21.0.0]
|
|
33
39
|
|
|
@@ -41,5 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
41
47
|
- See [`MetaMask/eth-json-rpc-middleware`](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md)
|
|
42
48
|
for the original changelog.
|
|
43
49
|
|
|
44
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@
|
|
50
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@22.0.0...HEAD
|
|
51
|
+
[22.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@21.0.0...@metamask/eth-json-rpc-middleware@22.0.0
|
|
45
52
|
[21.0.0]: https://github.com/MetaMask/core/releases/tag/@metamask/eth-json-rpc-middleware@21.0.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-json-rpc-middleware",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "22.0.0-preview-e3eb8eca",
|
|
4
4
|
"description": "Ethereum-related json-rpc-engine middleware",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@metamask/eth-block-tracker": "^
|
|
59
|
-
"@metamask/eth-json-rpc-provider": "^
|
|
58
|
+
"@metamask/eth-block-tracker": "^15.0.0",
|
|
59
|
+
"@metamask/eth-json-rpc-provider": "^6.0.0",
|
|
60
60
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
61
|
-
"@metamask/json-rpc-engine": "^10.
|
|
62
|
-
"@metamask/message-manager": "^14.
|
|
61
|
+
"@metamask/json-rpc-engine": "^10.2.0",
|
|
62
|
+
"@metamask/message-manager": "^14.1.0",
|
|
63
63
|
"@metamask/rpc-errors": "^7.0.2",
|
|
64
64
|
"@metamask/superstruct": "^3.1.0",
|
|
65
65
|
"@metamask/utils": "^11.8.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@metamask/auto-changelog": "^3.4.4",
|
|
72
72
|
"@metamask/error-reporting-service": "^3.0.0",
|
|
73
|
-
"@metamask/network-controller": "^
|
|
73
|
+
"@metamask/network-controller": "^26.0.0",
|
|
74
74
|
"@ts-bridge/cli": "^0.6.4",
|
|
75
75
|
"@types/deep-freeze-strict": "^1.1.0",
|
|
76
76
|
"@types/jest": "^27.4.1",
|