podverse-parser 5.1.0-alpha.5 → 5.1.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../src/lib/rss/parser.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,kBAAkB,GAAU,KAAK,MAAM,oDASnD,CAAC;AAQF,eAAO,MAAM,6BAA6B,GAAU,KAAK,MAAM,EAAE,kBAAkB,MAAM,
|
|
1
|
+
{"version":3,"file":"parser.d.ts","sourceRoot":"","sources":["../../../src/lib/rss/parser.ts"],"names":[],"mappings":"AAoBA,eAAO,MAAM,kBAAkB,GAAU,KAAK,MAAM,oDASnD,CAAC;AAQF,eAAO,MAAM,6BAA6B,GAAU,KAAK,MAAM,EAAE,kBAAkB,MAAM,kBAoFxF,CAAC"}
|
package/dist/lib/rss/parser.js
CHANGED
|
@@ -88,7 +88,6 @@ const parseRSSFeedAndSaveToDatabase = (url, podcast_index_id) => __awaiter(void
|
|
|
88
88
|
yield feedLogService.update(feed, { last_finished_parse_time: new Date() });
|
|
89
89
|
}
|
|
90
90
|
catch (error) {
|
|
91
|
-
(0, podverse_helpers_1.logError)('parseRSSFeedAndSaveToDatabase', error);
|
|
92
91
|
if (error instanceof errors_1.FeedIsParsingError) {
|
|
93
92
|
podverse_helpers_1.logger.warn(`Feed ${feed === null || feed === void 0 ? void 0 : feed.id} is already parsing.`);
|
|
94
93
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podverse-parser",
|
|
3
|
-
"version": "5.1.0-alpha.
|
|
3
|
+
"version": "5.1.0-alpha.6",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"module-alias": "^2.2.3",
|
|
20
20
|
"podcast-partytime": "^4.8.1",
|
|
21
|
-
"podverse-external-services": "^5.1.1-alpha.
|
|
21
|
+
"podverse-external-services": "^5.1.1-alpha.10",
|
|
22
22
|
"podverse-helpers": "^5.1.2-alpha.4",
|
|
23
|
-
"podverse-orm": "^5.1.0-alpha.
|
|
23
|
+
"podverse-orm": "^5.1.0-alpha.8"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@eslint/config-array": "^0.18.0",
|