@ledgerhq/device-core 0.6.10 → 0.6.11-nightly.20251219024040

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.6.11-nightly.20251219024040
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`19a54fd`](https://github.com/LedgerHQ/ledger-live/commit/19a54fd89a2d3c7481aebc28817870875f9d44dc), [`4be69a7`](https://github.com/LedgerHQ/ledger-live/commit/4be69a71dcd7624a1cba8dd1b1847ef009eb2d83), [`450f518`](https://github.com/LedgerHQ/ledger-live/commit/450f518d4cedb828c5fe1e7ccffaabd483f53226), [`30be235`](https://github.com/LedgerHQ/ledger-live/commit/30be2354822b3497c69322294ff1dab43375be50), [`bdacedf`](https://github.com/LedgerHQ/ledger-live/commit/bdacedfe32bea8ffce96ab675a44c0d7cf395143), [`0924eed`](https://github.com/LedgerHQ/ledger-live/commit/0924eed6a633793999e8657076140523e30ae40b), [`5e8d6be`](https://github.com/LedgerHQ/ledger-live/commit/5e8d6be609dd37c48d747890e56189e0716d5273), [`768718d`](https://github.com/LedgerHQ/ledger-live/commit/768718df029bc8799b88c0299925dc56302b0c53), [`a5ad7d4`](https://github.com/LedgerHQ/ledger-live/commit/a5ad7d4578c06db3e40f260451b644c27e20cb62), [`aadb3d5`](https://github.com/LedgerHQ/ledger-live/commit/aadb3d57f5719cc2cc397975eafec8094b160afe), [`e44d216`](https://github.com/LedgerHQ/ledger-live/commit/e44d216d516df87e13f033ed64fedc1ce96380f4), [`8d8e1b7`](https://github.com/LedgerHQ/ledger-live/commit/8d8e1b7bb26305af326ea21710248223d1e8653b), [`07de7a8`](https://github.com/LedgerHQ/ledger-live/commit/07de7a87415ae4d1126e751d6a4d521ced3065e3), [`d37fa4b`](https://github.com/LedgerHQ/ledger-live/commit/d37fa4baf4534161bffe5033ce44fc7780c79d89), [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b), [`2d9f320`](https://github.com/LedgerHQ/ledger-live/commit/2d9f32087eea12ae9d5ea2347b277b8bf4e60f55), [`c56ab86`](https://github.com/LedgerHQ/ledger-live/commit/c56ab86ab65597caf87a09b7596faa54f3104bd4)]:
8
+ - @ledgerhq/types-live@6.91.0-nightly.20251219024040
9
+ - @ledgerhq/errors@6.28.0-nightly.20251219024040
10
+ - @ledgerhq/devices@8.8.0-nightly.20251219024040
11
+ - @ledgerhq/hw-transport@6.31.15-nightly.20251219024040
12
+ - @ledgerhq/live-network@2.1.4-nightly.20251219024040
13
+
3
14
  ## 0.6.10
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.6.10",
3
+ "version": "0.6.11-nightly.20251219024040",
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.3.5",
23
- "@ledgerhq/devices": "8.7.1",
24
- "@ledgerhq/errors": "^6.27.1",
25
- "@ledgerhq/hw-transport": "6.31.14",
26
- "@ledgerhq/live-network": "^2.1.3",
23
+ "@ledgerhq/devices": "8.8.0-nightly.20251219024040",
24
+ "@ledgerhq/errors": "^6.28.0-nightly.20251219024040",
25
+ "@ledgerhq/hw-transport": "6.31.15-nightly.20251219024040",
26
+ "@ledgerhq/live-network": "^2.1.4-nightly.20251219024040",
27
27
  "@ledgerhq/logs": "^6.13.0",
28
- "@ledgerhq/types-live": "^6.90.0"
28
+ "@ledgerhq/types-live": "^6.91.0-nightly.20251219024040"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/react": "14",