@metamask/json-rpc-engine
Advanced tools
Comparing version 7.3.0 to 7.3.1
@@ -9,2 +9,6 @@ # Changelog | ||
## [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] | ||
@@ -96,3 +100,4 @@ ### Added | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.0...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.1...HEAD | ||
[7.3.1]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.3.0...@metamask/json-rpc-engine@7.3.1 | ||
[7.3.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.2.0...@metamask/json-rpc-engine@7.3.0 | ||
@@ -99,0 +104,0 @@ [7.2.0]: https://github.com/MetaMask/core/compare/@metamask/json-rpc-engine@7.1.1...@metamask/json-rpc-engine@7.2.0 |
@@ -67,2 +67,4 @@ "use strict"; | ||
} | ||
// TODO: Replace `any` with type | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
} | ||
@@ -69,0 +71,0 @@ catch (error) { |
@@ -88,2 +88,4 @@ "use strict"; | ||
} | ||
// TODO: Replace `any` with type | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
handle(req, callback) { | ||
@@ -125,2 +127,4 @@ __classPrivateFieldGet(this, _JsonRpcEngine_instances, "m", _JsonRpcEngine_assertIsNotDestroyed).call(this); | ||
yield __classPrivateFieldGet(JsonRpcEngine, _a, "m", _JsonRpcEngine_runReturnHandlers).call(JsonRpcEngine, returnHandlers); | ||
// TODO: Replace `any` with type | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
} | ||
@@ -132,2 +136,4 @@ catch (error) { | ||
})); | ||
// TODO: Replace `any` with type | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
} | ||
@@ -255,2 +261,4 @@ catch (error) { | ||
yield __classPrivateFieldGet(JsonRpcEngine, _a, "m", _JsonRpcEngine_processRequest).call(JsonRpcEngine, req, res, __classPrivateFieldGet(this, _JsonRpcEngine_middleware, "f")); | ||
// TODO: Replace `any` with type | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
} | ||
@@ -330,2 +338,4 @@ catch (_error) { | ||
middleware(request, response, next, end); | ||
// TODO: Replace `any` with type | ||
// eslint-disable-next-line @typescript-eslint/no-explicit-any | ||
} | ||
@@ -332,0 +342,0 @@ catch (error) { |
{ | ||
"name": "@metamask/json-rpc-engine", | ||
"version": "7.3.0", | ||
"version": "7.3.1", | ||
"description": "A tool for processing JSON-RPC messages", | ||
@@ -30,2 +30,3 @@ "keywords": [ | ||
"build:docs": "typedoc", | ||
"changelog:update": "../../scripts/update-changelog.sh @metamask/json-rpc-engine --tag-prefix-before-package-rename json-rpc-engine@ --version-before-package-rename 6.1.0", | ||
"changelog:validate": "../../scripts/validate-changelog.sh @metamask/json-rpc-engine --tag-prefix-before-package-rename json-rpc-engine@ --version-before-package-rename 6.1.0", | ||
@@ -51,6 +52,5 @@ "lint": "yarn lint:eslint && yarn lint:misc --check && yarn lint:dependencies && yarn lint:changelog", | ||
"@lavamoat/allow-scripts": "^2.3.1", | ||
"@metamask/auto-changelog": "^3.4.3", | ||
"@metamask/auto-changelog": "^3.4.4", | ||
"@types/jest": "^27.4.1", | ||
"deepmerge": "^4.2.2", | ||
"depcheck": "^1.4.3", | ||
"jest": "^27.5.1", | ||
@@ -57,0 +57,0 @@ "jest-it-up": "^2.0.2", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
96402
9
751