b712f851a2
# [6.11.0](https://git.datacontroller.io/dc/dc/compare/v6.10.1...v6.11.0) (2024-06-27) ### Bug Fixes * addressing PR comments ([d94df7f](d94df7f0eb
)) * **multi load:** fixed parsing algorithm reused for the multi load, the fix affects the normal upload as well. ([d4fee79](d4fee791a7
)) * **multi load:** label rename ([fa04d7b](fa04d7bf4e
)) ### Features * **multi load:** added HOT for user datasets input ([18363bb](18363bbbeb
)) * **multi load:** implemented matching libds and parsing of the multiple sheets ([efcdc69](efcdc694dd
)) * **multi load:** licence submit limits ([cffeab8](cffeab813d
)) * **multi load:** multiple csv files ([4d27665](4d276657b3
)) * **multi load:** refactored range find function, unlocking excel with password is reusable ([eb7c443](eb7c44333c
)) * **multi load:** submitting multiple found tables at once ([5deba44](5deba44d2b
))
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"name": "dcfrontend",
|
|
"version": "6.11.0",
|
|
"description": "Data Controller",
|
|
"devDependencies": {
|
|
"@saithodev/semantic-release-gitea": "^2.1.0",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/commit-analyzer": "^10.0.1",
|
|
"@semantic-release/npm": "11.0.0",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
"commit-and-tag-version": "^11.2.2",
|
|
"prettier": "3.2.5"
|
|
},
|
|
"scripts": {
|
|
"install": "cd client && npm i && cd ../sas && npm i",
|
|
"build-frontend": "cd client && npm run build",
|
|
"release": "commit-and-tag-version",
|
|
"lint": "npm run lint:fix",
|
|
"lint:fix": "npx prettier --write \"client/{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\" \"client/cypress/integration/*.tests.ts\"",
|
|
"lint:check": "npx prettier --check \"client/{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\" \"client/cypress/integration/*.tests.ts\"",
|
|
"jo": "echo"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.datacontroller.io/dc/dc.git"
|
|
},
|
|
"private": true,
|
|
"//": [
|
|
"Readme",
|
|
"We must set private: true so that semantic-release/npm plugin will update the package.json version but not try to release it as NPM package"
|
|
]
|
|
}
|