@ledgerhq/types-live 6.91.0-nightly.20251218023953 → 6.91.0-nightly.20251220023811
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,6 +1,6 @@
|
|
|
1
1
|
# @ledgerhq/types-live
|
|
2
2
|
|
|
3
|
-
## 6.91.0-nightly.
|
|
3
|
+
## 6.91.0-nightly.20251220023811
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
|
|
9
9
|
- [#13115](https://github.com/LedgerHQ/ledger-live/pull/13115) [`450f518`](https://github.com/LedgerHQ/ledger-live/commit/450f518d4cedb828c5fe1e7ccffaabd483f53226) Thanks [@Moustafa-Koterba](https://github.com/Moustafa-Koterba)! - [LIFI Solana] Forward data passed by LiveApp
|
|
10
10
|
|
|
11
|
+
- [#13259](https://github.com/LedgerHQ/ledger-live/pull/13259) [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4) Thanks [@iqbalibrahim-ledger](https://github.com/iqbalibrahim-ledger)! - Bump styled-components to v6 on mobile and icons to prepare react 19 migration
|
|
12
|
+
|
|
11
13
|
- [#13049](https://github.com/LedgerHQ/ledger-live/pull/13049) [`30be235`](https://github.com/LedgerHQ/ledger-live/commit/30be2354822b3497c69322294ff1dab43375be50) Thanks [@RobinVncnt](https://github.com/RobinVncnt)! - feat: LWD ledger sync optimisation
|
|
12
14
|
|
|
13
15
|
- [#13345](https://github.com/LedgerHQ/ledger-live/pull/13345) [`0924eed`](https://github.com/LedgerHQ/ledger-live/commit/0924eed6a633793999e8657076140523e30ae40b) Thanks [@thesan](https://github.com/thesan)! - Put the animated splash screen under feature flag
|
|
@@ -36,8 +38,8 @@
|
|
|
36
38
|
|
|
37
39
|
### Patch Changes
|
|
38
40
|
|
|
39
|
-
- Updated dependencies [[`4fda9b7`](https://github.com/LedgerHQ/ledger-live/commit/4fda9b727e83db9c3b940793d8c19060f32f921c)]:
|
|
40
|
-
- @ledgerhq/client-ids@0.2.0-nightly.
|
|
41
|
+
- Updated dependencies [[`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`4fda9b7`](https://github.com/LedgerHQ/ledger-live/commit/4fda9b727e83db9c3b940793d8c19060f32f921c)]:
|
|
42
|
+
- @ledgerhq/client-ids@0.2.0-nightly.20251220023811
|
|
41
43
|
|
|
42
44
|
## 6.90.0
|
|
43
45
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/types-live",
|
|
3
|
-
"version": "6.91.0-nightly.
|
|
3
|
+
"version": "6.91.0-nightly.20251220023811",
|
|
4
4
|
"description": "Ledger Live main types.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"bignumber.js": "^9.1.2",
|
|
25
25
|
"rxjs": "7.8.2",
|
|
26
|
-
"@ledgerhq/client-ids": "0.2.0-nightly.
|
|
26
|
+
"@ledgerhq/client-ids": "0.2.0-nightly.20251220023811"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/jest": "^29.5.10",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"source-map-support": "^0.5.21",
|
|
35
35
|
"ts-jest": "^29.1.1",
|
|
36
36
|
"ts-node": "^10.4.0",
|
|
37
|
-
"@ledgerhq/types-cryptoassets": "^7.31.0-nightly.
|
|
37
|
+
"@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251220023811",
|
|
38
38
|
"@ledgerhq/types-devices": "^6.27.0"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|