@metamask-previews/eth-json-rpc-middleware 22.0.1-preview-957f4826 → 23.0.0-preview-a4747b2b
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 +10 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
### Changed
|
|
11
|
+
|
|
12
|
+
- Bump `@metamask/eth-block-tracker` from `^15.0.0` to `^15.0.1` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
13
|
+
- Bump `@metamask/json-rpc-engine` from `^10.2.0` to `^10.2.1` ([#7642](https://github.com/MetaMask/core/pull/7642))
|
|
14
|
+
|
|
15
|
+
## [23.0.0]
|
|
16
|
+
|
|
10
17
|
### Added
|
|
11
18
|
|
|
12
19
|
- Support for `wallet_getSupportedExecutionPermissions` and `wallet_getGrantedExecutionPermissions` RPC methods ([#7603](https://github.com/MetaMask/core/pull/7603))
|
|
@@ -14,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
14
21
|
### Changed
|
|
15
22
|
|
|
16
23
|
- Upgrade `@metamask/utils` from `^11.8.1` to `^11.9.0` ([#7511](https://github.com/MetaMask/core/pull/7511))
|
|
24
|
+
- **BREAKING:** Changed `wallet_requestExecutionPermissions` to comply with 7715 spec revisions.
|
|
17
25
|
|
|
18
26
|
## [22.0.1]
|
|
19
27
|
|
|
@@ -61,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
61
69
|
- See [`MetaMask/eth-json-rpc-middleware`](https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md)
|
|
62
70
|
for the original changelog.
|
|
63
71
|
|
|
64
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@
|
|
72
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@23.0.0...HEAD
|
|
73
|
+
[23.0.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@22.0.1...@metamask/eth-json-rpc-middleware@23.0.0
|
|
65
74
|
[22.0.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-middleware@22.0.0...@metamask/eth-json-rpc-middleware@22.0.1
|
|
66
75
|
[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
|
|
67
76
|
[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": "23.0.0-preview-a4747b2b",
|
|
4
4
|
"description": "Ethereum-related json-rpc-engine middleware",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@metamask/eth-block-tracker": "^15.0.
|
|
58
|
+
"@metamask/eth-block-tracker": "^15.0.1",
|
|
59
59
|
"@metamask/eth-json-rpc-provider": "^6.0.0",
|
|
60
60
|
"@metamask/eth-sig-util": "^8.2.0",
|
|
61
|
-
"@metamask/json-rpc-engine": "^10.2.
|
|
61
|
+
"@metamask/json-rpc-engine": "^10.2.1",
|
|
62
62
|
"@metamask/message-manager": "^14.1.0",
|
|
63
63
|
"@metamask/rpc-errors": "^7.0.2",
|
|
64
64
|
"@metamask/superstruct": "^3.1.0",
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@metamask/auto-changelog": "^3.4.4",
|
|
72
|
-
"@metamask/network-controller": "^
|
|
72
|
+
"@metamask/network-controller": "^29.0.0",
|
|
73
73
|
"@ts-bridge/cli": "^0.6.4",
|
|
74
74
|
"@types/deep-freeze-strict": "^1.1.0",
|
|
75
75
|
"@types/jest": "^27.4.1",
|