@metamask-previews/json-rpc-engine 10.1.0-preview-6c94ae59 → 10.1.1-preview-e8868d87
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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [10.1.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
|
+
|
|
10
16
|
## [10.1.0]
|
|
11
17
|
|
|
12
18
|
### Changed
|
|
@@ -236,7 +242,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
236
242
|
This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers.
|
|
237
243
|
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.
|
|
238
244
|
|
|
239
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.1.
|
|
245
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.1.1...HEAD
|
|
246
|
+
[10.1.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.1.0...@metamask/json-rpc-engine@10.1.1
|
|
240
247
|
[10.1.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.0.3...@metamask/json-rpc-engine@10.1.0
|
|
241
248
|
[10.0.3]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.0.2...@metamask/json-rpc-engine@10.0.3
|
|
242
249
|
[10.0.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@10.0.1...@metamask/json-rpc-engine@10.0.2
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/json-rpc-engine",
|
|
3
|
-
"version": "10.1.
|
|
3
|
+
"version": "10.1.1-preview-e8868d87",
|
|
4
4
|
"description": "A tool for processing JSON-RPC messages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@metamask/rpc-errors": "^7.0.2",
|
|
60
60
|
"@metamask/safe-event-emitter": "^3.0.0",
|
|
61
|
-
"@metamask/utils": "^11.8.
|
|
61
|
+
"@metamask/utils": "^11.8.1"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@lavamoat/allow-scripts": "^3.0.4",
|