@ledgerhq/react-native-hid 6.33.0-nightly.20251206023719 → 6.33.0

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.32.13 build /home/runner/work/ledger-live/ledger-live/libs/ledgerjs/packages/react-native-hid
2
+ > @ledgerhq/react-native-hid@6.33.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,18 +1,16 @@
1
1
  # @ledgerhq/react-native-hid
2
2
 
3
- ## 6.33.0-nightly.20251206023719
3
+ ## 6.33.0
4
4
 
5
5
  ### Minor Changes
6
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
7
  - [#11943](https://github.com/LedgerHQ/ledger-live/pull/11943) [`aae83b9`](https://github.com/LedgerHQ/ledger-live/commit/aae83b968a6cc3a4bba17924091eebd2fdcfbb24) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Add DMK react native HID transport
10
8
 
11
- ### Patch Changes
9
+ ## 6.33.0-next.0
12
10
 
13
- - Updated dependencies [[`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe)]:
14
- - @ledgerhq/devices@8.8.0-nightly.20251206023719
15
- - @ledgerhq/hw-transport@6.31.14-nightly.20251206023719
11
+ ### Minor Changes
12
+
13
+ - [#11943](https://github.com/LedgerHQ/ledger-live/pull/11943) [`aae83b9`](https://github.com/LedgerHQ/ledger-live/commit/aae83b968a6cc3a4bba17924091eebd2fdcfbb24) Thanks [@jdabbech-ledger](https://github.com/jdabbech-ledger)! - Add DMK react native HID transport
16
14
 
17
15
  ## 6.32.13
18
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/react-native-hid",
3
- "version": "6.33.0-nightly.20251206023719",
3
+ "version": "6.33.0",
4
4
  "nativePackage": true,
5
5
  "description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
6
6
  "keywords": [
@@ -29,10 +29,10 @@
29
29
  "types": "lib/index.d.ts",
30
30
  "license": "Apache-2.0",
31
31
  "dependencies": {
32
- "rxjs": "7.8.2",
33
- "@ledgerhq/devices": "8.8.0-nightly.20251206023719",
32
+ "rxjs": "^7.8.1",
33
+ "@ledgerhq/devices": "8.7.0",
34
34
  "@ledgerhq/errors": "^6.27.0",
35
- "@ledgerhq/hw-transport": "6.31.14-nightly.20251206023719",
35
+ "@ledgerhq/hw-transport": "6.31.13",
36
36
  "@ledgerhq/logs": "^6.13.0"
37
37
  },
38
38
  "devDependencies": {