Skip to content

Commit

Permalink
build: use ts-bridge/[email protected] (#118)
Browse files Browse the repository at this point in the history
This new version fixes a bug with CJS reexports.

See this
[changelog](https://github.com/ts-bridge/ts-bridge/blob/main/packages/cli/CHANGELOG.md#061)
for more details.
  • Loading branch information
ccharly authored Dec 9, 2024
1 parent b555598 commit fe49d7f
Show file tree
Hide file tree
Showing 13 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@metamask/eslint-config-nodejs": "^13.0.0",
"@metamask/eslint-config-typescript": "^13.0.0",
"@npmcli/package-json": "^5.0.0",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^8.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-utils": "workspace:^",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/webextension-polyfill": "^0.12.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-hd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@metamask/auto-changelog": "^3.4.4",
"@metamask/bip39": "^4.0.0",
"@metamask/eth-hd-keyring": "4.0.1",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"deepmerge": "^4.2.2",
"jest": "^29.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-ledger-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@ledgerhq/types-live": "^6.52.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/utils": "^9.3.0",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/ethereumjs-tx": "^1.0.1",
"@types/hdkey": "^2.0.1",
"@types/jest": "^29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/ethereumjs-tx": "^1.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-eth-trezor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/ethereumjs-tx": "^1.0.1",
"@types/hdkey": "^2.0.1",
"@types/jest": "^29.5.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-internal-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-snap-bridge/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@metamask/providers": "^18.1.0",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-snap-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@metamask/auto-changelog": "^3.4.4",
"@metamask/providers": "^18.1.0",
"@metamask/utils": "^9.3.0",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-snap-internal-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@metamask/auto-changelog": "^3.4.4",
"@metamask/providers": "^18.1.0",
"@metamask/utils": "^9.3.0",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-snap-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@metamask/auto-changelog": "^3.4.4",
"@metamask/keyring-api": "workspace:^",
"@metamask/providers": "^18.1.0",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"deepmerge": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/keyring-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@lavamoat/allow-scripts": "^3.2.1",
"@lavamoat/preinstall-always-fail": "^2.1.0",
"@metamask/auto-changelog": "^3.4.4",
"@ts-bridge/cli": "^0.6.0",
"@ts-bridge/cli": "^0.6.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"deepmerge": "^4.2.2",
Expand Down
32 changes: 16 additions & 16 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1648,7 +1648,7 @@ __metadata:
"@metamask/eslint-config-nodejs": "npm:^13.0.0"
"@metamask/eslint-config-typescript": "npm:^13.0.0"
"@npmcli/package-json": "npm:^5.0.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
"@typescript-eslint/eslint-plugin": "npm:^8.5.0"
Expand Down Expand Up @@ -1878,7 +1878,7 @@ __metadata:
"@metamask/key-tree": "npm:^10.0.0"
"@metamask/scure-bip39": "npm:^2.1.1"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
deepmerge: "npm:^4.2.2"
ethereum-cryptography: "npm:^2.1.2"
Expand All @@ -1904,7 +1904,7 @@ __metadata:
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/eth-sig-util": "npm:^8.0.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/ethereumjs-tx": "npm:^1.0.1"
"@types/hdkey": "npm:^2.0.1"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -1971,7 +1971,7 @@ __metadata:
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/eth-sig-util": "npm:^8.0.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/ethereumjs-tx": "npm:^1.0.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
Expand Down Expand Up @@ -2007,7 +2007,7 @@ __metadata:
"@metamask/snaps-utils": "npm:^8.3.0"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
"@types/uuid": "npm:^9.0.8"
Expand Down Expand Up @@ -2041,7 +2041,7 @@ __metadata:
"@metamask/eth-sig-util": "npm:^8.0.0"
"@trezor/connect-plugin-ethereum": "npm:^9.0.3"
"@trezor/connect-web": "npm:^9.1.11"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/ethereumjs-tx": "npm:^1.0.1"
"@types/hdkey": "npm:^2.0.1"
"@types/jest": "npm:^29.5.12"
Expand Down Expand Up @@ -2146,7 +2146,7 @@ __metadata:
"@metamask/keyring-utils": "workspace:^"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
"@types/webextension-polyfill": "npm:^0.12.1"
Expand Down Expand Up @@ -2174,7 +2174,7 @@ __metadata:
"@metamask/keyring-utils": "workspace:^"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
deepmerge: "npm:^4.2.2"
Expand Down Expand Up @@ -2202,7 +2202,7 @@ __metadata:
"@metamask/providers": "npm:^18.1.0"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
"@types/uuid": "npm:^9.0.8"
Expand Down Expand Up @@ -2238,7 +2238,7 @@ __metadata:
"@metamask/snaps-sdk": "npm:^6.7.0"
"@metamask/snaps-utils": "npm:^8.3.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
deepmerge: "npm:^4.2.2"
Expand Down Expand Up @@ -2270,7 +2270,7 @@ __metadata:
"@metamask/snaps-sdk": "npm:^6.7.0"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
deepmerge: "npm:^4.2.2"
Expand Down Expand Up @@ -2298,7 +2298,7 @@ __metadata:
"@metamask/auto-changelog": "npm:^3.4.4"
"@metamask/superstruct": "npm:^3.1.0"
"@metamask/utils": "npm:^9.3.0"
"@ts-bridge/cli": "npm:^0.6.0"
"@ts-bridge/cli": "npm:^0.6.1"
"@types/jest": "npm:^29.5.12"
"@types/node": "npm:^20.12.12"
deepmerge: "npm:^4.2.2"
Expand Down Expand Up @@ -3278,9 +3278,9 @@ __metadata:
languageName: node
linkType: hard

"@ts-bridge/cli@npm:^0.6.0":
version: 0.6.0
resolution: "@ts-bridge/cli@npm:0.6.0"
"@ts-bridge/cli@npm:^0.6.1":
version: 0.6.1
resolution: "@ts-bridge/cli@npm:0.6.1"
dependencies:
"@ts-bridge/resolver": "npm:^0.2.0"
chalk: "npm:^5.3.0"
Expand All @@ -3291,7 +3291,7 @@ __metadata:
bin:
ts-bridge: ./dist/index.js
tsbridge: ./dist/index.js
checksum: 10/a23da563b99c56124538fbaf77a2d7a0ad01c898c86ab3be527e3dbe0b22f380daa9207bfeffd8591508ed878959ba168daf6197e06822ba8a3b62dfd7396dab
checksum: 10/1cbb8fbfc7f58b804553ab9bc06b689b409d4cdd0f1e960a0ea87971ec7885b5ee2a86cb192d955c7d3611afcadb960e7dfee66aeca60f798a70e7f97aa969c3
languageName: node
linkType: hard

Expand Down

0 comments on commit fe49d7f

Please sign in to comment.