migrate to 4.0.0
Showing
| ... | ... | @@ -21,7 +21,6 @@ |
| "test:e2e": "jest --config ./test/jest-e2e.json" | ||
| }, | ||
| "dependencies": { | ||
| "@koishijs/plugin-adapter-onebot": "^4.0.0-rc.0", | ||
| "@nestjs/common": "^8.0.0", | ||
| "@nestjs/config": "^1.0.3", | ||
| "@nestjs/core": "^8.0.0", | ||
| ... | ... | @@ -30,8 +29,9 @@ |
| "@nestjs/websockets": "^8.1.2", | ||
| "class-transformer": "^0.4.0", | ||
| "class-validator": "^0.13.1", | ||
| "koishi": "^4.0.0-rc.1", | ||
| "koishi-nestjs": "^4.0.0", | ||
| "koishi": "^4.0.0", | ||
| "koishi-nestjs": "^4.3.0", | ||
| "qface": "^1.2.0", | ||
| "reflect-metadata": "^0.1.13", | ||
| "rimraf": "^3.0.2", | ||
| "rxjs": "^7.2.0", | ||
| ... | ... |
src/adapter-onebot/bot.ts
0 → 100644
This diff is collapsed.
src/adapter-onebot/http.ts
0 → 100644
src/adapter-onebot/index.ts
0 → 100644
src/adapter-onebot/types.ts
0 → 100644
This diff is collapsed.
src/adapter-onebot/utils.ts
0 → 100644
src/adapter-onebot/ws.ts
0 → 100644
Please register or sign in to comment