@ledgerhq/ledger-key-ring-protocol 0.11.3 → 0.11.4-nightly.20260220030210

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 +10 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @ledgerhq/live-wallet
2
2
 
3
+ ## 0.11.4-nightly.20260220030210
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`19e62ca`](https://github.com/LedgerHQ/ledger-live/commit/19e62ca57461e3201ce8186023d7896411fce0e0), [`2ca4f6c`](https://github.com/LedgerHQ/ledger-live/commit/2ca4f6c337a29cd81874261c697d74c82a312eee), [`5f1c644`](https://github.com/LedgerHQ/ledger-live/commit/5f1c644fd5f757f48618b62e976faac274ced40d)]:
8
+ - @ledgerhq/live-env@2.28.0-nightly.20260220030210
9
+ - @ledgerhq/hw-ledger-key-ring-protocol@0.7.3-nightly.20260220030210
10
+ - @ledgerhq/live-network@2.2.3-nightly.20260220030210
11
+ - @ledgerhq/speculos-transport@0.5.4-nightly.20260220030210
12
+
3
13
  ## 0.11.3
4
14
 
5
15
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/ledger-key-ring-protocol",
3
- "version": "0.11.3",
3
+ "version": "0.11.4-nightly.20260220030210",
4
4
  "description": "Ledger Key Ring Protocol layer",
5
5
  "keywords": [
6
6
  "Ledger"
@@ -60,11 +60,11 @@
60
60
  "@ledgerhq/errors": "6.29.0",
61
61
  "@ledgerhq/hw-transport": "6.32.0",
62
62
  "@ledgerhq/hw-transport-mocker": "6.31.0",
63
- "@ledgerhq/hw-ledger-key-ring-protocol": "0.7.2",
64
- "@ledgerhq/live-env": "2.27.0",
65
- "@ledgerhq/live-network": "2.2.2",
63
+ "@ledgerhq/hw-ledger-key-ring-protocol": "0.7.3-nightly.20260220030210",
64
+ "@ledgerhq/live-env": "2.28.0-nightly.20260220030210",
65
+ "@ledgerhq/live-network": "2.2.3-nightly.20260220030210",
66
66
  "@ledgerhq/logs": "6.14.0",
67
- "@ledgerhq/speculos-transport": "0.5.3",
67
+ "@ledgerhq/speculos-transport": "0.5.4-nightly.20260220030210",
68
68
  "@ledgerhq/types-devices": "^6.28.0"
69
69
  },
70
70
  "devDependencies": {
@@ -74,7 +74,7 @@
74
74
  "jest": "30.2.0",
75
75
  "msw": "^2.7.3",
76
76
  "@swc/jest": "0.2.39",
77
- "@swc/core": "1.15.8",
77
+ "@swc/core": "1.15.11",
78
78
  "ts-node": "^10.9.2"
79
79
  },
80
80
  "scripts": {