@ledgerhq/device-core 0.6.10-nightly.20251217023943 → 0.6.10

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.
@@ -1,4 +1,4 @@
1
1
 
2
- > @ledgerhq/device-core@0.6.9 build /home/runner/work/ledger-live/ledger-live/libs/device-core
2
+ > @ledgerhq/device-core@0.6.10 build /home/runner/work/ledger-live/ledger-live/libs/device-core
3
3
  > tsc && tsc -m esnext --moduleResolution bundler --outDir lib-es
4
4
 
package/CHANGELOG.md CHANGED
@@ -1,15 +1,24 @@
1
1
  # @ledgerhq/device-core
2
2
 
3
- ## 0.6.10-nightly.20251217023943
3
+ ## 0.6.10
4
4
 
5
5
  ### Patch Changes
6
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), [`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), [`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.20251217023943
9
- - @ledgerhq/errors@6.28.0-nightly.20251217023943
10
- - @ledgerhq/devices@8.8.0-nightly.20251217023943
11
- - @ledgerhq/hw-transport@6.31.14-nightly.20251217023943
12
- - @ledgerhq/live-network@2.1.3-nightly.20251217023943
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
11
+ - @ledgerhq/live-network@2.1.3
12
+
13
+ ## 0.6.10-hotfix.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [[`b68b749`](https://github.com/LedgerHQ/ledger-live/commit/b68b749b53c9583dd983ab057faa89fced1e541e)]:
18
+ - @ledgerhq/errors@6.27.1-hotfix.0
19
+ - @ledgerhq/devices@8.7.1-hotfix.0
20
+ - @ledgerhq/hw-transport@6.31.14-hotfix.0
21
+ - @ledgerhq/live-network@2.1.3-hotfix.0
13
22
 
14
23
  ## 0.6.9
15
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/device-core",
3
- "version": "0.6.10-nightly.20251217023943",
3
+ "version": "0.6.10",
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.8.0-nightly.20251217023943",
24
- "@ledgerhq/errors": "^6.28.0-nightly.20251217023943",
25
- "@ledgerhq/hw-transport": "6.31.14-nightly.20251217023943",
26
- "@ledgerhq/live-network": "^2.1.3-nightly.20251217023943",
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",
27
27
  "@ledgerhq/logs": "^6.13.0",
28
- "@ledgerhq/types-live": "^6.91.0-nightly.20251217023943"
28
+ "@ledgerhq/types-live": "^6.90.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/react": "14",