mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-04 14:35:29 +01:00
The current implementation of replace-impots.sh that was modified
previously to the current stable connect version was not updating
imports in .d.ts files that was causing to have in connect in npm
imports like:
import { Capability } from '@trezor/protobuf/src/messages';
But the released `@trezor/protobuf` package does not publish `src/` but
only `lib/` so it has to be handle also when publishing.