@ledgerhq/live-cli 24.19.1-nightly.2 → 24.19.2-nightly.0
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 +2 -4
- package/package.json +1 -1
package/lib/cli.js
CHANGED
|
@@ -523353,7 +523353,7 @@ var require_package8 = __commonJS({
|
|
|
523353
523353
|
module2.exports = {
|
|
523354
523354
|
name: "@ledgerhq/live-common",
|
|
523355
523355
|
description: "Common ground for the Ledger Live apps",
|
|
523356
|
-
version: "34.
|
|
523356
|
+
version: "34.38.2-nightly.0",
|
|
523357
523357
|
repository: {
|
|
523358
523358
|
type: "git",
|
|
523359
523359
|
url: "https://github.com/LedgerHQ/ledger-live.git"
|
|
@@ -530154,7 +530154,7 @@ var require_package9 = __commonJS({
|
|
|
530154
530154
|
"package.json"(exports2, module2) {
|
|
530155
530155
|
module2.exports = {
|
|
530156
530156
|
name: "@ledgerhq/live-cli",
|
|
530157
|
-
version: "24.19.
|
|
530157
|
+
version: "24.19.2-nightly.0",
|
|
530158
530158
|
description: "ledger-live CLI version",
|
|
530159
530159
|
repository: {
|
|
530160
530160
|
type: "git",
|
|
@@ -692771,8 +692771,6 @@ async function getAccountTransactions2(address4, since) {
|
|
|
692771
692771
|
while (nextUrl) {
|
|
692772
692772
|
const res = await fetch4(nextUrl);
|
|
692773
692773
|
const newTransactions = res.data.transactions;
|
|
692774
|
-
if (newTransactions.length === 0)
|
|
692775
|
-
break;
|
|
692776
692774
|
transactions3.push(...newTransactions);
|
|
692777
692775
|
nextUrl = res.data.links.next;
|
|
692778
692776
|
}
|