File tree Expand file tree Collapse file tree 5 files changed +9
-15
lines changed
packages/eth-json-rpc-middleware Expand file tree Collapse file tree 5 files changed +9
-15
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010### Changed
1111
1212- ** BREAKING:** Increase minimum Node.js version from ` ^18.16 ` to ` ^18.18 ` ([ #6866 ] ( https://github.com/MetaMask/core/pull/6866 ) )
13+ - Bump ` @metamask/eth-block-tracker ` from ` ^12.2.1 ` to ` ^13.0.0 ` ([ #6866 ] ( https://github.com/MetaMask/core/pull/6866 ) )
1314- This package was migrated from ` MetaMask/eth-json-rpc-middleware ` to the
1415 ` MetaMask/core ` monorepo.
1516 - See [ ` MetaMask/eth-json-rpc-middleware ` ] ( https://github.com/MetaMask/eth-json-rpc-middleware/blob/main/CHANGELOG.md )
Original file line number Diff line number Diff line change 5454 "test:watch" : " NODE_OPTIONS=--experimental-vm-modules jest --watch"
5555 },
5656 "dependencies" : {
57- "@metamask/eth-block-tracker" : " ^12.2.1 " ,
57+ "@metamask/eth-block-tracker" : " ^13.0.0 " ,
5858 "@metamask/eth-json-rpc-provider" : " ^5.0.1" ,
5959 "@metamask/eth-sig-util" : " ^8.2.0" ,
6060 "@metamask/json-rpc-engine" : " ^10.1.1" ,
Original file line number Diff line number Diff line change 99 {
1010 "path" : " ../../packages/error-reporting-service/tsconfig.build.json"
1111 },
12+ {
13+ "path" : " ../../packages/eth-block-tracker/tsconfig.build.json"
14+ },
1215 {
1316 "path" : " ../../packages/eth-json-rpc-provider/tsconfig.build.json"
1417 },
Original file line number Diff line number Diff line change 77 {
88 "path" : " ../../packages/error-reporting-service"
99 },
10+ {
11+ "path" : " ../../packages/eth-block-tracker"
12+ },
1013 {
1114 "path" : " ../../packages/eth-json-rpc-provider"
1215 },
Original file line number Diff line number Diff line change @@ -3413,19 +3413,6 @@ __metadata:
34133413 languageName: node
34143414 linkType: hard
34153415
3416- "@metamask/eth-block-tracker@npm:^12.2.1":
3417- version: 12.2.1
3418- resolution: "@metamask/eth-block-tracker@npm:12.2.1"
3419- dependencies:
3420- "@metamask/eth-json-rpc-provider": "npm:^5.0.0"
3421- "@metamask/safe-event-emitter": "npm:^3.1.1"
3422- "@metamask/utils": "npm:^11.0.1"
3423- json-rpc-random-id: "npm:^1.0.1"
3424- pify: "npm:^5.0.0"
3425- checksum: 10/70f0f4179bb7d0d9d64d54887ea03302e74221c92971a7081db05811d97cc85b8d75d95cf00ea09b10a0188c1c3cde34896d97d1952623e99ea124ac5e5eeb67
3426- languageName: node
3427- linkType: hard
3428-
34293416"@metamask/eth-block-tracker@npm:^13.0.0, @metamask/eth-block-tracker@workspace:packages/eth-block-tracker":
34303417 version: 0.0.0-use.local
34313418 resolution: "@metamask/eth-block-tracker@workspace:packages/eth-block-tracker"
@@ -3493,7 +3480,7 @@ __metadata:
34933480 dependencies:
34943481 "@metamask/auto-changelog": "npm:^3.4.4"
34953482 "@metamask/error-reporting-service": "npm:^2.2.1"
3496- "@metamask/eth-block-tracker": "npm:^12.2.1 "
3483+ "@metamask/eth-block-tracker": "npm:^13.0.0 "
34973484 "@metamask/eth-json-rpc-provider": "npm:^5.0.1"
34983485 "@metamask/eth-sig-util": "npm:^8.2.0"
34993486 "@metamask/json-rpc-engine": "npm:^10.1.1"
You can’t perform that action at this time.
0 commit comments