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
+1 -1
View File
@@ -1,4 +1,4 @@
# @coracle.social/feeds
# @welshman/feeds [![version](https://badgen.feeds/npm/v/@welshman/feeds)](https://npmjs.com/package/@welshman/feeds)
A custom feed compiler and loader for nostr.
+3 -3
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
import type {Filter} from '@coracle.social/util'
import type {Filter} from '@welshman/util'
export enum FeedType {
Difference = "difference",
+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'
+3 -3
View File
@@ -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"
}
}