Rename everything to welshman
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# @coracle.social/feeds
|
||||
# @welshman/feeds [](https://npmjs.com/package/@welshman/feeds)
|
||||
|
||||
A custom feed compiler and loader for nostr.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import {uniq, now, isNil} from '@coracle.social/lib'
|
||||
import type {Rumor, Filter} from '@coracle.social/util'
|
||||
import {Tags, getIdFilters, mergeFilters} from '@coracle.social/util'
|
||||
import {uniq, now, isNil} from '@welshman/lib'
|
||||
import type {Rumor, Filter} from '@welshman/util'
|
||||
import {Tags, getIdFilters, mergeFilters} from '@welshman/util'
|
||||
import type {RequestItem, DVMItem, Scope, Feed, DynamicFilter, FeedOptions} from './core'
|
||||
import {FeedType, getSubFeeds} from './core'
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type {Filter} from '@coracle.social/util'
|
||||
import type {Filter} from '@welshman/util'
|
||||
|
||||
export enum FeedType {
|
||||
Difference = "difference",
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@coracle.social/feeds",
|
||||
"version": "0.0.3",
|
||||
"name": "@welshman/feeds",
|
||||
"version": "0.0.1",
|
||||
"author": "hodlbod",
|
||||
"license": "MIT",
|
||||
"description": "Utilities for building dynamic nostr feeds.",
|
||||
@@ -31,6 +31,6 @@
|
||||
"typescript": "~5.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@coracle.social/util": "0.0.9"
|
||||
"@welshman/util": "0.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user