Update welshman stuff, fix bug in makeFeed

This commit is contained in:
Jon Staab
2025-04-24 10:02:27 -07:00
parent 3a954201ce
commit c18b29e7d6
19 changed files with 60 additions and 47 deletions
+1 -2
View File
@@ -43,6 +43,7 @@ import {
} from "@welshman/util"
import type {TrustedEvent, SignedEvent, PublishedList, List, Filter} from "@welshman/util"
import {Nip59, decrypt} from "@welshman/signer"
import {routerContext, Router} from "@welshman/router"
import {
pubkey,
repository,
@@ -60,9 +61,7 @@ import {
thunks,
walkThunks,
signer,
Router,
makeOutboxLoader,
routerContext,
appContext,
} from "@welshman/app"
import type {Thunk, Relay} from "@welshman/app"