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
Tomas Martykan
3d71f2c20a
feat(scripts): handle libESM in updateProjectReferences
2026-01-22 12:37:20 +01:00
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
karliatto
36f6e9692d
chore(npm): start publishing source maps
...
Until now we were explicitly not including source map files in the NPM
releases. Now we will include them.
https://github.com/trezor/trezor-suite/issues/23779
2026-01-05 11:30:44 +01:00
trezor-ci
7cead76d90
npm-release: @trezor/crypto-utils 1.2.0
2025-12-15 16:01:36 +01:00
trezor-ci
0c2f4a7af1
npm-prerelease: @trezor/crypto-utils 1.1.6-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
89c751f735
npm-release: @trezor/crypto-utils 1.1.5
2025-10-23 12:39:34 +02:00
trezor-ci
fa87d94567
npm-prerelease: @trezor/crypto-utils 1.1.5-beta.1
2025-10-20 16:33:17 +02:00
Szymon Lesisz
d9e45b2532
feat(crypto-utils): add getSubtleCrypto
2025-10-15 12:39:18 +02:00
trezor-ci
d8b7ff6658
npm-release: @trezor/crypto-utils 1.1.4
2025-07-11 06:40:41 +02:00
trezor-ci
87ee557cea
npm-prerelease: @trezor/crypto-utils 1.1.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
567a087fb0
npm-release: @trezor/crypto-utils 1.1.3
2025-05-15 12:04:22 +02:00
trezor-ci
7ff3c48359
npm-prerelease: @trezor/crypto-utils 1.1.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
d4f736c27d
npm-release: @trezor/crypto-utils 1.1.2
2025-03-19 10:59:15 +01:00
trezor-ci
009f05e6b3
npm-prerelease: @trezor/crypto-utils 1.1.2-beta.1
2025-03-18 17:35:52 +01:00
trezor-ci
6c4e265f48
npm-release: @trezor/crypto-utils 1.1.1
2025-03-06 12:37:30 +01:00
trezor-ci
9c426b4ffa
npm-prerelease: @trezor/crypto-utils 1.1.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
764f85565a
npm-release: @trezor/crypto-utils 1.1.0
2025-02-25 12:08:28 +01:00
trezor-ci
a23a8c565e
npm-prerelease: @trezor/crypto-utils 1.0.1-beta.1
2025-02-03 17:39:03 +01:00
Szymon Lesisz
a541b92546
chore(crypto-utils): @trezor/crypto-utils as public package
2025-01-07 16:06:15 +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
Petr Knetl
2206f19f2e
chore(suite): depcheck enabled
2024-06-18 13:07:58 +02:00
Jan Komarek
84bc9b8bd3
chore: update typescript and use global tsc
2024-02-12 11:56:09 +01:00
Daniel Suchý
acf9a7f19c
chore(repo): config cleanups and improvements (TS, Nx...) ( #11096 )
...
* chore(repo): config cleanups and improvements (TS, Nx...)
* fix connect e2e
* chore: add eslin cache file to nx cache
* chore: add stylelint cache file to nx
* chore: add ts-node config for to base.tsconfig.json
2024-02-09 13:11:35 +01:00
Daniel Suchý
7277f9d0f8
chore(repo): Upgrade TS 5.3 ( #10017 )
2023-11-21 12:15:06 +01:00
Daniel Suchý
bf8d0fe80f
chore(repo): upgrade to TS 5.2 ( #9989 )
2023-11-20 07:54:30 +01:00
mroz
66a50fcdd7
chore(deps): unify typescript to 4.9.5 in all packages
2023-03-23 16:26:48 +01:00
mroz
7b08d28f57
chore: crypto-utils package
2022-09-19 14:56:22 +02:00