use CallbackLayer and add UsingService
Showing
| ... | ... | @@ -33,7 +33,8 @@ |
| "peerDependencies": { | ||
| "@nestjs/common": "^8.0.0", | ||
| "@nestjs/core": "^8.0.0", | ||
| "koishi": "^4.7.4" | ||
| "koishi": "^4.7.4", | ||
| "rxjs": "^7.5.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@nestjs/platform-express": "^8.4.6", | ||
| ... | ... | @@ -65,7 +66,7 @@ |
| "@types/ws": "^8.5.3", | ||
| "koa": "^2.13.4", | ||
| "koa-bodyparser": "^4.3.0", | ||
| "koishi-decorators": "^2.1.0", | ||
| "koishi-decorators": "^2.1.6", | ||
| "lodash": "^4.17.21", | ||
| "typed-reflector": "^1.0.10", | ||
| "ws": "^8.7.0" | ||
| ... | ... |
Please register or sign in to comment