chore: update feed dependency to version 5.1.0 and adjust import paths for consistency

This commit is contained in:
2025-10-31 18:25:27 +00:00
parent 622b74e628
commit 05a597f473
6 changed files with 19 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
import * as plugins from './smartfeed.plugins';
import * as plugins from './smartfeed.plugins.js';
export interface IFeedOptions {
domain: string;