@metamask-previews/eth-json-rpc-provider 4.1.4-preview-00a41cb8 → 4.1.5-preview-378c1be

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -1
  2. 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
+ ## [4.1.5]
11
+
12
+ ### Fixed
13
+
14
+ - Bump `@metamask/json-rpc-engine` to `^10.0.0` ([#4798](https://github.com/MetaMask/core/pull/4798))
15
+
10
16
  ## [4.1.4]
11
17
 
12
18
  ### Fixed
@@ -162,7 +168,8 @@ Release `v2.0.0` is identical to `v1.0.1` aside from Node.js version requirement
162
168
 
163
169
  - Initial release, including `providerFromEngine` and `providerFromMiddleware`.
164
170
 
165
- [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.4...HEAD
171
+ [Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.5...HEAD
172
+ [4.1.5]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.4...@metamask/eth-json-rpc-provider@4.1.5
166
173
  [4.1.4]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.3...@metamask/eth-json-rpc-provider@4.1.4
167
174
  [4.1.3]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.2...@metamask/eth-json-rpc-provider@4.1.3
168
175
  [4.1.2]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.1...@metamask/eth-json-rpc-provider@4.1.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask-previews/eth-json-rpc-provider",
3
- "version": "4.1.4-preview-00a41cb8",
3
+ "version": "4.1.5-preview-378c1be",
4
4
  "description": "Create an Ethereum provider using a JSON-RPC engine or middleware",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -52,7 +52,7 @@
52
52
  "test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch"
53
53
  },
54
54
  "dependencies": {
55
- "@metamask/json-rpc-engine": "^9.0.3",
55
+ "@metamask/json-rpc-engine": "^10.0.0",
56
56
  "@metamask/rpc-errors": "^7.0.0",
57
57
  "@metamask/safe-event-emitter": "^3.0.0",
58
58
  "@metamask/utils": "^9.1.0",