Skip to content

Commit 889b3ae

Browse files
committed
updates npm version and applies formatting
1 parent 57e0f1b commit 889b3ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-dataverse",
3-
"version": "1.0.29",
3+
"version": "1.0.32",
44
"description": "A Dataverse module for JavaScript/TypeScript",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

src/dataverseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { BasicDatasetInformation } from './@types/basicDataset'
77
import { DatasetUtil } from './utils/datasetUtil'
88
import request from 'request-promise'
99
import { DatasetVersionUpgradeType } from './@types/datasetVersionUpgradeType'
10-
import { DatasetVersionType } from "./@types/datasetVersionType"
10+
import { DatasetVersionType } from './@types/datasetVersionType'
1111

1212
export class DataverseClient {
1313
private readonly host: string

0 commit comments

Comments
 (0)