@ledgerhq/react-native-hid 6.33.0 → 6.34.0-nightly.20251210100832

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 +13 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
+ ## 6.34.0-nightly.20251210100832
4
+
5
+ ### Minor Changes
6
+
7
+ - [#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
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [[`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe)]:
12
+ - @ledgerhq/errors@6.28.0-nightly.20251210100832
13
+ - @ledgerhq/devices@8.8.0-nightly.20251210100832
14
+ - @ledgerhq/hw-transport@6.31.14-nightly.20251210100832
15
+
3
16
  ## 6.33.0
4
17
 
5
18
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.33.0",
3
+ "version": "6.34.0-nightly.20251210100832",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -29,11 +29,11 @@
29
29
  "types": "lib/index.d.ts",
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "rxjs": "^7.8.1",
33
- "@ledgerhq/devices": "8.7.0",
34
- "@ledgerhq/errors": "^6.27.0",
35
- "@ledgerhq/hw-transport": "6.31.13",
36
- "@ledgerhq/logs": "^6.13.0"
32
+ "rxjs": "7.8.2",
33
+ "@ledgerhq/devices": "8.8.0-nightly.20251210100832",
34
+ "@ledgerhq/errors": "^6.28.0-nightly.20251210100832",
35
+ "@ledgerhq/logs": "^6.13.0",
36
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251210100832"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/jest": "^29.5.10",