@ledgerhq/speculos-transport 0.3.0-nightly.20251202023925 → 0.3.0-nightly.20251203101856
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 +5 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,18 @@
|
|
|
1
1
|
# @ledgerhq/speculos-transport
|
|
2
2
|
|
|
3
|
-
## 0.3.0-nightly.
|
|
3
|
+
## 0.3.0-nightly.20251203101856
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
+
- [#13038](https://github.com/LedgerHQ/ledger-live/pull/13038) [`ef276b7`](https://github.com/LedgerHQ/ledger-live/commit/ef276b7654ab32c7253ee812ceac3f89316ded4b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Uses crypto-icons everywhere and drop the legacy crypto-icons-ui for design unification and performance gain
|
|
8
|
+
|
|
7
9
|
- [#12563](https://github.com/LedgerHQ/ledger-live/pull/12563) [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3) Thanks [@fAnselmi-Ledger](https://github.com/fAnselmi-Ledger)! - Add DMK speculos transport and device controller
|
|
8
10
|
|
|
9
11
|
### Patch Changes
|
|
10
12
|
|
|
11
13
|
- Updated dependencies [[`a2ecb55`](https://github.com/LedgerHQ/ledger-live/commit/a2ecb55df9d383dc282f5fe489cb14386208215e), [`b4a4e16`](https://github.com/LedgerHQ/ledger-live/commit/b4a4e160aae6fd64f944ab25633f6931dc4358d3), [`b113920`](https://github.com/LedgerHQ/ledger-live/commit/b11392056bc334fc1813c473569ad3ae7be08045)]:
|
|
12
|
-
- @ledgerhq/live-env@2.22.0-nightly.
|
|
13
|
-
- @ledgerhq/live-dmk-speculos@0.2.0-nightly.
|
|
14
|
+
- @ledgerhq/live-env@2.22.0-nightly.20251203101856
|
|
15
|
+
- @ledgerhq/live-dmk-speculos@0.2.0-nightly.20251203101856
|
|
14
16
|
|
|
15
17
|
## 0.2.15
|
|
16
18
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/speculos-transport",
|
|
3
|
-
"version": "0.3.0-nightly.
|
|
3
|
+
"version": "0.3.0-nightly.20251203101856",
|
|
4
4
|
"description": "Ledger Live speculos transport test helper",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@ledgerhq/devices": "8.7.0",
|
|
22
22
|
"@ledgerhq/hw-transport-node-speculos": "6.29.13",
|
|
23
|
-
"@ledgerhq/live-dmk-speculos": "0.2.0-nightly.
|
|
24
|
-
"@ledgerhq/live-env": "2.22.0-nightly.
|
|
23
|
+
"@ledgerhq/live-dmk-speculos": "0.2.0-nightly.20251203101856",
|
|
24
|
+
"@ledgerhq/live-env": "2.22.0-nightly.20251203101856",
|
|
25
25
|
"@ledgerhq/live-promise": "0.1.1",
|
|
26
26
|
"@ledgerhq/logs": "6.13.0"
|
|
27
27
|
},
|