Skip to content

Commit fc62010

Browse files
committed
docs: replace references to js-dataverse with current package naming
1 parent 531b543 commit fc62010

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## What did you expect to happen?
88

9-
## Which version of js-dataverse are you using?
9+
## Which version of dataverse-client-javascript are you using?
1010

1111
## Any related open or closed issues to this bug report?
1212

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
## What existing behavior do you want changed?
66

7-
## Any brand new behavior do you want to add to js-dataverse?
7+
## Any brand new behavior do you want to add to dataverse-client-javascript?
88

99
## Any open or closed issues related to this feature request?

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to js-dataverse
1+
# Contributing to dataverse-client-javascript
22

33
First of all thank you very much for your interest in contributing to this project!
44

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "js-dataverse",
2+
"name": "@iqss/dataverse-client-javascript",
33
"version": "2.0.0",
44
"description": "Dataverse API wrapper package for JavaScript/TypeScript-based applications",
55
"main": "./dist/index.js",

src/core/infra/repositories/apiConfigBuilders.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const buildRequestConfig = (
3030
/*
3131
We set { withCredentials: true } to send the JSESSIONID cookie in the requests for API authentication.
3232
This is required, along with the session auth feature flag enabled in the backend, to be able to authenticate using the JSESSIONID cookie.
33-
Auth mechanisms like this are configurable to set the one that fits the particular use case of js-dataverse. (For the SPA MVP, it is the session cookie API auth).
33+
Auth mechanisms like this are configurable to set the one that fits the particular use case of dataverse-client-javascript. (For the SPA MVP, it is the session cookie API auth).
3434
*/
3535
requestConfig.withCredentials = true
3636
break

0 commit comments

Comments
 (0)