mirror of
https://github.com/zoriya/flood.git
synced 2026-06-07 12:24:50 +00:00
dependencies: bump feedsub to 0.7.6
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import FeedSub from 'feedsub';
|
||||
|
||||
import type {FeedItem} from 'feedme';
|
||||
import FeedSub, {FeedItem} from 'feedsub';
|
||||
|
||||
export interface FeedReaderOptions {
|
||||
feedID: string;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import path from 'path';
|
||||
import Datastore from 'nedb';
|
||||
|
||||
import type {FeedItem} from 'feedme';
|
||||
import type {FeedItem} from 'feedsub';
|
||||
|
||||
import BaseService from './BaseService';
|
||||
import config from '../../config';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type {FeedItem} from 'feedme';
|
||||
import type {FeedItem} from 'feedsub';
|
||||
|
||||
import regEx from '../../shared/util/regEx';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user