@metamask/json-rpc-engine
Advanced tools
Comparing version 7.3.2 to 7.3.3
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
@@ -9,15 +10,28 @@ | ||
## [7.3.3] | ||
### Changed | ||
- Bump `@metamask/rpc-errors` to `^6.2.1` ([#3954](https://github.com/MetaMask/core/pull/3954)) | ||
## [7.3.2] | ||
### Changed | ||
- Bump `@metamask/utils` to `^8.3.0` ([#3769](https://github.com/MetaMask/core/pull/3769)) | ||
## [7.3.1] | ||
### Changed | ||
- There are no consumer-facing changes to this package. This version is a part of a synchronized release across all packages in our monorepo. | ||
## [7.3.0] | ||
### Added | ||
- Migrate `@metamask/json-rpc-engine` into the core monorepo ([#1895](https://github.com/MetaMask/core/pull/1895)) | ||
### Changed | ||
- Bump `@metamask/utils` from `^8.1.0` to `^8.2.0` ([#1895](https://github.com/MetaMask/core/pull/1895)) | ||
@@ -28,7 +42,11 @@ - Bump `@metamask/rpc-errors` from `^6.0.0` to `^6.1.0` ([#1882](https://github.com/MetaMask/core/pull/1882)) | ||
## [7.2.0] | ||
### Added | ||
- Applied eslint rules from core monorepo ([#172](https://github.com/MetaMask/json-rpc-engine/pull/172)) | ||
## [7.1.1] | ||
### Changed | ||
- Bumped `@metamask/utils` from `^5.0.2` to `^8.1.0` [#158](https://github.com/MetaMask/json-rpc-engine/pull/158) ([#162](https://github.com/MetaMask/json-rpc-engine/pull/162)) | ||
@@ -38,3 +56,5 @@ - Bumped `@metamask/rpc-errors` from `^5.0.0` to `^6.0.0` ([#162](https://github.com/MetaMask/json-rpc-engine/pull/162)) | ||
## [7.1.0] | ||
### Changed | ||
- Bumped `@metamask/safe-event-emitter` from `^2.0.0` to `^3.0.0` ([#148](https://github.com/MetaMask/json-rpc-engine/pull/148)) | ||
@@ -44,6 +64,9 @@ - Bumped `@metamask/utils` from `^5.0.1` to `^5.0.2` ([#151](https://github.com/MetaMask/json-rpc-engine/pull/151)) | ||
### Fixed | ||
- Fixed handling of empty batch array in requests ([#153](https://github.com/MetaMask/json-rpc-engine/pull/153)) | ||
## [7.0.0] | ||
### Added | ||
- Added JSON-RPC notification handling ([#104](https://github.com/MetaMask/json-rpc-engine/pull/104)) | ||
@@ -53,2 +76,3 @@ - Added `destroy` method ([#106](https://github.com/MetaMask/json-rpc-engine/pull/106)) | ||
### Changed | ||
- **BREAKING:** Require a minimum Node version of 16 ([#139](https://github.com/MetaMask/json-rpc-engine/pull/139)) | ||
@@ -63,6 +87,9 @@ - **BREAKING:** Use `@metamask/utils` types ([#105](https://github.com/MetaMask/json-rpc-engine/pull/105)) | ||
## [6.1.0] - 2020-11-20 | ||
### Added | ||
- Add `PendingJsonRpcResponse` interface for use in middleware ([#75](https://github.com/MetaMask/json-rpc-engine/pull/75)) | ||
### Changed | ||
- Use `async`/`await` and `try`/`catch` instead of Promise methods everywhere ([#74](https://github.com/MetaMask/json-rpc-engine/pull/74)) | ||
@@ -72,6 +99,9 @@ - Consumers may notice improved stack traces on certain platforms. | ||
## [6.0.0] - 2020-11-19 | ||
### Added | ||
- Add docstrings for public `JsonRpcEngine` methods ([#70](https://github.com/MetaMask/json-rpc-engine/pull/70)) | ||
### Changed | ||
- **(BREAKING)** Refactor exports ([#69](https://github.com/MetaMask/json-rpc-engine/pull/69)) | ||
@@ -91,11 +121,17 @@ - All exports are now named, and available via the package entry point. | ||
## [5.4.0] - 2020-11-07 | ||
### Changed | ||
- Make the TypeScript types not terrible ([#66](https://github.com/MetaMask/json-rpc-engine/pull/66), [#67](https://github.com/MetaMask/json-rpc-engine/pull/67)) | ||
## [5.3.0] - 2020-07-30 | ||
### Changed | ||
- Response object errors no longer include a `stack` property | ||
## [5.2.0] - 2020-07-24 | ||
### Added | ||
- Promise signatures for `engine.handle` ([#55](https://github.com/MetaMask/json-rpc-engine/pull/55)) | ||
@@ -105,2 +141,3 @@ - So, in addition to `engine.handle(request, callback)`, you can do e.g. `await engine.handle(request)`. | ||
### Changed | ||
- Remove `async` and `promise-to-callback` dependencies | ||
@@ -112,3 +149,4 @@ - These dependencies were used internally for middleware flow control. | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.2...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.3...HEAD | ||
[7.3.3]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.2...@metamask/json-rpc-engine@7.3.3 | ||
[7.3.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.1...@metamask/json-rpc-engine@7.3.2 | ||
@@ -115,0 +153,0 @@ [7.3.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.0...@metamask/json-rpc-engine@7.3.1 |
{ | ||
"name": "@metamask/json-rpc-engine", | ||
"version": "7.3.2", | ||
"version": "7.3.3", | ||
"description": "A tool for processing JSON-RPC messages", | ||
@@ -45,3 +45,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@metamask/rpc-errors": "^6.1.0", | ||
"@metamask/rpc-errors": "^6.2.1", | ||
"@metamask/safe-event-emitter": "^3.0.0", | ||
@@ -51,3 +51,3 @@ "@metamask/utils": "^8.3.0" | ||
"devDependencies": { | ||
"@lavamoat/allow-scripts": "^2.3.1", | ||
"@lavamoat/allow-scripts": "^3.0.2", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
@@ -54,0 +54,0 @@ "@types/jest": "^27.4.1", |
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
96902
Updated@metamask/rpc-errors@^6.2.1