@ledgerhq/react-native-hid 6.35.0-nightly.20260108024339 → 6.35.0-nightly.20260110024039

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 -5
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.35.0-nightly.20260108024339
3
+ ## 6.35.0-nightly.20260110024039
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,10 +11,10 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
14
- - @ledgerhq/devices@8.9.0-nightly.20260108024339
15
- - @ledgerhq/hw-transport@6.32.0-nightly.20260108024339
16
- - @ledgerhq/errors@6.29.0-nightly.20260108024339
17
- - @ledgerhq/logs@6.14.0-nightly.20260108024339
14
+ - @ledgerhq/devices@8.9.0-nightly.20260110024039
15
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260110024039
16
+ - @ledgerhq/errors@6.29.0-nightly.20260110024039
17
+ - @ledgerhq/logs@6.14.0-nightly.20260110024039
18
18
 
19
19
  ## 6.34.0
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.35.0-nightly.20260108024339",
3
+ "version": "6.35.0-nightly.20260110024039",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -30,10 +30,10 @@
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
32
  "rxjs": "7.8.2",
33
- "@ledgerhq/devices": "8.9.0-nightly.20260108024339",
34
- "@ledgerhq/errors": "^6.29.0-nightly.20260108024339",
35
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260108024339",
36
- "@ledgerhq/logs": "^6.14.0-nightly.20260108024339"
33
+ "@ledgerhq/devices": "8.9.0-nightly.20260110024039",
34
+ "@ledgerhq/errors": "^6.29.0-nightly.20260110024039",
35
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260110024039",
36
+ "@ledgerhq/logs": "^6.14.0-nightly.20260110024039"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "30.0.0",