Skip to content

Commit

Permalink
perf(decorators): [api-result] auto set default status code
Browse files Browse the repository at this point in the history
about #56
  • Loading branch information
buqiyuan committed Jun 5, 2024
1 parent 0cae4e9 commit 9782f64
Show file tree
Hide file tree
Showing 3 changed files with 1,343 additions and 1,603 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,20 @@
"@nestjs/axios": "^3.0.2",
"@nestjs/bull": "^10.1.1",
"@nestjs/cache-manager": "^2.2.2",
"@nestjs/common": "^10.3.8",
"@nestjs/common": "^10.3.9",
"@nestjs/config": "^3.2.2",
"@nestjs/core": "^10.3.8",
"@nestjs/core": "^10.3.9",
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-fastify": "^10.3.8",
"@nestjs/platform-socket.io": "^10.3.8",
"@nestjs/platform-fastify": "^10.3.9",
"@nestjs/platform-socket.io": "^10.3.9",
"@nestjs/schedule": "^4.0.2",
"@nestjs/swagger": "^7.3.1",
"@nestjs/terminus": "^10.2.3",
"@nestjs/throttler": "^5.1.2",
"@nestjs/typeorm": "^10.0.2",
"@nestjs/websockets": "^10.3.8",
"@nestjs/websockets": "^10.3.9",
"@socket.io/redis-adapter": "^8.3.0",
"@socket.io/redis-emitter": "^5.1.0",
"axios": "^1.7.2",
Expand Down Expand Up @@ -106,16 +106,16 @@
"winston-daily-rotate-file": "^5.0.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.19.2",
"@antfu/eslint-config": "^2.20.0",
"@compodoc/compodoc": "^1.1.25",
"@nestjs/cli": "^10.3.2",
"@nestjs/schematics": "^10.1.1",
"@nestjs/testing": "^10.3.8",
"@nestjs/testing": "^10.3.9",
"@types/cache-manager": "^4.0.6",
"@types/jest": "29.5.12",
"@types/lodash": "^4.17.4",
"@types/multer": "^1.4.11",
"@types/node": "^20.13.0",
"@types/node": "^20.14.2",
"@types/passport-jwt": "^4.0.1",
"@types/qs": "^6.9.15",
"@types/supertest": "^6.0.2",
Expand Down
Loading

0 comments on commit 9782f64

Please sign in to comment.