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

Bump @ts-bridge/cli to ^0.2.0 #343

Merged
merged 1 commit into from
Jul 11, 2024
Merged
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 @@ -87,7 +87,7 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@ts-bridge/cli": "^0.1.4",
"@ts-bridge/cli": "^0.2.0",
"@ts-bridge/shims": "^0.1.1",
"@types/chrome": "^0.0.233",
"@types/jest": "^28.1.6",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ __metadata:
"@metamask/rpc-errors": ^6.2.1
"@metamask/safe-event-emitter": ^3.1.1
"@metamask/utils": ^8.3.0
"@ts-bridge/cli": ^0.1.4
"@ts-bridge/cli": ^0.2.0
"@ts-bridge/shims": ^0.1.1
"@types/chrome": ^0.0.233
"@types/jest": ^28.1.6
Expand Down Expand Up @@ -1454,12 +1454,12 @@ __metadata:
languageName: node
linkType: hard

"@ts-bridge/cli@npm:^0.1.4":
version: 0.1.4
resolution: "@ts-bridge/cli@npm:0.1.4"
"@ts-bridge/cli@npm:^0.2.0":
version: 0.2.0
resolution: "@ts-bridge/cli@npm:0.2.0"
dependencies:
"@ts-bridge/resolver": ^0.1.0
chalk: ^5.3.0
resolve.exports: ^2.0.2
yargs: ^17.7.2
peerDependencies:
"@ts-bridge/shims": ^0.1.1
Expand All @@ -1470,7 +1470,14 @@ __metadata:
bin:
ts-bridge: ./dist/index.js
tsbridge: ./dist/index.js
checksum: f42e18505d56bd684c4fb15c346a05c2eb11cde36a7f6d5e8d09b69a5638f93b9b42c9063982d698ea1465a746c700edc293677381fbabe42f11924bb4888144
checksum: 99217b74183dacd644c6313fceed8a2b930e16521cbca251022a74e489ae0b613a65afb5ff26085462d074f338201bc42d4783436f5c1062cb5ce817d584a0a7
languageName: node
linkType: hard

"@ts-bridge/resolver@npm:^0.1.0":
version: 0.1.0
resolution: "@ts-bridge/resolver@npm:0.1.0"
checksum: f476f47056e104476adb2189c8164e5ec29f4145294604e825b01acf813f7b991178ad1c1339ae10a111b66fc05cdaae641d3694cc7db0c08aa1af64b40a0502
languageName: node
linkType: hard

Expand Down Expand Up @@ -6522,13 +6529,6 @@ __metadata:
languageName: node
linkType: hard

"resolve.exports@npm:^2.0.2":
version: 2.0.2
resolution: "resolve.exports@npm:2.0.2"
checksum: 1c7778ca1b86a94f8ab4055d196c7d87d1874b96df4d7c3e67bbf793140f0717fd506dcafd62785b079cd6086b9264424ad634fb904409764c3509c3df1653f2
languageName: node
linkType: hard

"resolve@npm:1.22.8, resolve@npm:^1.18.1, resolve@npm:^1.20.0, resolve@npm:^1.22.1":
version: 1.22.8
resolution: "resolve@npm:1.22.8"
Expand Down
Loading