@metamask/eth-json-rpc-provider
Advanced tools
Comparing version 4.1.1 to 4.1.2
@@ -10,2 +10,10 @@ # Changelog | ||
## [4.1.2] | ||
### Changed | ||
- Upgrade TypeScript version to `~5.0.4` and set `moduleResolution` option to `Node16` ([#3645](https://github.com/MetaMask/core/pull/3645)) | ||
- Bump `@metamask/json-rpc-engine` from `^9.0.1` to `^9.0.2` ([#4544](https://github.com/MetaMask/core/pull/4544)) | ||
- Bump `@metamask/utils` from `^9.0.0` to `^9.1.0` ([#4529](https://github.com/MetaMask/core/pull/4529)) | ||
## [4.1.1] | ||
@@ -130,3 +138,4 @@ | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.2...HEAD | ||
[4.1.2]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.1...@metamask/eth-json-rpc-provider@4.1.2 | ||
[4.1.1]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.1.0...@metamask/eth-json-rpc-provider@4.1.1 | ||
@@ -133,0 +142,0 @@ [4.1.0]: https://github.com/MetaMask/core/compare/@metamask/eth-json-rpc-provider@4.0.0...@metamask/eth-json-rpc-provider@4.1.0 |
{ | ||
"name": "@metamask/eth-json-rpc-provider", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"description": "Create an Ethereum provider using a JSON-RPC engine or middleware", | ||
@@ -43,12 +43,12 @@ "keywords": [ | ||
"publish:preview": "yarn npm publish --tag preview", | ||
"test": "jest --reporters=jest-silent-reporter", | ||
"test:clean": "jest --clearCache", | ||
"test:verbose": "jest --verbose", | ||
"test:watch": "jest --watch" | ||
"test": "NODE_OPTIONS=--experimental-vm-modules jest --reporters=jest-silent-reporter", | ||
"test:clean": "NODE_OPTIONS=--experimental-vm-modules jest --clearCache", | ||
"test:verbose": "NODE_OPTIONS=--experimental-vm-modules jest --verbose", | ||
"test:watch": "NODE_OPTIONS=--experimental-vm-modules jest --watch" | ||
}, | ||
"dependencies": { | ||
"@metamask/json-rpc-engine": "^9.0.1", | ||
"@metamask/json-rpc-engine": "^9.0.2", | ||
"@metamask/rpc-errors": "^6.3.1", | ||
"@metamask/safe-event-emitter": "^3.0.0", | ||
"@metamask/utils": "^9.0.0", | ||
"@metamask/utils": "^9.1.0", | ||
"uuid": "^8.3.2" | ||
@@ -68,3 +68,3 @@ }, | ||
"typedoc": "^0.24.8", | ||
"typescript": "~4.9.5" | ||
"typescript": "~5.0.4" | ||
}, | ||
@@ -71,0 +71,0 @@ "engines": { |
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
95992
Updated@metamask/utils@^9.1.0