@ledgerhq/react-native-hid 6.35.0-nightly.20260113172719 → 6.35.0-nightly.20260114024814

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.20260113172719
3
+ ## 6.35.0-nightly.20260114024814
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.20260113172719
15
- - @ledgerhq/hw-transport@6.32.0-nightly.20260113172719
16
- - @ledgerhq/errors@6.29.0-nightly.20260113172719
17
- - @ledgerhq/logs@6.14.0-nightly.20260113172719
14
+ - @ledgerhq/devices@8.9.0-nightly.20260114024814
15
+ - @ledgerhq/hw-transport@6.32.0-nightly.20260114024814
16
+ - @ledgerhq/errors@6.29.0-nightly.20260114024814
17
+ - @ledgerhq/logs@6.14.0-nightly.20260114024814
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.20260113172719",
3
+ "version": "6.35.0-nightly.20260114024814",
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.20260113172719",
34
- "@ledgerhq/errors": "^6.29.0-nightly.20260113172719",
35
- "@ledgerhq/hw-transport": "6.32.0-nightly.20260113172719",
36
- "@ledgerhq/logs": "^6.14.0-nightly.20260113172719"
33
+ "@ledgerhq/devices": "8.9.0-nightly.20260114024814",
34
+ "@ledgerhq/errors": "^6.29.0-nightly.20260114024814",
35
+ "@ledgerhq/hw-transport": "6.32.0-nightly.20260114024814",
36
+ "@ledgerhq/logs": "^6.14.0-nightly.20260114024814"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "30.0.0",