mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 11:29:46 +00:00
feat: add bolt11 dependency
This commit is contained in:
parent
1983171193
commit
ba9a578ec0
2 changed files with 3 additions and 1 deletions
|
|
@ -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
1
deno.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue