@truenorth-it/dataverse-client 1.3.1 → 1.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@truenorth-it/dataverse-client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./sdk/dist/index.js",
|
|
6
6
|
"types": "./sdk/dist/index.d.ts",
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"scripts": {
|
|
20
20
|
"build:sdk": "tsc -p sdk/tsconfig.json",
|
|
21
|
+
"build:admin-cli": "tsc -p admin-cli/tsconfig.json",
|
|
21
22
|
"prepublishOnly": "tsc -p sdk/tsconfig.json",
|
|
22
23
|
"lint": "eslint . --ext .ts",
|
|
23
24
|
"typecheck": "tsc --noEmit",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"test:e2e:report": "npx allure generate -o allure-report allure-results && npx allure open allure-report",
|
|
37
38
|
"test:stats": "vitest run --coverage && node scripts/generate-test-stats.cjs",
|
|
38
39
|
"build:landing": "vite build --config landing/vite.config.ts && cp -rL docs dist/docs",
|
|
39
|
-
"build": "npm run build:landing && npm run build:sdk",
|
|
40
|
+
"build": "npm run build:landing && npm run build:sdk && npm run build:admin-cli",
|
|
40
41
|
"start": "node --import tsx docker/server.ts",
|
|
41
42
|
"docker:build": "docker build -t dataverse-contact-api .",
|
|
42
43
|
"docker:run": "docker run -p 8080:8080 --env-file .env dataverse-contact-api",
|