@ledgerhq/hw-app-tezos 6.32.0-nightly.20260106024351 → 6.32.0-nightly.20260108024339

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -3
  2. package/package.json +7 -6
package/CHANGELOG.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # @ledgerhq/hw-app-tezos
2
2
 
3
- ## 6.32.0-nightly.20260106024351
3
+ ## 6.32.0-nightly.20260108024339
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#13431](https://github.com/LedgerHQ/ledger-live/pull/13431) [`d1a83d9`](https://github.com/LedgerHQ/ledger-live/commit/d1a83d942d98e52eeac3d459f5f8ac763d4b6c13) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update to latest bs58 libs.
8
8
 
9
+ - [#13396](https://github.com/LedgerHQ/ledger-live/pull/13396) [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update Jest to v30
10
+
9
11
  ### Patch Changes
10
12
 
11
- - Updated dependencies []:
12
- - @ledgerhq/hw-transport@6.31.16-nightly.20260106024351
13
+ - Updated dependencies [[`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
14
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260108024339
13
15
 
14
16
  ## 6.31.11
15
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-app-tezos",
3
- "version": "6.32.0-nightly.20260106024351",
3
+ "version": "6.32.0-nightly.20260108024339",
4
4
  "description": "Ledger Hardware Wallet Tezos Application API",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -30,18 +30,19 @@
30
30
  "@noble/hashes": "1.8.0",
31
31
  "bs58check": "^2.1.2",
32
32
  "invariant": "^2.2.4",
33
- "@ledgerhq/hw-transport": "6.31.16-nightly.20260106024351"
33
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260108024339"
34
34
  },
35
35
  "devDependencies": {
36
- "@types/jest": "^29.5.10",
36
+ "@types/jest": "30.0.0",
37
37
  "@types/node": "^22.10.10",
38
38
  "documentation": "14.0.2",
39
- "jest": "^29.7.0",
39
+ "jest": "30.2.0",
40
40
  "rimraf": "^4.4.1",
41
41
  "source-map-support": "^0.5.21",
42
- "ts-jest": "^29.1.1",
42
+ "@swc/jest": "0.2.39",
43
+ "@swc/core": "1.15.8",
43
44
  "ts-node": "^10.4.0",
44
- "@ledgerhq/hw-transport-mocker": "^6.30.1-nightly.20260106024351"
45
+ "@ledgerhq/hw-transport-mocker": "^6.31.0-nightly.20260108024339"
45
46
  },
46
47
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",
47
48
  "scripts": {