## [7.2.5](https://git.datacontroller.io/dc/dc/compare/v7.2.4...v7.2.5) (2025-12-09) ### Bug Fixes * (build) rebuilt package-lock files ([bfbfd55](bfbfd55fe7)) * (deps) bump @sasjs/cli and @sasjs/core ([d7c7302](d7c7302c12)) * (deps) bumped @sasjs/core, @sasjs/cli, @sasjs/utils and @sasjs/adapter ([af1657e](af1657e226)) * configurable audit table on restore check ([26ce95f](26ce95f7c1)), closes [#193](#193) * improved testing ([fb3c49a](fb3c49aa8b)) * output values to intended macro variables ([43ae73c](43ae73c5f3))
37 lines
1.7 KiB
JSON
37 lines
1.7 KiB
JSON
{
|
|
"name": "dcfrontend",
|
|
"version": "7.2.5",
|
|
"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/git": "^10.0.1",
|
|
"@semantic-release/npm": "11.0.0",
|
|
"@semantic-release/release-notes-generator": "^11.0.4",
|
|
"commit-and-tag-version": "^11.2.2",
|
|
"prettier": "^3.7.4"
|
|
},
|
|
"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/e2e/*.cy.ts\"",
|
|
"lint:fix:silent": "npx prettier --log-level silent --write \"client/{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\" \"client/cypress/e2e/*.cy.ts\"",
|
|
"lint:check": "npx prettier --check \"client/{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\" \"client/cypress/e2e/*.cy.ts\"",
|
|
"lint:check:silent": "npx prettier --log-level silent --check \"client/{src,test}/**/*.{ts,tsx,js,jsx,html,css,sass,less,yml,md,graphql}\" \"client/cypress/e2e/*.cy.ts\"",
|
|
"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"
|
|
]
|
|
}
|