@ledgerhq/react-native-hid 6.35.0 → 6.36.0-nightly.20260115024415

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 +14 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
+ ## 6.36.0-nightly.20260115024415
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
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
12
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260115024415
13
+ - @ledgerhq/devices@8.10.0-nightly.20260115024415
14
+ - @ledgerhq/errors@6.29.0-nightly.20260115024415
15
+ - @ledgerhq/logs@6.14.0-nightly.20260115024415
16
+
3
17
  ## 6.35.0
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.35.0",
3
+ "version": "6.36.0-nightly.20260115024415",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -30,19 +30,20 @@
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
32
  "rxjs": "7.8.2",
33
- "@ledgerhq/devices": "8.9.0",
34
- "@ledgerhq/errors": "^6.28.0",
35
- "@ledgerhq/hw-transport": "6.31.16",
36
- "@ledgerhq/logs": "^6.13.0"
33
+ "@ledgerhq/devices": "8.10.0-nightly.20260115024415",
34
+ "@ledgerhq/errors": "^6.29.0-nightly.20260115024415",
35
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260115024415",
36
+ "@ledgerhq/logs": "^6.14.0-nightly.20260115024415"
37
37
  },
38
38
  "devDependencies": {
39
- "@types/jest": "^29.5.10",
39
+ "@types/jest": "30.0.0",
40
40
  "@types/node": "^22.10.10",
41
41
  "documentation": "14.0.2",
42
- "jest": "^29.7.0",
42
+ "jest": "30.2.0",
43
43
  "rimraf": "^4.4.1",
44
44
  "source-map-support": "^0.5.21",
45
- "ts-jest": "^29.1.1",
45
+ "@swc/jest": "0.2.39",
46
+ "@swc/core": "1.15.8",
46
47
  "ts-node": "^10.4.0",
47
48
  "yarn-add-no-save": "^1.0.3"
48
49
  },