Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit d56bb42

Browse files
Revert "7.0.0" (#142)
Revert "7.0.0 (#141)" This reverts commit 7e85f85.
1 parent 7e85f85 commit d56bb42

2 files changed

Lines changed: 4 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8-
9-
## [7.0.0]
108
### Added
11-
- Added JSON-RPC notification handling ([#104](https://github.com/MetaMask/json-rpc-engine/pull/104))
12-
- Added `destroy` method ([#106](https://github.com/MetaMask/json-rpc-engine/pull/106))
9+
- `isJsonRpcSuccess` and `isJsonRpcFailure` type guard utilities ([#91](https://github.com/MetaMask/json-rpc-engine/pull/91))
10+
- JSON-RPC ID validation utility and type guard, via `getJsonRpcIdValidator` ([#91](https://github.com/MetaMask/json-rpc-engine/pull/91))
1311

1412
### Changed
15-
- **BREAKING:** Require a minimum Node version of 16 ([#139](https://github.com/MetaMask/json-rpc-engine/pull/139))
16-
- **BREAKING:** Use `@metamask/utils` types ([#105](https://github.com/MetaMask/json-rpc-engine/pull/105))
17-
- The JSON-RPC engine and all middleware now use `@metamask/utils` JSON-RPC types
1813
- **(BREAKING)** Return a `null` instead of `undefined` response `id` for malformed request objects ([#91](https://github.com/MetaMask/json-rpc-engine/pull/91))
1914
- This is very unlikely to be breaking in practice, but the behavior could have been relied on.
20-
- Change package name to `@metamask/json-rpc-engine` ([#139](https://github.com/MetaMask/json-rpc-engine/pull/139))
21-
- Use `@metamask/rpc-errors` ([#138](https://github.com/MetaMask/json-rpc-engine/pull/138))
2215

2316
## [6.1.0] - 2020-11-20
2417
### Added
@@ -66,8 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6659
This change may affect consumers that depend on the eager execution of middleware _during_ request processing, _outside of_ middleware functions and request handlers.
6760
- In general, it is a bad practice to work with state that depends on middleware execution, while the middleware are executing.
6861

69-
[Unreleased]: https://github.com/MetaMask/json-rpc-engine/compare/v7.0.0...HEAD
70-
[7.0.0]: https://github.com/MetaMask/json-rpc-engine/compare/v6.1.0...v7.0.0
62+
[Unreleased]: https://github.com/MetaMask/json-rpc-engine/compare/v6.1.0...HEAD
7163
[6.1.0]: https://github.com/MetaMask/json-rpc-engine/compare/v6.0.0...v6.1.0
7264
[6.0.0]: https://github.com/MetaMask/json-rpc-engine/compare/v5.4.0...v6.0.0
7365
[5.4.0]: https://github.com/MetaMask/json-rpc-engine/compare/v5.3.0...v5.4.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/json-rpc-engine",
3-
"version": "7.0.0",
3+
"version": "6.1.0",
44
"description": "A tool for processing JSON-RPC messages.",
55
"homepage": "https://github.com/MetaMask/json-rpc-engine#readme",
66
"bugs": {

0 commit comments

Comments
 (0)