@ledgerhq/types-live 6.92.0-nightly.20260106024351 → 6.92.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/.unimportedrc.json +4 -1
- package/CHANGELOG.md +5 -3
- package/package.json +8 -7
package/.unimportedrc.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ledgerhq/types-live
|
|
2
2
|
|
|
3
|
-
## 6.92.0-nightly.
|
|
3
|
+
## 6.92.0-nightly.20260107024347
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -14,6 +14,8 @@
|
|
|
14
14
|
|
|
15
15
|
- [#13482](https://github.com/LedgerHQ/ledger-live/pull/13482) [`e844b3b`](https://github.com/LedgerHQ/ledger-live/commit/e844b3bd5f8a4b21cf94e0a598c22a2a42791490) Thanks [@sergiubreban](https://github.com/sergiubreban)! - Adds earn ui feature flag
|
|
16
16
|
|
|
17
|
+
- [#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
|
|
18
|
+
|
|
17
19
|
- [#13306](https://github.com/LedgerHQ/ledger-live/pull/13306) [`c2d4259`](https://github.com/LedgerHQ/ledger-live/commit/c2d425989b600732f4fb0a88993e2673e93698a7) Thanks [@mitchellv-ledger](https://github.com/mitchellv-ledger)! - Add ledger sync step to llm two step sync companion
|
|
18
20
|
|
|
19
21
|
- [#13427](https://github.com/LedgerHQ/ledger-live/pull/13427) [`9e80ecc`](https://github.com/LedgerHQ/ledger-live/commit/9e80ecc5ef6da4f39a184d3c555c8d7c439754a8) Thanks [@RobinVncnt](https://github.com/RobinVncnt)! - feat: feature flags for notifications optimizations
|
|
@@ -26,8 +28,8 @@
|
|
|
26
28
|
|
|
27
29
|
### Patch Changes
|
|
28
30
|
|
|
29
|
-
- Updated dependencies [[`0f41528`](https://github.com/LedgerHQ/ledger-live/commit/0f415284044c2bfa622dad33fea01cb5f2cee034), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea)]:
|
|
30
|
-
- @ledgerhq/client-ids@0.3.0-nightly.
|
|
31
|
+
- Updated dependencies [[`0f41528`](https://github.com/LedgerHQ/ledger-live/commit/0f415284044c2bfa622dad33fea01cb5f2cee034), [`8cb7d40`](https://github.com/LedgerHQ/ledger-live/commit/8cb7d40e0a55e47f42adc5cd522740cab1fd4de4), [`fba1e31`](https://github.com/LedgerHQ/ledger-live/commit/fba1e31386e589a93adb19bc4f6eae55129e19ea), [`b9a3e43`](https://github.com/LedgerHQ/ledger-live/commit/b9a3e431be33943ab4feb4294d6a7f27b966e61b)]:
|
|
32
|
+
- @ledgerhq/client-ids@0.3.0-nightly.20260107024347
|
|
31
33
|
|
|
32
34
|
## 6.91.1
|
|
33
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/types-live",
|
|
3
|
-
"version": "6.92.0-nightly.
|
|
3
|
+
"version": "6.92.0-nightly.20260107024347",
|
|
4
4
|
"description": "Ledger Live main types.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Ledger"
|
|
@@ -23,19 +23,20 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"bignumber.js": "^9.1.2",
|
|
25
25
|
"rxjs": "7.8.2",
|
|
26
|
-
"@ledgerhq/client-ids": "0.3.0-nightly.
|
|
26
|
+
"@ledgerhq/client-ids": "0.3.0-nightly.20260107024347"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@types/jest": "
|
|
29
|
+
"@types/jest": "30.0.0",
|
|
30
30
|
"@types/node": "^22.10.10",
|
|
31
31
|
"documentation": "14.0.2",
|
|
32
|
-
"jest": "
|
|
32
|
+
"jest": "30.2.0",
|
|
33
33
|
"rimraf": "^4.4.1",
|
|
34
34
|
"source-map-support": "^0.5.21",
|
|
35
|
-
"
|
|
35
|
+
"@swc/jest": "0.2.39",
|
|
36
|
+
"@swc/core": "1.15.8",
|
|
36
37
|
"ts-node": "^10.4.0",
|
|
37
|
-
"@ledgerhq/types-cryptoassets": "^7.
|
|
38
|
-
"@ledgerhq/types-devices": "^6.
|
|
38
|
+
"@ledgerhq/types-cryptoassets": "^7.32.0-nightly.20260107024347",
|
|
39
|
+
"@ledgerhq/types-devices": "^6.28.0-nightly.20260107024347"
|
|
39
40
|
},
|
|
40
41
|
"scripts": {
|
|
41
42
|
"clean": "rimraf lib lib-es",
|