srgooglo 33fe2044c4 Refactor users service routes and add websocket support
- Standardize middleware naming to useMiddlewares - Add websocket
support and handleWsUpgrade to users service - Update getFollowers to
support pagination and return metadata - Emit user update events via
websockets - Add linebridge^1.0.0 dependency - Minor code style and
consistency improvements across routes
2025-07-04 14:16:21 +02:00

7 lines
77 B
JSON

{
"name": "users",
"dependencies": {
"linebridge": "^1.0.0-alpha.4"
}
}