@metamask/json-rpc-engine
Advanced tools
Comparing version 8.0.2 to 9.0.0
@@ -10,2 +10,8 @@ # Changelog | ||
## [9.0.0] | ||
### Changed | ||
- **BREAKING:** Bump minimum Node version to 18.18 ([#3611](https://github.com/MetaMask/core/pull/3611)) | ||
## [8.0.2] | ||
@@ -160,3 +166,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@8.0.2...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@9.0.0...HEAD | ||
[9.0.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@8.0.2...@metamask/json-rpc-engine@9.0.0 | ||
[8.0.2]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@8.0.1...@metamask/json-rpc-engine@8.0.2 | ||
@@ -163,0 +170,0 @@ [8.0.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@8.0.0...@metamask/json-rpc-engine@8.0.1 |
{ | ||
"name": "@metamask/json-rpc-engine", | ||
"version": "8.0.2", | ||
"version": "9.0.0", | ||
"description": "A tool for processing JSON-RPC messages", | ||
@@ -58,3 +58,3 @@ "keywords": [ | ||
"devDependencies": { | ||
"@lavamoat/allow-scripts": "^3.0.2", | ||
"@lavamoat/allow-scripts": "^3.0.4", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
@@ -71,3 +71,3 @@ "@types/jest": "^27.4.1", | ||
"engines": { | ||
"node": ">=16.0.0" | ||
"node": "^18.18 || >=20" | ||
}, | ||
@@ -74,0 +74,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
187763