@metamask-previews/json-rpc-engine 7.3.1-preview.fa529884 → 7.3.2-preview.8cdddaf
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 +6 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [7.3.2]
|
|
10
|
+
### Changed
|
|
11
|
+
- Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769))
|
|
12
|
+
|
|
9
13
|
## [7.3.1]
|
|
10
14
|
### Changed
|
|
11
15
|
- There are no consumer-facing changes to this package. This version is a part of a synchronized release across all packages in our monorepo.
|
|
@@ -96,7 +100,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
96
100
|
This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers.
|
|
97
101
|
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.
|
|
98
102
|
|
|
99
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.
|
|
103
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.2...HEAD
|
|
104
|
+
[7.3.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.1...@metamask/json-rpc-engine@7.3.2
|
|
100
105
|
[7.3.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.0...@metamask/json-rpc-engine@7.3.1
|
|
101
106
|
[7.3.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.2.0...@metamask/json-rpc-engine@7.3.0
|
|
102
107
|
[7.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.1...@metamask/json-rpc-engine@7.2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/json-rpc-engine",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2-preview.8cdddaf",
|
|
4
4
|
"description": "A tool for processing JSON-RPC messages",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"MetaMask",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@metamask/rpc-errors": "^6.1.0",
|
|
46
46
|
"@metamask/safe-event-emitter": "^3.0.0",
|
|
47
|
-
"@metamask/utils": "^8.
|
|
47
|
+
"@metamask/utils": "^8.3.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@lavamoat/allow-scripts": "^2.3.1",
|