From 0b78b72e148ebee221f8d8fa0187cf8ad6ccf2b2 Mon Sep 17 00:00:00 2001 From: DhananjayPurohit Date: Thu, 15 Aug 2024 16:34:09 +0530 Subject: [PATCH] fix: add bolt11 as package --- clients/libs/web/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clients/libs/web/package.json b/clients/libs/web/package.json index 66d889a9..bc325938 100644 --- a/clients/libs/web/package.json +++ b/clients/libs/web/package.json @@ -15,6 +15,7 @@ "dependencies": { "axios": "^1.7.2", "mercury-wasm": "file:../../../wasm/web_pkg/debug", - "uuid": "^10.0.0" + "uuid": "^10.0.0", + "bolt11": "^1.4.1" } }