[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.

deprecated
Konstantina Galouni 2 years ago
parent a64bdff2f5
commit 91a0b86675

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

@ -10,8 +10,9 @@
"superagent": "^5.0.5"
},
"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": {
"node": "16.3.0"

Loading…
Cancel
Save