dependencies: bump feedsub to 0.7.6

This commit is contained in:
Jesse Chan
2020-12-14 01:41:01 +08:00
parent 94a77cc1ab
commit cea33d5668
5 changed files with 23 additions and 26 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
import FeedSub from 'feedsub';
import type {FeedItem} from 'feedme';
import FeedSub, {FeedItem} from 'feedsub';
export interface FeedReaderOptions {
feedID: string;
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
import type {FeedItem} from 'feedme';
import type {FeedItem} from 'feedsub';
import regEx from '../../shared/util/regEx';