dataverse-client-javascript
dataverse-client-javascript copied to clipboard
A Dataverse client for JavaScript and TypeScript
Use Cases of Adding and Deleting a New Template
We'd like to have a bearer token configuration that is more flexible than the current `bearerTokenLocalStorageKey`, for example, by allowing a custom function to retrieve the bearer token. Our app...
The Notifications API is updated in this [PR](https://github.com/IQSS/dataverse/pull/11854). The updates to the API are - return additionalInfo as a JSON object instead of a string - pagination support - filter...
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.2.3 to 0.2.4. Commits 08fa3ab Update version 1cf4ec5 Merge commit from fork 188b25e Fix GHSA-52f5-9888-hmc6 73b9fe4 Add test case for GHSA-52f5-9888-hmc6 b8e2f29 Remove broken tests 2892a02 Remove...
Bumps [form-data](https://github.com/form-data/form-data) from 4.0.0 to 4.0.4. Release notes Sourced from form-data's releases. v4.0.1 Fixes npmignore temporary build files (#532) move util.isArray to Array.isArray (#564) Tests migrate from travis to GHA...
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot...
This pull request introduces support for handling the `datasetType` property in the dataset DTO and ensures it is correctly included in payload transformations. The main changes are grouped by DTO...