dataverse-client-javascript
dataverse-client-javascript copied to clipboard
Implement dataset version isLatest and isInReview fields
Inspired from this TODO, the isLatest and isInReview in dataset version info from dataverse front-end repo are hard coded, and should be removed by connecting with js-dataverse functions. However, these two fields are missing in js-dataverse dataset version info as well, so an implementation is needed.