podverse-parser 5.1.0-alpha.2 → 5.1.0-alpha.4

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.
@@ -34,7 +34,7 @@ const handleRemoteItemsFeedParsing = (feedGuidsToParse) => __awaiter(void 0, voi
34
34
  const feedService = new podverse_orm_1.FeedService();
35
35
  const pvExistingFeed = yield feedService.getByPodcastGuid(feedGuid);
36
36
  if (!pvExistingFeed) {
37
- const piFeedDataResponse = yield podcastIndex_1.podcastIndexService.getPodcastByGuid(feedGuid);
37
+ const piFeedDataResponse = yield podcastIndex_1.podcastIndexService.podcastGetByGuid(feedGuid);
38
38
  if (((_a = piFeedDataResponse === null || piFeedDataResponse === void 0 ? void 0 : piFeedDataResponse.feed) === null || _a === void 0 ? void 0 : _a.id) && ((_b = piFeedDataResponse === null || piFeedDataResponse === void 0 ? void 0 : piFeedDataResponse.feed) === null || _b === void 0 ? void 0 : _b.url)) {
39
39
  const piFeedData = {
40
40
  id: piFeedDataResponse.feed.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "podverse-parser",
3
- "version": "5.1.0-alpha.2",
3
+ "version": "5.1.0-alpha.4",
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.3",
21
+ "podverse-external-services": "^5.1.1-alpha.7",
22
22
  "podverse-helpers": "^5.1.2-alpha.4",
23
- "podverse-orm": "^5.1.0-alpha.3"
23
+ "podverse-orm": "^5.1.0-alpha.4"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@eslint/config-array": "^0.18.0",