From 44ee73348d73194fcaff7c18892574f118971914 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 1 Nov 2024 23:06:08 -0700 Subject: [PATCH] Update libnemo dependency. --- app/app.ts | 2 +- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/app.ts b/app/app.ts index 716fbbc..6cc4479 100644 --- a/app/app.ts +++ b/app/app.ts @@ -2,7 +2,7 @@ // SPDX-License-Identifier: GPL-3.0-or-later import { Application } from '@nativescript/core' -import { Account, Bip44Wallet, Blake2bWallet, LedgerWallet, SendBlock, ReceiveBlock, ChangeBlock, Node, Rolodex } from 'libnemo' +import { Account, Bip44Wallet, Blake2bWallet, LedgerWallet, SendBlock, ReceiveBlock, ChangeBlock, Rpc, Rolodex } from 'libnemo' Application.run({ moduleName: 'app-root' }) diff --git a/package-lock.json b/package-lock.json index 6409537..6f1cdf4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@ledgerhq/hw-transport-webusb": "^6.29.4", "@nativescript/core": "^8.8.2", "@nativescript/theme": "^3.1.0", - "libnemo": "^0.0.11" + "libnemo": "^0.0.17" }, "devDependencies": { "@nativescript/android": "8.8.5", @@ -3117,9 +3117,9 @@ } }, "node_modules/libnemo": { - "version": "0.0.11", - "resolved": "https://registry.npmjs.org/libnemo/-/libnemo-0.0.11.tgz", - "integrity": "sha512-/gHQe5v1a73cyzpVIi6mrvjr9p8sjxZ5jcOQ+I13LbYY9iHyGsTFz+E3pTdr+23P909dq4S5KmoVdXvMWbODlQ==", + "version": "0.0.17", + "resolved": "https://registry.npmjs.org/libnemo/-/libnemo-0.0.17.tgz", + "integrity": "sha512-AKXZdLknBKUXAH5Tw/Y84/nUCgKYd10n8n1NDgAvpdEcK44wILcn4ESu+urGdbLrzjSFtjlsumlNZ8Q3Cnevmg==", "license": "(GPL-3.0-or-later AND MIT)", "dependencies": { "blakejs": "^1.2.1" diff --git a/package.json b/package.json index 52472d8..2f13a9d 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@ledgerhq/hw-transport-webusb": "^6.29.4", "@nativescript/core": "^8.8.2", "@nativescript/theme": "^3.1.0", - "libnemo": "^0.0.11" + "libnemo": "^0.0.17" }, "devDependencies": { "@nativescript/android": "8.8.5", -- 2.34.1