@ledgerhq/react-native-hid 6.35.0-nightly.20260110024039 → 6.35.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.
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +15 -7
- package/package.json +8 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
|
|
2
|
-
> @ledgerhq/react-native-hid@6.
|
|
2
|
+
> @ledgerhq/react-native-hid@6.35.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,20 +1,28 @@
|
|
|
1
1
|
# @ledgerhq/react-native-hid
|
|
2
2
|
|
|
3
|
-
## 6.35.0
|
|
3
|
+
## 6.35.0
|
|
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
|
-
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae)]:
|
|
12
|
+
- @ledgerhq/devices@8.9.0
|
|
13
|
+
- @ledgerhq/hw-transport@6.31.16
|
|
14
|
+
|
|
15
|
+
## 6.35.0-next.0
|
|
16
|
+
|
|
17
|
+
### Minor Changes
|
|
18
|
+
|
|
19
|
+
- [#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
|
|
10
20
|
|
|
11
21
|
### Patch Changes
|
|
12
22
|
|
|
13
|
-
- Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae)
|
|
14
|
-
- @ledgerhq/devices@8.9.0-
|
|
15
|
-
- @ledgerhq/hw-transport@6.
|
|
16
|
-
- @ledgerhq/errors@6.29.0-nightly.20260110024039
|
|
17
|
-
- @ledgerhq/logs@6.14.0-nightly.20260110024039
|
|
23
|
+
- Updated dependencies [[`a8c59da`](https://github.com/LedgerHQ/ledger-live/commit/a8c59da888c8cb3c200a9f62869ca54aba706cae)]:
|
|
24
|
+
- @ledgerhq/devices@8.9.0-next.0
|
|
25
|
+
- @ledgerhq/hw-transport@6.31.16-next.0
|
|
18
26
|
|
|
19
27
|
## 6.34.0
|
|
20
28
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/react-native-hid",
|
|
3
|
-
"version": "6.35.0
|
|
3
|
+
"version": "6.35.0",
|
|
4
4
|
"nativePackage": true,
|
|
5
5
|
"description": "Ledger Hardware Wallet Web implementation of the communication layer, using U2F api",
|
|
6
6
|
"keywords": [
|
|
@@ -30,20 +30,19 @@
|
|
|
30
30
|
"license": "Apache-2.0",
|
|
31
31
|
"dependencies": {
|
|
32
32
|
"rxjs": "7.8.2",
|
|
33
|
-
"@ledgerhq/devices": "8.9.0
|
|
34
|
-
"@ledgerhq/errors": "^6.
|
|
35
|
-
"@ledgerhq/hw-transport": "6.
|
|
36
|
-
"@ledgerhq/logs": "^6.
|
|
33
|
+
"@ledgerhq/devices": "8.9.0",
|
|
34
|
+
"@ledgerhq/errors": "^6.28.0",
|
|
35
|
+
"@ledgerhq/hw-transport": "6.31.16",
|
|
36
|
+
"@ledgerhq/logs": "^6.13.0"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@types/jest": "
|
|
39
|
+
"@types/jest": "^29.5.10",
|
|
40
40
|
"@types/node": "^22.10.10",
|
|
41
41
|
"documentation": "14.0.2",
|
|
42
|
-
"jest": "
|
|
42
|
+
"jest": "^29.7.0",
|
|
43
43
|
"rimraf": "^4.4.1",
|
|
44
44
|
"source-map-support": "^0.5.21",
|
|
45
|
-
"
|
|
46
|
-
"@swc/core": "1.15.8",
|
|
45
|
+
"ts-jest": "^29.1.1",
|
|
47
46
|
"ts-node": "^10.4.0",
|
|
48
47
|
"yarn-add-no-save": "^1.0.3"
|
|
49
48
|
},
|