feat: add bolt11 dependency

This commit is contained in:
P. Reis 2024-06-17 11:05:14 -03:00
parent 1983171193
commit ba9a578ec0
2 changed files with 3 additions and 1 deletions

View file

@ -62,7 +62,8 @@
"type-fest": "npm:type-fest@^4.3.0",
"unfurl.js": "npm:unfurl.js@^6.4.0",
"zod": "npm:zod@^3.23.8",
"~/fixtures/": "./fixtures/"
"~/fixtures/": "./fixtures/",
"bolt11": "npm:bolt11@^1.4.1"
},
"lint": {
"include": ["src/", "scripts/"],

1
deno.lock generated
View file

@ -1375,6 +1375,7 @@
"npm:@isaacs/ttlcache@^1.4.1",
"npm:@noble/secp256k1@^2.0.0",
"npm:@scure/base@^1.1.6",
"npm:bolt11@^1.4.1",
"npm:comlink@^4.4.1",
"npm:entities@^4.5.0",
"npm:fast-stable-stringify@^1.0.0",