dataverse-client-javascript
dataverse-client-javascript copied to clipboard
A Dataverse client for JavaScript and TypeScript
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
## Overview of the feature request Allowing for users of the package to create a collection (dataverse) within a Dataverse instance specified by the users. ## What inspired the request?...
## Overview of the feature request Allowing for users of the package to upload a file to a dataset in a dataverse instance specified by the users. ## What inspired...
## Overview of the feature request This documentation should contain topics such as the installation of the package through NPM, the initialization via ApiConfig, and instructions for importing and executing...
## What this PR does / why we need it: ## Which issue(s) this PR closes: - Closes # ## Related Dataverse PRs: - Depends on # ## Special notes...
The `createCollection` use case is not persisting the information sent about the selected facets. https://github.com/user-attachments/assets/9711c857-181f-4a58-9076-849e3ea00f57
For the SPA, we need that both `getCollectionFacets` and the `getAllFacetableMetadataFields` use cases, include in their response objects a property with the information about the parent block name. This is...
Occasionally DirectFileUpload.test.ts fails. Sometimes restarting Docker will fix this, but not always. Example error message:
We need this for the Collection Page, which has an action for publishing a Collection The API exists for this in Dataverse, https://guides.dataverse.org/en/latest/api/native-api.html#publish-dataverse-api
For the Collection page, we need to display the files that belong to the collection. The file items will be read from the search results of that collection, and be...