@ledgerhq/device-core 0.6.9 → 0.6.10-nightly.20251210114107

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.10-nightly.20251210114107
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`19a54fd`](https://github.com/LedgerHQ/ledger-live/commit/19a54fd89a2d3c7481aebc28817870875f9d44dc), [`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), [`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), [`c56ab86`](https://github.com/LedgerHQ/ledger-live/commit/c56ab86ab65597caf87a09b7596faa54f3104bd4)]:
8
+ - @ledgerhq/types-live@6.91.0-nightly.20251210114107
9
+ - @ledgerhq/errors@6.28.0-nightly.20251210114107
10
+ - @ledgerhq/devices@8.8.0-nightly.20251210114107
11
+ - @ledgerhq/hw-transport@6.31.14-nightly.20251210114107
12
+ - @ledgerhq/live-network@2.1.3-nightly.20251210114107
13
+
3
14
  ## 0.6.9
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.9",
3
+ "version": "0.6.10-nightly.20251210114107",
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.0",
24
- "@ledgerhq/errors": "^6.27.0",
25
- "@ledgerhq/hw-transport": "6.31.13",
26
- "@ledgerhq/live-network": "^2.1.2",
23
+ "@ledgerhq/devices": "8.8.0-nightly.20251210114107",
24
+ "@ledgerhq/errors": "^6.28.0-nightly.20251210114107",
25
+ "@ledgerhq/live-network": "^2.1.3-nightly.20251210114107",
26
+ "@ledgerhq/hw-transport": "6.31.14-nightly.20251210114107",
27
27
  "@ledgerhq/logs": "^6.13.0",
28
- "@ledgerhq/types-live": "^6.90.0"
28
+ "@ledgerhq/types-live": "^6.91.0-nightly.20251210114107"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@testing-library/react": "14",