Files
trezor-suite/packages/transport-bridge/pkg.config.json
Szymon Lesisz 47648b220e chore(transport-bridge): bump version 3.2.0
breaking:
- bridge returns processed `ThpState` 8e9501f5c9
2026-02-03 16:00:58 +01:00

22 lines
646 B
JSON

{
"__reason_for_this_file__": "pkg packs all the 'dependencies' but we wan't only some of them to be packed.",
"name": "@trezor/transport-bridge",
"version": "3.2.0",
"license": "See LICENSE.md in repo root",
"dependencies": {
"@trezor/transport": "workspace:*",
"@trezor/utils": "workspace:*",
"usb": "^2.15.0"
},
"pkg": {
"outputPath": "build",
"targets": [
"node18-macos-x64",
"node18-macos-arm64",
"node18-linux-x64",
"node18-linux-arm64"
],
"assets": ["../../node_modules/usb/**/*", "./dist/ui/**/*"]
}
}