chore: add socket to packages api

This commit is contained in:
Nathnael
2026-07-07 13:25:48 +00:00
parent ff0fa6bb9e
commit 692a24f5d3
2 changed files with 12 additions and 0 deletions

View File

@@ -31,10 +31,12 @@
"@nestjs/event-emitter": "^2.0.4",
"@nestjs/microservices": "^11.1.24",
"@nestjs/platform-express": "^11.1.19",
"@nestjs/platform-socket.io": "^11.1.27",
"@nestjs/schedule": "^6.1.3",
"@nestjs/swagger": "^7.4.0",
"@nestjs/throttler": "^6.5.0",
"@nestjs/typeorm": "^11.0.1",
"@nestjs/websockets": "^11.1.27",
"@prisma/client": "^6.19.3",
"@sendgrid/mail": "^8.1.0",
"@tria-plc/api-common": "file:../../local-packages/tria-plc-api-common-1.4.3.tgz",
@@ -54,6 +56,7 @@
"qrcode": "^1.5.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"socket.io": "^4.8.3",
"swagger-ui-express": "^5.0.0",
"tsconfig-paths": "^4.2.0",
"typeorm": "^0.3.30",