@ledgerhq/hw-transport-webhid 6.30.12-nightly.20260106024351 → 6.31.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 +10 -4
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,12 +1,18 @@
1
1
  # @ledgerhq/hw-transport-webhid
2
2
 
3
- ## 6.30.12-nightly.20260106024351
3
+ ## 6.31.0-nightly.20260108024339
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
4
8
 
5
9
  ### Patch Changes
6
10
 
7
- - Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae)]:
8
- - @ledgerhq/devices@8.9.0-nightly.20260106024351
9
- - @ledgerhq/hw-transport@6.31.16-nightly.20260106024351
11
+ - Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
12
+ - @ledgerhq/devices@8.9.0-nightly.20260108024339
13
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260108024339
14
+ - @ledgerhq/errors@6.29.0-nightly.20260108024339
15
+ - @ledgerhq/logs@6.14.0-nightly.20260108024339
10
16
 
11
17
  ## 6.30.11
12
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/hw-transport-webhid",
3
- "version": "6.30.12-nightly.20260106024351",
3
+ "version": "6.31.0-nightly.20260108024339",
4
4
  "description": "Ledger Hardware Wallet WebHID implementation of the communication layer",
5
5
  "keywords": [
6
6
  "Ledger",
@@ -26,20 +26,21 @@
26
26
  "types": "lib/TransportWebHID.d.ts",
27
27
  "license": "Apache-2.0",
28
28
  "dependencies": {
29
- "@ledgerhq/devices": "8.9.0-nightly.20260106024351",
30
- "@ledgerhq/errors": "^6.28.0",
31
- "@ledgerhq/hw-transport": "6.31.16-nightly.20260106024351",
32
- "@ledgerhq/logs": "^6.13.0"
29
+ "@ledgerhq/devices": "8.9.0-nightly.20260108024339",
30
+ "@ledgerhq/errors": "^6.29.0-nightly.20260108024339",
31
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260108024339",
32
+ "@ledgerhq/logs": "^6.14.0-nightly.20260108024339"
33
33
  },
34
34
  "devDependencies": {
35
- "@types/jest": "^29.5.10",
35
+ "@types/jest": "30.0.0",
36
36
  "@types/node": "^22.10.10",
37
37
  "@types/w3c-web-hid": "^1.0.2",
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
45
  },
45
46
  "gitHead": "dd0dea64b58e5a9125c8a422dcffd29e5ef6abec",