refactor: strengthen client boundaries and quality gates
This commit is contained in:
+5
-2
@@ -7,6 +7,7 @@
|
||||
"build": "tsc -p tsconfig.build.json",
|
||||
"test": "jest --runInBand",
|
||||
"test:coverage": "jest --runInBand --coverage",
|
||||
"test:incremental-coverage": "jest --runInBand --coverage --config jest.incremental.config.cjs",
|
||||
"test:watch": "jest --watch",
|
||||
"start": "node dist/main.js",
|
||||
"start:dev": "ts-node src/main.ts",
|
||||
@@ -19,7 +20,7 @@
|
||||
"@nestjs/config": "^4.0.2",
|
||||
"@nestjs/core": "^11.1.28",
|
||||
"@nestjs/platform-express": "^11.1.28",
|
||||
"@nestjs/swagger": "^11.2.3",
|
||||
"@nestjs/swagger": "11.4.7",
|
||||
"@prisma/adapter-pg": "^7.9.0",
|
||||
"@prisma/client": "^7.9.0",
|
||||
"bullmq": "^5.79.2",
|
||||
@@ -47,6 +48,8 @@
|
||||
"exceljs": {
|
||||
"uuid": "11.1.1"
|
||||
},
|
||||
"find-my-way": "9.7.0"
|
||||
"find-my-way": "9.7.0",
|
||||
"fast-uri": "3.1.5",
|
||||
"js-yaml": "4.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user