@ledgerhq/react-native-hid 6.34.0-nightly.20251224024018 → 6.34.0-nightly.20251225024217

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.34.0-nightly.20251224024018
3
+ ## 6.34.0-nightly.20251225024217
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -11,9 +11,9 @@
11
11
  ### Patch Changes
12
12
 
13
13
  - Updated dependencies [[`4be69a7`](https://github.com/LedgerHQ/ledger-live/commit/4be69a71dcd7624a1cba8dd1b1847ef009eb2d83), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe)]:
14
- - @ledgerhq/errors@6.28.0-nightly.20251224024018
15
- - @ledgerhq/devices@8.8.0-nightly.20251224024018
16
- - @ledgerhq/hw-transport@6.31.15-nightly.20251224024018
14
+ - @ledgerhq/errors@6.28.0-nightly.20251225024217
15
+ - @ledgerhq/devices@8.8.0-nightly.20251225024217
16
+ - @ledgerhq/hw-transport@6.31.15-nightly.20251225024217
17
17
 
18
18
  ## 6.33.1
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.34.0-nightly.20251224024018",
3
+ "version": "6.34.0-nightly.20251225024217",
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.8.0-nightly.20251224024018",
34
- "@ledgerhq/hw-transport": "6.31.15-nightly.20251224024018",
35
- "@ledgerhq/logs": "^6.13.0",
36
- "@ledgerhq/errors": "^6.28.0-nightly.20251224024018"
33
+ "@ledgerhq/devices": "8.8.0-nightly.20251225024217",
34
+ "@ledgerhq/errors": "^6.28.0-nightly.20251225024217",
35
+ "@ledgerhq/hw-transport": "6.31.15-nightly.20251225024217",
36
+ "@ledgerhq/logs": "^6.13.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "^29.5.10",