Bump versions

This commit is contained in:
Jon Staab
2024-11-07 15:12:17 -08:00
parent 151837accb
commit fb93bacb28
7 changed files with 35 additions and 24 deletions
+2 -2
View File
@@ -129,7 +129,7 @@ export type FeedOptions = {
requestDVM: (opts: DVMOpts) => Promise<void>
getPubkeysForScope: (scope: Scope) => string[]
getPubkeysForWOTRange: (minWOT: number, maxWOT: number) => string[]
onEvent: (event: TrustedEvent) => void
onExhausted: () => void
onEvent?: (event: TrustedEvent) => void
onExhausted?: () => void
useWindowing?: boolean
}