@ledgerhq/react-native-hid 6.34.0-nightly.20260103023926 → 6.35.0-nightly.20260106024351

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/react-native-hid@6.33.1 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
2
+ > @ledgerhq/react-native-hid@6.34.0 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,19 +1,42 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.34.0-nightly.20260103023926
3
+ ## 6.35.0-nightly.20260106024351
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#13259](https://github.com/LedgerHQ/ledger-live/pull/13259) [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4) Thanks [@iqbalibrahim-ledger](https://github.com/iqbalibrahim-ledger)! - Bump styled-components to v6 on mobile and icons to prepare react 19 migration
8
8
 
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae)]:
12
+ - @ledgerhq/devices@8.9.0-nightly.20260106024351
13
+ - @ledgerhq/hw-transport@6.31.16-nightly.20260106024351
14
+
15
+ ## 6.34.0
16
+
17
+ ### Minor Changes
18
+
19
+ - [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
20
+
21
+ ### Patch Changes
22
+
23
+ - 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)]:
24
+ - @ledgerhq/errors@6.28.0
25
+ - @ledgerhq/devices@8.8.0
26
+ - @ledgerhq/hw-transport@6.31.15
27
+
28
+ ## 6.34.0-next.0
29
+
30
+ ### Minor Changes
31
+
9
32
  - [#13155](https://github.com/LedgerHQ/ledger-live/pull/13155) [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe) Thanks [@gre-ledger](https://github.com/gre-ledger)! - rxjs@7.8.2 everywhere
10
33
 
11
34
  ### Patch Changes
12
35
 
13
36
  - 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.20260103023926
15
- - @ledgerhq/devices@8.8.0-nightly.20260103023926
16
- - @ledgerhq/hw-transport@6.31.15-nightly.20260103023926
37
+ - @ledgerhq/errors@6.28.0-next.0
38
+ - @ledgerhq/devices@8.8.0-next.0
39
+ - @ledgerhq/hw-transport@6.31.15-next.0
17
40
 
18
41
  ## 6.33.1
19
42
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.34.0-nightly.20260103023926",
3
+ "version": "6.35.0-nightly.20260106024351",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -30,9 +30,9 @@
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
32
  "rxjs": "7.8.2",
33
- "@ledgerhq/devices": "8.8.0-nightly.20260103023926",
34
- "@ledgerhq/errors": "^6.28.0-nightly.20260103023926",
35
- "@ledgerhq/hw-transport": "6.31.15-nightly.20260103023926",
33
+ "@ledgerhq/devices": "8.9.0-nightly.20260106024351",
34
+ "@ledgerhq/errors": "^6.28.0",
35
+ "@ledgerhq/hw-transport": "6.31.16-nightly.20260106024351",
36
36
  "@ledgerhq/logs": "^6.13.0"
37
37
  },
38
38
  "devDependencies": {