[Library]: searchDatacite.service.ts & searchCrossref.service.ts: [Bug fix] Extra checks added in author parsing | In Crossref parse author.name if author.family and/or author.given is missing.

This commit is contained in:
Konstantina Galouni 2021-11-11 12:13:25 +02:00
parent a64bdff2f5
commit 91a0b86675
2 changed files with 4 additions and 3 deletions

@ -1 +1 @@
Subproject commit 0a180ed22bd38d0d14c874c85d32665b368ac0fa Subproject commit d635949909468cf3f1d8c33c91c2c54e6e62b45f

View File

@ -10,8 +10,9 @@
"superagent": "^5.0.5" "superagent": "^5.0.5"
}, },
"devDependencies": { "devDependencies": {
"typescript": "3.2.4", "@types/node": "^8.0.30",
"@types/node": "^8.0.30" "ts-node": "^10.4.0",
"typescript": "^3.2.4"
}, },
"engines": { "engines": {
"node": "16.3.0" "node": "16.3.0"