@metamask-previews/eth-json-rpc-provider 4.1.5-preview-1e2accee → 4.1.6-preview-fa7d96bb
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 +9 -1
- package/package.json +2 -2
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
|
+
## [4.1.6]
|
|
11
|
+
|
|
12
|
+
### Changed
|
|
13
|
+
|
|
14
|
+
- Bump `@metamask/utils` from `^9.1.0` to `^10.0.0` ([#4831](https://github.com/MetaMask/core/pull/4831))
|
|
15
|
+
- Bump `@metamask/rpc-errors` from `^6.3.1` to `^7.0.0` ([#4769](https://github.com/MetaMask/core/pull/4769))
|
|
16
|
+
|
|
10
17
|
## [4.1.5]
|
|
11
18
|
|
|
12
19
|
### Fixed
|
|
@@ -168,7 +175,8 @@ Release `v2.0.0` is identical to `v1.0.1` aside from Node.js version requirement
|
|
|
168
175
|
|
|
169
176
|
- Initial release, including `providerFromEngine` and `providerFromMiddleware`.
|
|
170
177
|
|
|
171
|
-
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.
|
|
178
|
+
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.6...HEAD
|
|
179
|
+
[4.1.6]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.5...@metamask/eth-json-rpc-provider@4.1.6
|
|
172
180
|
[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
|
|
173
181
|
[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
|
|
174
182
|
[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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@metamask-previews/eth-json-rpc-provider",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.6-preview-fa7d96bb",
|
|
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": "^10.0.
|
|
55
|
+
"@metamask/json-rpc-engine": "^10.0.1",
|
|
56
56
|
"@metamask/rpc-errors": "^7.0.1",
|
|
57
57
|
"@metamask/safe-event-emitter": "^3.0.0",
|
|
58
58
|
"@metamask/utils": "^10.0.0",
|