@ledgerhq/react-native-hid 6.33.0-nightly.20251209144712 → 6.33.1
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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +23 -8
- package/package.json +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/react-native-hid@6.
|
|
2
|
+
> @ledgerhq/react-native-hid@6.33.1 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,34 @@
|
|
|
1
1
|
# @ledgerhq/react-native-hid
|
|
2
2
|
|
|
3
|
-
## 6.33.
|
|
3
|
+
## 6.33.1
|
|
4
4
|
|
|
5
|
-
###
|
|
5
|
+
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
8
|
+
- @ledgerhq/errors@6.27.1
|
|
9
|
+
- @ledgerhq/devices@8.7.1
|
|
10
|
+
- @ledgerhq/hw-transport@6.31.14
|
|
8
11
|
|
|
9
|
-
|
|
12
|
+
## 6.33.1-hotfix.0
|
|
10
13
|
|
|
11
14
|
### Patch Changes
|
|
12
15
|
|
|
13
|
-
- Updated dependencies [[`
|
|
14
|
-
- @ledgerhq/errors@6.
|
|
15
|
-
- @ledgerhq/devices@8.
|
|
16
|
-
- @ledgerhq/hw-transport@6.31.14-
|
|
16
|
+
- Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
|
|
17
|
+
- @ledgerhq/errors@6.27.1-hotfix.0
|
|
18
|
+
- @ledgerhq/devices@8.7.1-hotfix.0
|
|
19
|
+
- @ledgerhq/hw-transport@6.31.14-hotfix.0
|
|
20
|
+
|
|
21
|
+
## 6.33.0
|
|
22
|
+
|
|
23
|
+
### Minor Changes
|
|
24
|
+
|
|
25
|
+
- [#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
|
|
26
|
+
|
|
27
|
+
## 6.33.0-next.0
|
|
28
|
+
|
|
29
|
+
### Minor Changes
|
|
30
|
+
|
|
31
|
+
- [#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
|
|
17
32
|
|
|
18
33
|
## 6.32.13
|
|
19
34
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/react-native-hid",
|
|
3
|
-
"version": "6.33.
|
|
3
|
+
"version": "6.33.1",
|
|
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.
|
|
33
|
-
"@ledgerhq/
|
|
34
|
-
"@ledgerhq/
|
|
35
|
-
"@ledgerhq/hw-transport": "6.31.14
|
|
32
|
+
"rxjs": "^7.8.1",
|
|
33
|
+
"@ledgerhq/devices": "8.7.1",
|
|
34
|
+
"@ledgerhq/errors": "^6.27.1",
|
|
35
|
+
"@ledgerhq/hw-transport": "6.31.14",
|
|
36
36
|
"@ledgerhq/logs": "^6.13.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|