Rename everything to welshman

This commit is contained in:
Jon Staab
2024-04-22 13:18:56 -07:00
parent eb5ffe873e
commit 16b1f22a95
40 changed files with 144 additions and 161 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
import {inc, max, min, now} from '@coracle.social/lib'
import type {Rumor, Filter} from '@coracle.social/util'
import {EPOCH, guessFilterDelta} from '@coracle.social/util'
import {inc, max, min, now} from '@welshman/lib'
import type {Rumor, Filter} from '@welshman/util'
import {EPOCH, guessFilterDelta} from '@welshman/util'
import type {Feed, RequestItem, FeedOptions} from './core'
import {FeedType} from './core'
import {FeedCompiler} from './compiler'