Update versions in sitemaps. Need to be checked.
This commit is contained in:
parent
3a463f9bab
commit
95f749e9f0
|
@ -260,7 +260,7 @@ function parseAllUrls(response: any, allUrls: any, resultsType: string, subject:
|
|||
} else {
|
||||
let resultLandingComponent = new ResultLandingComponent(null, null, null,
|
||||
null, null, null, null, null, null,
|
||||
null, null, null, null, null);
|
||||
null, null, null, null, null, null, null, null);
|
||||
|
||||
if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) {
|
||||
noIndexedUrls++;
|
||||
|
|
|
@ -10,12 +10,12 @@
|
|||
"superagent": "^5.0.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^8.0.30",
|
||||
"ts-node": "^10.4.0",
|
||||
"typescript": "^3.2.4"
|
||||
"@types/node": "^16.18.39",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": "16.3.0"
|
||||
"node": ">=16.14.0"
|
||||
},
|
||||
"author": "Konstantina Galouni <kgalouni@di.uoa.gr>",
|
||||
"license": "NKUA"
|
||||
|
|
Loading…
Reference in New Issue