Commit Graph

3 Commits

Author SHA1 Message Date
Vojtěch Tranta
b9266f02f9 fix: update project deps 2026-01-21 16:02:21 +01:00
karliatto
a9e189b9a3 build(repository): Connect publishing ESM
- Adding ESM builds for all the packages that are published on 'npm'.
   - Adding libESM to published files in package.json files
   - Relays only on "exports" section on package.json to define the ways to consume the package, so only modern bundlers would be able to use them, that should not be an issue, since projects are used to be on the latest
   - Using the root tsconfig.libESM
   - Using wildcard for @trezor/utils export so we can import any of the functions directly https://nodejs.org/api/packages.html#subpath-patterns
2026-01-20 16:37:46 +01:00
Szymon Lesisz
a541b92546 chore(crypto-utils): @trezor/crypto-utils as public package 2025-01-07 16:06:15 +01:00