podverse-mq 5.1.5-alpha.1 → 5.1.5-alpha.2
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.
|
@@ -18,7 +18,7 @@ const podverse_orm_1 = require("podverse-orm");
|
|
|
18
18
|
const ws_1 = __importDefault(require("ws"));
|
|
19
19
|
const add_1 = require("./add");
|
|
20
20
|
const mqRSSRunLiveItemListener = (activeMQArtemisService) => {
|
|
21
|
-
console.info('starting runLiveItemListener');
|
|
21
|
+
console.info('starting runLiveItemListener v2');
|
|
22
22
|
const feedService = new podverse_orm_1.FeedService();
|
|
23
23
|
/*
|
|
24
24
|
Run an interval to keep the node script running forever.
|
|
@@ -66,7 +66,7 @@ const mqRSSRunLiveItemListener = (activeMQArtemisService) => {
|
|
|
66
66
|
if (url === null || url === void 0 ? void 0 : url.startsWith('http')) {
|
|
67
67
|
let feed = null;
|
|
68
68
|
try {
|
|
69
|
-
feed = yield feedService.getByUrl(url);
|
|
69
|
+
feed = yield feedService.getByUrl({ url });
|
|
70
70
|
}
|
|
71
71
|
catch (error) {
|
|
72
72
|
console.info(`p.p.iris error ${error}, connectionId: ${connectionId}`);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "podverse-mq",
|
|
3
|
-
"version": "5.1.5-alpha.
|
|
3
|
+
"version": "5.1.5-alpha.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"license": "AGPLv3",
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"module-alias": "^2.2.3",
|
|
20
|
-
"podverse-external-services": "^5.1.5-alpha.
|
|
21
|
-
"podverse-helpers": "^5.1.5-alpha.
|
|
22
|
-
"podverse-orm": "^5.1.5-alpha.
|
|
23
|
-
"podverse-parser": "^5.1.5-alpha.
|
|
20
|
+
"podverse-external-services": "^5.1.5-alpha.1",
|
|
21
|
+
"podverse-helpers": "^5.1.5-alpha.1",
|
|
22
|
+
"podverse-orm": "^5.1.5-alpha.1",
|
|
23
|
+
"podverse-parser": "^5.1.5-alpha.2",
|
|
24
24
|
"rhea": "^2.0.6",
|
|
25
25
|
"ws": "^8.18.3"
|
|
26
26
|
},
|