@metamask/providers
Advanced tools
Comparing version 10.1.0 to 10.2.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [10.2.0] | ||
### Changed | ||
- update json-rpc-middleware-stream ([#230](https://github.com/MetaMask/providers/pull/230)) | ||
## [10.1.0] | ||
@@ -205,3 +209,4 @@ ### Changed | ||
[Unreleased]: https://github.com/MetaMask/providers/compare/v10.1.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/providers/compare/v10.2.0...HEAD | ||
[10.2.0]: https://github.com/MetaMask/providers/compare/v10.1.0...v10.2.0 | ||
[10.1.0]: https://github.com/MetaMask/providers/compare/v10.0.0...v10.1.0 | ||
@@ -208,0 +213,0 @@ [10.0.0]: https://github.com/MetaMask/providers/compare/v9.1.0...v10.0.0 |
{ | ||
"name": "@metamask/providers", | ||
"version": "10.1.0", | ||
"version": "10.2.0", | ||
"description": "A JavaScript Ethereum provider that connects to the wallet over a stream.", | ||
@@ -53,3 +53,3 @@ "main": "dist/index.js", | ||
"json-rpc-engine": "^6.1.0", | ||
"json-rpc-middleware-stream": "^4.1.0", | ||
"json-rpc-middleware-stream": "^4.2.0", | ||
"pump": "^3.0.0", | ||
@@ -56,0 +56,0 @@ "webextension-polyfill-ts": "^0.25.0" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
120411