@ledgerhq/live-cli 24.29.0-nightly.20251203105022 → 24.29.0-nightly.20251204023901
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/lib/cli.js +6 -6
- package/package.json +2 -2
package/lib/cli.js
CHANGED
|
@@ -543580,7 +543580,7 @@ var require_package8 = __commonJS({
|
|
|
543580
543580
|
module2.exports = {
|
|
543581
543581
|
name: "@ledgerhq/live-common",
|
|
543582
543582
|
description: "Common ground for the Ledger Live apps",
|
|
543583
|
-
version: "34.54.0-nightly.
|
|
543583
|
+
version: "34.54.0-nightly.20251204023901",
|
|
543584
543584
|
repository: {
|
|
543585
543585
|
type: "git",
|
|
543586
543586
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -543925,7 +543925,7 @@ var require_package9 = __commonJS({
|
|
|
543925
543925
|
"package.json"(exports2, module2) {
|
|
543926
543926
|
module2.exports = {
|
|
543927
543927
|
name: "@ledgerhq/live-cli",
|
|
543928
|
-
version: "24.29.0-nightly.
|
|
543928
|
+
version: "24.29.0-nightly.20251204023901",
|
|
543929
543929
|
description: "ledger-live CLI version",
|
|
543930
543930
|
repository: {
|
|
543931
543931
|
type: "git",
|
|
@@ -773623,7 +773623,7 @@ function getChainAPI(config4, logger27) {
|
|
|
773623
773623
|
getParsedToken2022AccountsByOwner: (address3) => connection.getParsedTokenAccountsByOwner(new PublicKey7(address3), {
|
|
773624
773624
|
programId: TOKEN_2022_PROGRAM_ID
|
|
773625
773625
|
}).catch(remapErrors),
|
|
773626
|
-
getStakeAccountsByStakeAuth:
|
|
773626
|
+
getStakeAccountsByStakeAuth: (authAddr) => connection.getParsedProgramAccounts(StakeProgram.programId, {
|
|
773627
773627
|
filters: [
|
|
773628
773628
|
{
|
|
773629
773629
|
memcmp: {
|
|
@@ -773632,8 +773632,8 @@ function getChainAPI(config4, logger27) {
|
|
|
773632
773632
|
}
|
|
773633
773633
|
}
|
|
773634
773634
|
]
|
|
773635
|
-
}).catch(remapErrors),
|
|
773636
|
-
getStakeAccountsByWithdrawAuth:
|
|
773635
|
+
}).catch(remapErrors),
|
|
773636
|
+
getStakeAccountsByWithdrawAuth: (authAddr) => connection.getParsedProgramAccounts(StakeProgram.programId, {
|
|
773637
773637
|
filters: [
|
|
773638
773638
|
{
|
|
773639
773639
|
memcmp: {
|
|
@@ -773642,7 +773642,7 @@ function getChainAPI(config4, logger27) {
|
|
|
773642
773642
|
}
|
|
773643
773643
|
}
|
|
773644
773644
|
]
|
|
773645
|
-
}).catch(remapErrors),
|
|
773645
|
+
}).catch(remapErrors),
|
|
773646
773646
|
getInflationReward: (addresses) => connection.getInflationReward(addresses.map((addr) => new PublicKey7(addr))).catch(remapErrors),
|
|
773647
773647
|
getVoteAccounts: () => connection.getVoteAccounts().catch(remapErrors),
|
|
773648
773648
|
getSignaturesForAddress: (address3, opts) => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ledgerhq/live-cli",
|
|
3
|
-
"version": "24.29.0-nightly.
|
|
3
|
+
"version": "24.29.0-nightly.20251204023901",
|
|
4
4
|
"description": "ledger-live CLI version",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"tsup": "7.3.0",
|
|
60
60
|
"yaml": "2.8.1",
|
|
61
61
|
"@ledgerhq/types-cryptoassets": "^7.30.0",
|
|
62
|
-
"@ledgerhq/types-live": "^6.90.0-nightly.
|
|
62
|
+
"@ledgerhq/types-live": "^6.90.0-nightly.20251204023901"
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"directory": "dist"
|