@ledgerhq/ledger-key-ring-protocol 0.10.0-nightly.20260106024351 → 0.10.0-nightly.20260107024347

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/live-wallet
2
2
 
3
- ## 0.10.0-nightly.20260106024351
3
+ ## 0.10.0-nightly.20260107024347
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -8,15 +8,20 @@
8
8
 
9
9
  - [#13364](https://github.com/LedgerHQ/ledger-live/pull/13364) [`81a193d`](https://github.com/LedgerHQ/ledger-live/commit/81a193da5abf0d5f3a129bd78895dd450ce29ca1) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update axios to 1.13.2
10
10
 
11
+ - [#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
12
+
11
13
  ### Patch Changes
12
14
 
13
- - Updated dependencies [[`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea)]:
14
- - @ledgerhq/live-env@2.24.0-nightly.20260106024351
15
- - @ledgerhq/hw-transport@6.31.16-nightly.20260106024351
16
- - @ledgerhq/speculos-transport@0.4.1-nightly.20260106024351
17
- - @ledgerhq/hw-ledger-key-ring-protocol@0.6.1-nightly.20260106024351
18
- - @ledgerhq/live-network@2.1.5-nightly.20260106024351
19
- - @ledgerhq/hw-transport-mocker@6.30.1-nightly.20260106024351
15
+ - Updated dependencies [[`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
16
+ - @ledgerhq/live-env@2.24.0-nightly.20260107024347
17
+ - @ledgerhq/hw-transport-mocker@6.31.0-nightly.20260107024347
18
+ - @ledgerhq/types-devices@6.28.0-nightly.20260107024347
19
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260107024347
20
+ - @ledgerhq/hw-ledger-key-ring-protocol@0.7.0-nightly.20260107024347
21
+ - @ledgerhq/errors@6.29.0-nightly.20260107024347
22
+ - @ledgerhq/logs@6.14.0-nightly.20260107024347
23
+ - @ledgerhq/speculos-transport@0.5.0-nightly.20260107024347
24
+ - @ledgerhq/live-network@2.2.0-nightly.20260107024347
20
25
 
21
26
  ## 0.9.0
22
27
 
package/jest.config.js CHANGED
@@ -1,10 +1,10 @@
1
1
  module.exports = {
2
2
  transform: {
3
- "^.+\\.(ts|tsx)?$": [
4
- "ts-jest",
3
+ "^.+\\.(t|j)sx?$": [
4
+ "@swc/jest",
5
5
  {
6
- globals: {
7
- isolatedModules: true,
6
+ jsc: {
7
+ target: "esnext",
8
8
  },
9
9
  },
10
10
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/ledger-key-ring-protocol",
3
- "version": "0.10.0-nightly.20260106024351",
3
+ "version": "0.10.0-nightly.20260107024347",
4
4
  "description": "Ledger Key Ring Protocol layer",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -57,23 +57,24 @@
57
57
  "isomorphic-ws": "5.0.0",
58
58
  "rxjs": "7.8.2",
59
59
  "ws": "8.18.3",
60
- "@ledgerhq/errors": "6.28.0",
61
- "@ledgerhq/hw-transport": "6.31.16-nightly.20260106024351",
62
- "@ledgerhq/hw-transport-mocker": "6.30.1-nightly.20260106024351",
63
- "@ledgerhq/hw-ledger-key-ring-protocol": "0.6.1-nightly.20260106024351",
64
- "@ledgerhq/live-env": "2.24.0-nightly.20260106024351",
65
- "@ledgerhq/live-network": "2.1.5-nightly.20260106024351",
66
- "@ledgerhq/logs": "6.13.0",
67
- "@ledgerhq/speculos-transport": "0.4.1-nightly.20260106024351",
68
- "@ledgerhq/types-devices": "^6.27.0"
60
+ "@ledgerhq/errors": "6.29.0-nightly.20260107024347",
61
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260107024347",
62
+ "@ledgerhq/hw-transport-mocker": "6.31.0-nightly.20260107024347",
63
+ "@ledgerhq/hw-ledger-key-ring-protocol": "0.7.0-nightly.20260107024347",
64
+ "@ledgerhq/live-env": "2.24.0-nightly.20260107024347",
65
+ "@ledgerhq/live-network": "2.2.0-nightly.20260107024347",
66
+ "@ledgerhq/logs": "6.14.0-nightly.20260107024347",
67
+ "@ledgerhq/speculos-transport": "0.5.0-nightly.20260107024347",
68
+ "@ledgerhq/types-devices": "^6.28.0-nightly.20260107024347"
69
69
  },
70
70
  "devDependencies": {
71
- "@types/jest": "^29.5.10",
71
+ "@types/jest": "30.0.0",
72
72
  "bip39": "^3.0.4",
73
- "expect": "^27.5.1",
74
- "jest": "^29.7.0",
73
+ "expect": "30.2.0",
74
+ "jest": "30.2.0",
75
75
  "msw": "^2.7.3",
76
- "ts-jest": "^29.1.1",
76
+ "@swc/jest": "0.2.39",
77
+ "@swc/core": "1.15.8",
77
78
  "ts-node": "^10.9.2"
78
79
  },
79
80
  "scripts": {