@ledgerhq/cryptoassets 13.35.2-nightly.20260106024351 → 13.36.0-nightly.20260107024347
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 +12 -4
- package/jest.config.ts +10 -0
- package/package.json +13 -11
- package/src/cal-client/MIGRATION_GUIDE.md +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,22 @@
|
|
|
1
1
|
# @ledgerhq/cryptoassets
|
|
2
2
|
|
|
3
|
-
## 13.
|
|
3
|
+
## 13.36.0-nightly.20260107024347
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#13528](https://github.com/LedgerHQ/ledger-live/pull/13528) [`537a975`](https://github.com/LedgerHQ/ledger-live/commit/537a975536ca3669d3b88371e1e1f651c4cb9a1b) Thanks [@mcayuelas-ledger](https://github.com/mcayuelas-ledger)! - Migrate from react-window to TanStack Virtual
|
|
8
|
+
|
|
9
|
+
- [#13396](https://github.com/LedgerHQ/ledger-live/pull/13396) [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b) Thanks [@gre-ledger](https://github.com/gre-ledger)! - Update Jest to v30
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
6
12
|
|
|
7
13
|
- [#13062](https://github.com/LedgerHQ/ledger-live/pull/13062) [`6e6a12c`](https://github.com/LedgerHQ/ledger-live/commit/6e6a12cdfd79b752839bf664bab5156cea9c9e23) Thanks [@Justkant](https://github.com/Justkant)! - fix: update manager app name for Avalanche C-Chain to Ethereum
|
|
8
14
|
|
|
9
|
-
- Updated dependencies [[`7e12cd3`](https://github.com/LedgerHQ/ledger-live/commit/7e12cd30f47d42cd8dac35cfa475abdd9ad44e19), [`4455451`](https://github.com/LedgerHQ/ledger-live/commit/445545117cf0196d7c5a303df21041c23b91844c), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`e57fa40`](https://github.com/LedgerHQ/ledger-live/commit/e57fa40a1bb480ebcc03120a1aab3b02e249bf8d), [`e844b3b`](https://github.com/LedgerHQ/ledger-live/commit/e844b3bd5f8a4b21cf94e0a598c22a2a42791490), [`c2d4259`](https://github.com/LedgerHQ/ledger-live/commit/c2d425989b600732f4fb0a88993e2673e93698a7), [`9e80ecc`](https://github.com/LedgerHQ/ledger-live/commit/9e80ecc5ef6da4f39a184d3c555c8d7c439754a8), [`ffa9e7e`](https://github.com/LedgerHQ/ledger-live/commit/ffa9e7e58dd60d0f568362a95e14ba5d130c2d07), [`4caf2ef`](https://github.com/LedgerHQ/ledger-live/commit/4caf2eff2aff2a6f1048ccf8e94295c954554ae1), [`c4045c7`](https://github.com/LedgerHQ/ledger-live/commit/c4045c714ee0fb1f02f6e75cae04e99cdea01ae4)]:
|
|
10
|
-
- @ledgerhq/types-live@6.92.0-nightly.
|
|
11
|
-
- @ledgerhq/live-env@2.24.0-nightly.
|
|
15
|
+
- Updated dependencies [[`7e12cd3`](https://github.com/LedgerHQ/ledger-live/commit/7e12cd30f47d42cd8dac35cfa475abdd9ad44e19), [`4455451`](https://github.com/LedgerHQ/ledger-live/commit/445545117cf0196d7c5a303df21041c23b91844c), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`e57fa40`](https://github.com/LedgerHQ/ledger-live/commit/e57fa40a1bb480ebcc03120a1aab3b02e249bf8d), [`e844b3b`](https://github.com/LedgerHQ/ledger-live/commit/e844b3bd5f8a4b21cf94e0a598c22a2a42791490), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b), [`c2d4259`](https://github.com/LedgerHQ/ledger-live/commit/c2d425989b600732f4fb0a88993e2673e93698a7), [`9e80ecc`](https://github.com/LedgerHQ/ledger-live/commit/9e80ecc5ef6da4f39a184d3c555c8d7c439754a8), [`ffa9e7e`](https://github.com/LedgerHQ/ledger-live/commit/ffa9e7e58dd60d0f568362a95e14ba5d130c2d07), [`4caf2ef`](https://github.com/LedgerHQ/ledger-live/commit/4caf2eff2aff2a6f1048ccf8e94295c954554ae1), [`c4045c7`](https://github.com/LedgerHQ/ledger-live/commit/c4045c714ee0fb1f02f6e75cae04e99cdea01ae4)]:
|
|
16
|
+
- @ledgerhq/types-live@6.92.0-nightly.20260107024347
|
|
17
|
+
- @ledgerhq/live-env@2.24.0-nightly.20260107024347
|
|
18
|
+
- @ledgerhq/errors@6.29.0-nightly.20260107024347
|
|
19
|
+
- @ledgerhq/logs@6.14.0-nightly.20260107024347
|
|
12
20
|
|
|
13
21
|
## 13.35.1
|
|
14
22
|
|
package/jest.config.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/cryptoassets",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.36.0-nightly.20260107024347",
|
|
4
4
|
"description": "Ledger crypto-assets list",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -23,26 +23,28 @@
|
|
|
23
23
|
"@reduxjs/toolkit": "2.8.2",
|
|
24
24
|
"invariant": "2",
|
|
25
25
|
"zod": "^3.22.4",
|
|
26
|
-
"@ledgerhq/live-env": "^2.24.0-nightly.
|
|
27
|
-
"@ledgerhq/types-live": "^6.92.0-nightly.
|
|
28
|
-
"@ledgerhq/logs": "^6.
|
|
29
|
-
"@ledgerhq/errors": "^6.
|
|
26
|
+
"@ledgerhq/live-env": "^2.24.0-nightly.20260107024347",
|
|
27
|
+
"@ledgerhq/types-live": "^6.92.0-nightly.20260107024347",
|
|
28
|
+
"@ledgerhq/logs": "^6.14.0-nightly.20260107024347",
|
|
29
|
+
"@ledgerhq/errors": "^6.29.0-nightly.20260107024347"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@testing-library/
|
|
33
|
-
"@
|
|
32
|
+
"@testing-library/dom": "10.4.1",
|
|
33
|
+
"@testing-library/react": "16.3.1",
|
|
34
|
+
"@types/jest": "30.0.0",
|
|
34
35
|
"@types/node": "^22.10.10",
|
|
35
36
|
"@types/react": "^18.0.0",
|
|
36
|
-
"jest": "
|
|
37
|
-
"jest-environment-jsdom": "
|
|
37
|
+
"jest": "30.2.0",
|
|
38
|
+
"jest-environment-jsdom": "30.2.0",
|
|
38
39
|
"react": "^18.0.0",
|
|
39
40
|
"react-dom": "^18.0.0",
|
|
40
41
|
"react-redux": "^9.2.0",
|
|
41
42
|
"rimraf": "^4.4.1",
|
|
42
43
|
"source-map-support": "^0.5.21",
|
|
43
|
-
"
|
|
44
|
+
"@swc/jest": "0.2.39",
|
|
45
|
+
"@swc/core": "1.15.8",
|
|
44
46
|
"ts-node": "^10.7.0",
|
|
45
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
47
|
+
"@ledgerhq/types-cryptoassets": "^7.32.0-nightly.20260107024347"
|
|
46
48
|
},
|
|
47
49
|
"typesVersions": {
|
|
48
50
|
"*": {
|
|
@@ -32,7 +32,7 @@ data: {
|
|
|
32
32
|
|
|
33
33
|
## Integration on LLD
|
|
34
34
|
|
|
35
|
-
**Pagination:** Use
|
|
35
|
+
**Pagination:** Use `@tanstack/react-virtual` or implement scroll detection to call `loadNext`
|
|
36
36
|
|
|
37
37
|
## Integration on LLM
|
|
38
38
|
|