@metamask-previews/json-rpc-engine 10.2.4-preview-8daaa5a40 → 10.2.4-preview-d8ff44d
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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
13
13
|
- Add `createMethodMiddleware` utility to `v2` ([#8506](https://github.com/MetaMask/core/pull/8506))
|
|
14
14
|
- This utility allows JSON-RPC method implementations to use both the hooks pattern and the messenger.
|
|
15
15
|
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
- Bump `@metamask/messenger` from `^1.1.1` to `^1.2.0` ([#8632](https://github.com/MetaMask/core/pull/8632))
|
|
19
|
+
|
|
16
20
|
## [10.2.4]
|
|
17
21
|
|
|
18
22
|
### Fixed
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/json-rpc-engine",
|
|
3
|
-
"version": "10.2.4-preview-
|
|
3
|
+
"version": "10.2.4-preview-d8ff44d",
|
|
4
4
|
"description": "A tool for processing JSON-RPC messages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ethereum",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@metamask/messenger": "^1.
|
|
73
|
+
"@metamask/messenger": "^1.2.0",
|
|
74
74
|
"@metamask/rpc-errors": "^7.0.2",
|
|
75
75
|
"@metamask/safe-event-emitter": "^3.0.0",
|
|
76
76
|
"@metamask/utils": "^11.9.0",
|