feat(parsing): Replace rss-parser with fast-xml-parser and add native feed parser; update Smartfeed to use parseFeedXML and adjust plugins/tests
This commit is contained in:
4
deno.lock
generated
4
deno.lock
generated
@@ -7,7 +7,7 @@
|
||||
"npm:@pushrocks/smartfile@^10.0.26": "10.0.26",
|
||||
"npm:@tsclass/tsclass@^9.3.0": "9.3.0",
|
||||
"npm:@types/node@^24.9.2": "24.9.2",
|
||||
"npm:rss-parser@^3.10.0": "3.13.0"
|
||||
"npm:fast-xml-parser@^4.5.0": "4.5.3"
|
||||
},
|
||||
"npm": {
|
||||
"@api.global/typedrequest-interfaces@2.0.2": {
|
||||
@@ -7481,7 +7481,7 @@
|
||||
"npm:@pushrocks/smartfile@^10.0.26",
|
||||
"npm:@tsclass/tsclass@^9.3.0",
|
||||
"npm:@types/node@^24.9.2",
|
||||
"npm:rss-parser@^3.10.0"
|
||||
"npm:fast-xml-parser@^4.5.0"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user