@metamask/providers
Advanced tools
Comparing version 10.2.0 to 10.2.1
@@ -9,9 +9,13 @@ # Changelog | ||
## [10.2.1] | ||
### Changed | ||
- Update `json-rpc-middleware-stream` ([#234](https://github.com/MetaMask/providers/pull/234)) | ||
## [10.2.0] | ||
### Changed | ||
- update json-rpc-middleware-stream ([#230](https://github.com/MetaMask/providers/pull/230)) | ||
- Update `json-rpc-middleware-stream` ([#230](https://github.com/MetaMask/providers/pull/230)) | ||
## [10.1.0] | ||
### Changed | ||
- Update json-rpc-middleware-stream ([#228](https://github.com/MetaMask/providers/pull/228)) | ||
- Update `json-rpc-middleware-stream` ([#228](https://github.com/MetaMask/providers/pull/228)) | ||
@@ -209,3 +213,4 @@ ## [10.0.0] | ||
[Unreleased]: https://github.com/MetaMask/providers/compare/v10.2.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/providers/compare/v10.2.1...HEAD | ||
[10.2.1]: https://github.com/MetaMask/providers/compare/v10.2.0...v10.2.1 | ||
[10.2.0]: https://github.com/MetaMask/providers/compare/v10.1.0...v10.2.0 | ||
@@ -212,0 +217,0 @@ [10.1.0]: https://github.com/MetaMask/providers/compare/v10.0.0...v10.1.0 |
{ | ||
"name": "@metamask/providers", | ||
"version": "10.2.0", | ||
"version": "10.2.1", | ||
"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.2.0", | ||
"json-rpc-middleware-stream": "^4.2.1", | ||
"pump": "^3.0.0", | ||
@@ -60,3 +60,3 @@ "webextension-polyfill-ts": "^0.25.0" | ||
"@lavamoat/allow-scripts": "^2.0.3", | ||
"@metamask/auto-changelog": "^2.3.0", | ||
"@metamask/auto-changelog": "^3.0.0", | ||
"@metamask/eslint-config": "^7.0.1", | ||
@@ -63,0 +63,0 @@ "@metamask/eslint-config-jest": "^7.0.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
120609