Bump app
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@welshman/app",
|
"name": "@welshman/app",
|
||||||
"version": "0.0.40",
|
"version": "0.0.41",
|
||||||
"author": "hodlbod",
|
"author": "hodlbod",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"description": "A collection of svelte stores for use in building nostr client applications.",
|
"description": "A collection of svelte stores for use in building nostr client applications.",
|
||||||
|
|||||||
@@ -492,7 +492,7 @@ export const renderCashu = (p: ParsedCashu, r: Renderer) => r.addText(p.value)
|
|||||||
|
|
||||||
export const renderCode = (p: ParsedCode, r: Renderer) => r.addText(p.value)
|
export const renderCode = (p: ParsedCode, r: Renderer) => r.addText(p.value)
|
||||||
|
|
||||||
export const renderEllipsis = (p: ParsedEllipsis, r: Renderer) => "…"
|
export const renderEllipsis = (p: ParsedEllipsis, r: Renderer) => r.addText("…")
|
||||||
|
|
||||||
export const renderInvoice = (p: ParsedInvoice, r: Renderer) => r.addText(p.value)
|
export const renderInvoice = (p: ParsedInvoice, r: Renderer) => r.addText(p.value)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user