dataverse-client-javascript
dataverse-client-javascript copied to clipboard
A Dataverse client for JavaScript and TypeScript
This issue depends on: https://github.com/IQSS/dataverse/issues/10761
In the SPA, we need to identify objects that have never been published, distinct from draft versions of previously published objects. This is required to show the 'Unpublished' label in...
For SPA Publish Dataset popup, we need to display the new version numbers that will be assigned for a major and minor version update. In order to show that, we...
When running the test script locally, DirectUploadClient.test.ts fails, but it succeeds in the Github action. If possible, we need to update the docker configuration in the test to handle this...
## Overview of the feature request When trying to update a dataset with 6 metadatablocks for example, API is throwing 500 Internal Server Error [Payload Sent](https://github.com/user-attachments/files/15991426/payload.json) ## What inspired the...
## What this PR does / why we need it: ## Which issue(s) this PR closes: - Closes # ## Related Dataverse PRs: - Depends on # ## Special notes...
## Overview of the Feature Request Create a use case that will compare two dataset versions and return a list of differences between the two versions These use cases will...
## Overview of the feature request Allowing for users of the package to edit a collection (dataverse) within a Dataverse instance specified by the users. ## What inspired the request?...
Currently the default value of collection alias in the Collection use cases is 'root'. This can cause a problem if the alias of the root collection is edited. To manage...
The pre-commit hook was failing because it expected 95% branch coverage, but certain classes (GetCollection and GetCollectionFacets) were showing 0% branch coverage, even though we have test cases that should...