@ledgerhq/device-core 0.11.3-nightly.20260610030722 → 0.11.3
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/CHANGELOG.md +18 -7
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,15 +1,26 @@
|
|
|
1
1
|
# @ledgerhq/device-core
|
|
2
2
|
|
|
3
|
-
## 0.11.3
|
|
3
|
+
## 0.11.3
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- Updated dependencies [[`c606898`](https://github.com/LedgerHQ/ledger-live/commit/c606898e4994768eadd99f2dea9575f92b3f9339), [`
|
|
8
|
-
- @ledgerhq/types-live@6.111.0
|
|
9
|
-
- @ledgerhq/errors@6.36.0
|
|
10
|
-
- @ledgerhq/live-network@2.6.4
|
|
11
|
-
- @ledgerhq/devices@8.15.1
|
|
12
|
-
- @ledgerhq/hw-transport@6.35.4
|
|
7
|
+
- Updated dependencies [[`c606898`](https://github.com/LedgerHQ/ledger-live/commit/c606898e4994768eadd99f2dea9575f92b3f9339), [`9901502`](https://github.com/LedgerHQ/ledger-live/commit/990150200e70bc3ea55c5cfc41e1c77f24cc315b), [`d649cf3`](https://github.com/LedgerHQ/ledger-live/commit/d649cf31ecf8b2e18ab78109e6b201ff9766cc33), [`d081ef1`](https://github.com/LedgerHQ/ledger-live/commit/d081ef1892a34fa1751fba4d774867ff11bae20b), [`d19f9de`](https://github.com/LedgerHQ/ledger-live/commit/d19f9debb00e15edbaa7d2cedfcb0d2b5ced4f80), [`ddfb84c`](https://github.com/LedgerHQ/ledger-live/commit/ddfb84cf0caf68cfaba75aa7c015b2029051fe78), [`8c0f5f2`](https://github.com/LedgerHQ/ledger-live/commit/8c0f5f22e66aa6a34a3363a256d3da2d98d07dc9), [`cc4dd4d`](https://github.com/LedgerHQ/ledger-live/commit/cc4dd4db5e312da55966a6f0a8daa90e75e4dd94), [`bbc72fe`](https://github.com/LedgerHQ/ledger-live/commit/bbc72fe2ad0cee010349ab3b2e5a1e369dd9e840), [`5842a85`](https://github.com/LedgerHQ/ledger-live/commit/5842a85907c7418a393b0dffee756bff52370024)]:
|
|
8
|
+
- @ledgerhq/types-live@6.111.0
|
|
9
|
+
- @ledgerhq/errors@6.36.0
|
|
10
|
+
- @ledgerhq/live-network@2.6.4
|
|
11
|
+
- @ledgerhq/devices@8.15.1
|
|
12
|
+
- @ledgerhq/hw-transport@6.35.4
|
|
13
|
+
|
|
14
|
+
## 0.11.3-next.0
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies [[`c606898`](https://github.com/LedgerHQ/ledger-live/commit/c606898e4994768eadd99f2dea9575f92b3f9339), [`9901502`](https://github.com/LedgerHQ/ledger-live/commit/990150200e70bc3ea55c5cfc41e1c77f24cc315b), [`d649cf3`](https://github.com/LedgerHQ/ledger-live/commit/d649cf31ecf8b2e18ab78109e6b201ff9766cc33), [`d081ef1`](https://github.com/LedgerHQ/ledger-live/commit/d081ef1892a34fa1751fba4d774867ff11bae20b), [`d19f9de`](https://github.com/LedgerHQ/ledger-live/commit/d19f9debb00e15edbaa7d2cedfcb0d2b5ced4f80), [`ddfb84c`](https://github.com/LedgerHQ/ledger-live/commit/ddfb84cf0caf68cfaba75aa7c015b2029051fe78), [`8c0f5f2`](https://github.com/LedgerHQ/ledger-live/commit/8c0f5f22e66aa6a34a3363a256d3da2d98d07dc9), [`cc4dd4d`](https://github.com/LedgerHQ/ledger-live/commit/cc4dd4db5e312da55966a6f0a8daa90e75e4dd94), [`bbc72fe`](https://github.com/LedgerHQ/ledger-live/commit/bbc72fe2ad0cee010349ab3b2e5a1e369dd9e840), [`5842a85`](https://github.com/LedgerHQ/ledger-live/commit/5842a85907c7418a393b0dffee756bff52370024)]:
|
|
19
|
+
- @ledgerhq/types-live@6.111.0-next.0
|
|
20
|
+
- @ledgerhq/errors@6.36.0-next.0
|
|
21
|
+
- @ledgerhq/live-network@2.6.4-next.0
|
|
22
|
+
- @ledgerhq/devices@8.15.1-next.0
|
|
23
|
+
- @ledgerhq/hw-transport@6.35.4-next.0
|
|
13
24
|
|
|
14
25
|
## 0.11.2
|
|
15
26
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/device-core",
|
|
3
|
-
"version": "0.11.3
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "Ledger Live device core module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"keywords": [
|
|
@@ -20,12 +20,12 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@noble/hashes": "1.8.0",
|
|
22
22
|
"semver": "7.7.3",
|
|
23
|
-
"@ledgerhq/devices": "8.15.1
|
|
24
|
-
"@ledgerhq/errors": "^6.36.0
|
|
23
|
+
"@ledgerhq/devices": "8.15.1",
|
|
24
|
+
"@ledgerhq/errors": "^6.36.0",
|
|
25
|
+
"@ledgerhq/hw-transport": "6.35.4",
|
|
26
|
+
"@ledgerhq/live-network": "^2.6.4",
|
|
25
27
|
"@ledgerhq/logs": "^6.17.0",
|
|
26
|
-
"@ledgerhq/
|
|
27
|
-
"@ledgerhq/types-live": "^6.111.0-nightly.20260610030722",
|
|
28
|
-
"@ledgerhq/live-network": "^2.6.4-nightly.20260610030722"
|
|
28
|
+
"@ledgerhq/types-live": "^6.111.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@testing-library/dom": "10.4.1",
|