522979835c
# [6.12.0](https://git.datacontroller.io/dc/dc/compare/v6.11.1...v6.12.0) (2024-09-02) ### Bug Fixes * added appLoc to the system page ([dd2138a
](dd2138ac5e
)) * bumping core for passthrough fix, [#124](#124) ([caa9854
](caa9854ff0
)) * excel with password flow, introducing web worker for XLSX.read ([a3ce367
](a3ce367950
)) * implemented the new request wrapper usage, added XLSX read with a Web Worker, multi load preview data, full height ([4218da9
](4218da91cd
)) * **multi load:** xlsx read file ahead of time, while user choose datasets ([6547461
](6547461637
)) * refactored adapter request wrapper function to return job log as well ([67436f4
](67436f4ff9
)) * using temporary names for temporary tables ([ce50365
](ce503653cd
)), closes [#124](#124) ### Features * searching data in excel files using new algorithm (massive performance improvement) ([bbb725c
](bbb725c64c
))
34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"name": "dcfrontend",
|
|
"version": "6.12.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"
|
|
]
|
|
}
|