@ledgerhq/device-core 0.11.2 → 0.11.3-nightly.20260606030643

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 +11 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @ledgerhq/device-core
2
2
 
3
+ ## 0.11.3-nightly.20260606030643
4
+
5
+ ### Patch Changes
6
+
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-nightly.20260606030643
9
+ - @ledgerhq/errors@6.36.0-nightly.20260606030643
10
+ - @ledgerhq/live-network@2.6.4-nightly.20260606030643
11
+ - @ledgerhq/devices@8.15.1-nightly.20260606030643
12
+ - @ledgerhq/hw-transport@6.35.4-nightly.20260606030643
13
+
3
14
  ## 0.11.2
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/device-core",
3
- "version": "0.11.2",
3
+ "version": "0.11.3-nightly.20260606030643",
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/errors": "^6.35.0",
24
- "@ledgerhq/hw-transport": "6.35.3",
25
- "@ledgerhq/devices": "8.15.0",
26
- "@ledgerhq/live-network": "^2.6.3",
23
+ "@ledgerhq/devices": "8.15.1-nightly.20260606030643",
24
+ "@ledgerhq/errors": "^6.36.0-nightly.20260606030643",
25
+ "@ledgerhq/hw-transport": "6.35.4-nightly.20260606030643",
26
+ "@ledgerhq/live-network": "^2.6.4-nightly.20260606030643",
27
27
  "@ledgerhq/logs": "^6.17.0",
28
- "@ledgerhq/types-live": "^6.110.0"
28
+ "@ledgerhq/types-live": "^6.111.0-nightly.20260606030643"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/dom": "10.4.1",