Update to Angular-16 #4
|
@ -260,7 +260,7 @@ function parseAllUrls(response: any, allUrls: any, resultsType: string, subject:
|
||||||
} else {
|
} else {
|
||||||
let resultLandingComponent = new ResultLandingComponent(null, null, null,
|
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, null, null, null, null, null, null);
|
||||||
|
|
||||||
if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) {
|
if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) {
|
||||||
noIndexedUrls++;
|
noIndexedUrls++;
|
||||||
|
|
|
@ -10,12 +10,12 @@
|
||||||
"superagent": "^5.0.5"
|
"superagent": "^5.0.5"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^8.0.30",
|
"@types/node": "^16.18.39",
|
||||||
"ts-node": "^10.4.0",
|
"ts-node": "^10.9.1",
|
||||||
"typescript": "^3.2.4"
|
"typescript": "^4.9.5"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "16.3.0"
|
"node": ">=16.14.0"
|
||||||
},
|
},
|
||||||
"author": "Konstantina Galouni <kgalouni@di.uoa.gr>",
|
"author": "Konstantina Galouni <kgalouni@di.uoa.gr>",
|
||||||
"license": "NKUA"
|
"license": "NKUA"
|
||||||
|
|
Loading…
Reference in New Issue