# [7.11.0](https://git.datacontroller.io/dc/dc/compare/v7.10.1...v7.11.0) (2026-07-20) ### Bug Fixes * audit-skipping syntax correction ([ad7efc9](ad7efc90bc)) * **editor:** ignore cell validation on rows marked for delete ([70c5805](70c5805743)) * explicit use of .sashdat in dc_casload ([6a95067](6a95067618)) * refactor mf_wordsinstr1butnotstr2 and added a wide table to test suite ([be94c68](be94c68f35)) * retry the startup service request once before failing ([5391df8](5391df8f04)) * run dc_casload for dq tables in getdata. Closes [#264](#264). ([6b16f9b](6b16f9b364)) * updating tests, moving mpe_rowhash to core library ([c5f0e4f](c5f0e4f106)) ### Features * bumping core to get the mp_rowhash definition, [#269](#269) ([f73f5e4](f73f5e47ac)) * new hash algorithm - allows 1000+ cols. Closes [#269](#269) ([08947f0](08947f0fc8))
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
{
|
|
"name": "dcfrontend",
|
|
"version": "7.11.0",
|
|
"description": "Data Controller",
|
|
"devDependencies": {
|
|
"@saithodev/semantic-release-gitea": "^2.1.0",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/npm": "13.1.5",
|
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
"commit-and-tag-version": "12.7.1"
|
|
},
|
|
"overrides": {
|
|
"got": "11.8.6"
|
|
},
|
|
"scripts": {
|
|
"install": "cd client && npm i && cd ../sas && npm i",
|
|
"build-frontend": "cd client && npm run build",
|
|
"release": "commit-and-tag-version",
|
|
"lint": "cd client && npm run lint",
|
|
"lint:fix": "cd client && npm run lint:fix",
|
|
"lint:fix:silent": "cd client && npm run lint:fix:silent",
|
|
"lint:check": "cd client && npm run lint:check",
|
|
"lint:check:silent": "cd client && npm run lint:check:silent",
|
|
"jo": "echo",
|
|
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks && git config core.autocrlf false || true"
|
|
},
|
|
"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"
|
|
]
|
|
}
|