Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade ts-bridge to 0.6.0 #4869

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@metamask/eth-json-rpc-provider": "^4.1.6",
"@metamask/json-rpc-engine": "^10.0.1",
"@metamask/utils": "^10.0.0",
"@ts-bridge/cli": "^0.5.1",
"@ts-bridge/cli": "^0.6.0",
"@types/jest": "^27.4.1",
"@types/lodash": "^4.14.191",
"@types/node": "^16.18.54",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ __metadata:
"@metamask/eth-json-rpc-provider": "npm:^4.1.6"
"@metamask/json-rpc-engine": "npm:^10.0.1"
"@metamask/utils": "npm:^10.0.0"
"@ts-bridge/cli": "npm:^0.5.1"
"@ts-bridge/cli": "npm:^0.6.0"
"@types/jest": "npm:^27.4.1"
"@types/lodash": "npm:^4.14.191"
"@types/node": "npm:^16.18.54"
Expand Down Expand Up @@ -4230,11 +4230,11 @@ __metadata:
languageName: node
linkType: hard

"@ts-bridge/cli@npm:^0.5.1":
version: 0.5.1
resolution: "@ts-bridge/cli@npm:0.5.1"
"@ts-bridge/cli@npm:^0.6.0":
version: 0.6.0
resolution: "@ts-bridge/cli@npm:0.6.0"
dependencies:
"@ts-bridge/resolver": "npm:^0.1.2"
"@ts-bridge/resolver": "npm:^0.2.0"
chalk: "npm:^5.3.0"
cjs-module-lexer: "npm:^1.3.1"
yargs: "npm:^17.7.2"
Expand All @@ -4243,14 +4243,14 @@ __metadata:
bin:
ts-bridge: ./dist/index.js
tsbridge: ./dist/index.js
checksum: 10/691abe737617597c6ec0a296a67eedf47fc93cc2682658970326ad8f5c63376f987ee92502191ed3e81e917515d101bab7ca83f06b3b489449c3b674356cc306
checksum: 10/a23da563b99c56124538fbaf77a2d7a0ad01c898c86ab3be527e3dbe0b22f380daa9207bfeffd8591508ed878959ba168daf6197e06822ba8a3b62dfd7396dab
languageName: node
linkType: hard

"@ts-bridge/resolver@npm:^0.1.2":
version: 0.1.2
resolution: "@ts-bridge/resolver@npm:0.1.2"
checksum: 10/4126154e0344f4fdf35612f65d4459e993dcf914fe765ce95d8237a6ccb85e092bd31a6d31765cc24c0280a0e243ed2385f8b355d7fb13ba7c36e95e3caf1613
"@ts-bridge/resolver@npm:^0.2.0":
version: 0.2.0
resolution: "@ts-bridge/resolver@npm:0.2.0"
checksum: 10/d4cfd1f47e9648a5f9c893b1b076adabde3a57cbe81ef823bcbbcc77a122fb6f06d99f40ff48198f8dc766bfc4b3b351d4e87cfcf2db64f7e6db924eb82a5db1
languageName: node
linkType: hard

Expand Down
Loading