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
@@ -22,9 +22,9 @@ const feed = intersectionFeed(
const controller = new FeedController({
feed,
request,
requestDvm,
requestDVM,
getPubkeysForScope,
getPubkeysForWotRange,
getPubkeysForWOTRange,
onEvent: event => console.log("Event", event),
onExhausted: () => console.log("Exhausted"),
})