Commit Graph

82 Commits

Author SHA1 Message Date
vytick
98321960e2 chore: bump tsx version 2026-01-27 18:29:02 +01:00
Tomas Martykan
ab01b2d889 npm-prerelease: set all @trezor/connect dependencies to 10.0.0-alpha.1 2026-01-27 12:44:17 +01:00
karliatto
7559f035c3 chore(npm): remove prepublish.js
We are already running replace-imports.sh from build:libs that is run
before publishing to NPM so callingit when "prepublish" is a redundancy,
besides prepublish.js was only building for cjs and now we are going to
have cjs and esm.
2026-01-22 15:35:45 +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
Jiri Zbytovsky
3e33cbeee4 chore: bump prettier 2026-01-06 10:07:56 +01:00
trezor-ci
2afa274ec4 npm-release: @trezor/schema-utils 1.4.0 2025-12-15 16:01:36 +01:00
trezor-ci
9743a91e0f npm-prerelease: @trezor/schema-utils 1.3.5-beta.1 2025-12-09 11:51:39 +01:00
Jiri Zbytovsky
2128d273f3 refactor(connect): new replace-imports.sh script using babel 2025-12-04 11:55:30 +01:00
trezor-ci
4aef15a1ae npm-release: @trezor/schema-utils 1.3.4 2025-07-11 06:40:41 +02:00
trezor-ci
db7e1e88c0 npm-prerelease: @trezor/schema-utils 1.3.4-beta.1 2025-07-07 09:54:48 +02:00
Jan Václavík
1a1786a1ab chore(suite): Update tsx 2025-06-24 15:52:19 +02:00
trezor-ci
5661a8f9e7 npm-release: @trezor/schema-utils 1.3.3 2025-05-15 12:04:22 +02:00
trezor-ci
446091065a npm-prerelease: @trezor/schema-utils 1.3.3-beta.1 2025-05-08 11:20:10 +02:00
Tomas Martykan
eb758acea9 chore: apply latest prettier 2025-05-05 13:51:36 +02:00
trezor-ci
d0151c991e npm-release: @trezor/schema-utils 1.3.2 2025-03-19 10:59:15 +01:00
trezor-ci
ba0d60c261 npm-prerelease: @trezor/schema-utils 1.3.2-beta.1 2025-03-18 17:35:52 +01:00
Marek Polak
c3f1750def fix(protobuf): improve message type and schema generating 2025-03-13 14:08:27 +01:00
trezor-ci
31089e93cf npm-release: @trezor/schema-utils 1.3.1 2025-03-06 12:37:30 +01:00
trezor-ci
4bb2472d7a npm-prerelease: @trezor/schema-utils 1.3.1-beta.1 2025-03-03 14:55:33 +01:00
Daniel Suchý
a13f269b99 fix(repo): fix generate package script (#17300) 2025-02-28 10:12:02 +00:00
trezor-ci
990a6fd501 npm-release: @trezor/schema-utils 1.3.0 2025-02-25 12:08:28 +01:00
trezor-ci
5c1f9a994d npm-prerelease: @trezor/schema-utils 1.3.0-beta.1 2025-02-18 10:41:01 +01:00
trezor-ci
e7c2a7c410 npm-prerelease: @trezor/schema-utils 1.2.4-beta.1 2025-02-03 17:39:03 +01:00
yanas
b96c899ebb chore(packages): autofix for sort-imports eslint rule 2025-01-30 16:34:04 +01:00
trezor-ci
fbca3f57ea npm-release: @trezor/schema-utils 1.2.3 2024-11-26 12:36:13 +01:00
trezor-ci
9500133ffe npm-prerelease: @trezor/schema-utils 1.2.3-beta.1 2024-11-21 14:24:35 +01:00
trezor-ci
0c79af45bb npm-release: @trezor/schema-utils 1.2.2 2024-11-18 14:23:59 +01:00
Peter Sanderson
abb41f8033 chore: remove glboal nx/workspace link scripts (it shall be run only globally) + resolve ugly igonores for devDependencies in import/no-extraneous-dependencies 2024-11-13 10:36:38 +01:00
Peter Sanderson
7e4a87de16 chore: fix 'yarn update-project-references' & other fixies 2024-11-13 10:36:38 +01:00
Peter Sanderson
bfe86d77dd chore: varios fixies 2024-11-13 10:36:38 +01:00
Peter Sanderson
6b8e9ab6d2 chore: Upgrade ESLint and all plugis & revalidate the config and ALL of the rules 2024-11-13 10:36:38 +01:00
trezor-ci
0cd41d78cd npm-prerelease: @trezor/schema-utils 1.2.2-beta.1 2024-11-12 13:05:26 +01:00
Tomas Martykan
cc22068b2a fix(schema-utils): typescript + typebox package resolution issue 2024-10-18 09:10:23 +02:00
trezor-ci
131766547d npm-release: @trezor/schema-utils 1.2.1 2024-09-23 12:24:13 +02:00
trezor-ci
557eefaa0d npm-prerelease: @trezor/schema-utils 1.2.1-beta.1 2024-09-20 09:50:16 +02:00
Peter Sanderson
77576f5bea chore: remove prettier-eslint dependency, upgrade @typescript-eslint 2024-09-12 13:43:42 +02:00
Daniel Suchy
198c91f3c4 feat(repo): TS 5.5 2024-09-10 16:30:18 +02:00
Martin Varmuza
6cd1fdc8af chore(connect): update @sinclair/typebox-codegen 0.8.13=>0.10.4 2024-09-02 16:29:58 +02:00
Martin Varmuza
43ae2975b3 chore(connect): update @sinclair/typebox 0.31.28=>0.33.7 2024-09-02 16:29:58 +02:00
trezor-ci
5813d2d08c npm-release: @trezor/schema-utils 1.2.0 2024-08-22 10:30:30 +02:00
trezor-ci
2d695ff6e0 npm-prerelease: @trezor/schema-utils 1.1.1-beta.1 2024-08-02 14:01:19 +02:00
Carlos Garcia Ortiz karliatto
59c856fd0f chore: update txs from 4.7.0 to 4.16.2
chore: update tsx from 4.16.2 to 4.16.3
2024-08-02 10:58:23 +02:00
trezor-ci
126026617d npm-release: @trezor/schema-utils 1.1.0 2024-07-02 14:52:14 +02:00
trezor-ci
404bf3930e npm-release: @trezor/schema-utils 1.0.5-beta.1 2024-06-26 11:19:07 +02:00
Petr Knetl
2206f19f2e chore(suite): depcheck enabled 2024-06-18 13:07:58 +02:00
Peter Sanderson
e9a0425183 feat(suite): Add adding a new shamir group into an existing setup 2024-06-04 20:31:46 +02:00
Carlos Garcia Ortiz karliatto
c8c8d415bf npm-release: @trezor/schema-utils 1.0.4 2024-05-28 16:46:30 +02:00
trezor-ci
4b7d15190d npm-release: @trezor/schema-utils 1.0.4-beta.1 2024-05-15 12:45:37 +02:00
Tomas Martykan
09086d0f1a feat(connect-explorer-nextra): method json params editor 2024-05-06 09:44:47 +02:00
trezor-ci
a6d6aa8dc7 npm-release: @trezor/schema-utils 1.0.3 2024-03-28 16:23:19 +01:00