@ledgerhq/types-live 6.91.0-nightly.20251220023811 → 6.91.0-nightly.20251223024125

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ledgerhq/types-live
2
2
 
3
- ## 6.91.0-nightly.20251220023811
3
+ ## 6.91.0-nightly.20251223024125
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -30,6 +30,8 @@
30
30
 
31
31
  - [#13089](https://github.com/LedgerHQ/ledger-live/pull/13089) [`d37fa4b`](https://github.com/LedgerHQ/ledger-live/commit/d37fa4baf4534161bffe5033ce44fc7780c79d89) Thanks [@mitchellv-ledger](https://github.com/mitchellv-ledger)! - Add postonboarding action row for completed onboarded device
32
32
 
33
+ - [#13400](https://github.com/LedgerHQ/ledger-live/pull/13400) [`ffa9e7e`](https://github.com/LedgerHQ/ledger-live/commit/ffa9e7e58dd60d0f568362a95e14ba5d130c2d07) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: save timestamp in the recentlAddresses store
34
+
33
35
  - [#13091](https://github.com/LedgerHQ/ledger-live/pull/13091) [`34248c3`](https://github.com/LedgerHQ/ledger-live/commit/34248c306479dafe6335b2c176daf25064c85b3b) Thanks [@dilaouid](https://github.com/dilaouid)! - feat: add descriptors (+supported features) and helpers for each coins
34
36
 
35
37
  - [#13180](https://github.com/LedgerHQ/ledger-live/pull/13180) [`2d9f320`](https://github.com/LedgerHQ/ledger-live/commit/2d9f32087eea12ae9d5ea2347b277b8bf4e60f55) Thanks [@ejaycoleman](https://github.com/ejaycoleman)! - Integrates new modular asset modal flow behind a feature flag
@@ -39,7 +41,7 @@
39
41
  ### Patch Changes
40
42
 
41
43
  - 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
44
+ - @ledgerhq/client-ids@0.2.0-nightly.20251223024125
43
45
 
44
46
  ## 6.90.0
45
47
 
@@ -1,2 +1,6 @@
1
- export type RecentAddressesState = Record<string, string[]>;
1
+ export type RecentAddress = {
2
+ address: string;
3
+ lastUsed: number;
4
+ };
5
+ export type RecentAddressesState = Record<string, RecentAddress[]>;
2
6
  //# sourceMappingURL=recentAddresses.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"recentAddresses.d.ts","sourceRoot":"","sources":["../src/recentAddresses.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"recentAddresses.d.ts","sourceRoot":"","sources":["../src/recentAddresses.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC"}
@@ -1,2 +1,6 @@
1
- export type RecentAddressesState = Record<string, string[]>;
1
+ export type RecentAddress = {
2
+ address: string;
3
+ lastUsed: number;
4
+ };
5
+ export type RecentAddressesState = Record<string, RecentAddress[]>;
2
6
  //# sourceMappingURL=recentAddresses.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"recentAddresses.d.ts","sourceRoot":"","sources":["../src/recentAddresses.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"recentAddresses.d.ts","sourceRoot":"","sources":["../src/recentAddresses.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,aAAa,GAAG;IAC1B,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,EAAE,aAAa,EAAE,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ledgerhq/types-live",
3
- "version": "6.91.0-nightly.20251220023811",
3
+ "version": "6.91.0-nightly.20251223024125",
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.20251220023811"
26
+ "@ledgerhq/client-ids": "0.2.0-nightly.20251223024125"
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.20251220023811",
37
+ "@ledgerhq/types-cryptoassets": "^7.31.0-nightly.20251223024125",
38
38
  "@ledgerhq/types-devices": "^6.27.0"
39
39
  },
40
40
  "scripts": {
@@ -1 +1,6 @@
1
- export type RecentAddressesState = Record<string, string[]>;
1
+ export type RecentAddress = {
2
+ address: string;
3
+ lastUsed: number;
4
+ };
5
+
6
+ export type RecentAddressesState = Record<string, RecentAddress[]>;