adapt Koishi 4.8 and migrate to satori-decorators
Showing
This diff is collapsed.
| ... | ... | @@ -44,18 +44,13 @@ |
| "rimraf": "^3.0.2", | ||
| "supertest": "^6.1.6", | ||
| "ts-jest": "^27.0.7", | ||
| "typescript": "^4.6.4", | ||
| "ws": "^8.2.3" | ||
| "typescript": "^4.6.4" | ||
| }, | ||
| "dependencies": { | ||
| "@types/koa": "^2.13.4", | ||
| "@types/koa__router": "^8.0.11", | ||
| "koishi-decorators": "^2.1.7", | ||
| "lodash": "^4.17.21", | ||
| "minato-decorators": "^2.0.7", | ||
| "reflect-metadata": "^0.1.13", | ||
| "schemastery-gen": "^3.1.14", | ||
| "typed-reflector": "^1.0.10" | ||
| "minato-decorators": "^2.0.8", | ||
| "rxjs": "^7.5.6", | ||
| "satori-decorators": "^1.0.7" | ||
| }, | ||
| "jest": { | ||
| "moduleFileExtensions": [ | ||
| ... | ... | @@ -75,7 +70,7 @@ |
| "testEnvironment": "node" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.7.5", | ||
| "koishi": "^4.8.1", | ||
| "schemastery": "^3.4.3" | ||
| } | ||
| } |
src/base-plugin.ts
deleted
100644 → 0
src/decorators.ts
deleted
100644 → 0
src/decorators/common.ts
0 → 100644
src/decorators/http.ts
0 → 100644
src/decorators/index.ts
0 → 100644
src/decorators/plugin.ts
0 → 100644
src/def/constants.ts
deleted
100644 → 0
src/register.ts
deleted
100644 → 0
This diff is collapsed.
src/registrar.ts
0 → 100644
src/utility/rxjs-session.ts
0 → 100644
src/utility/utility.ts
0 → 100644
tests/caller.spec.ts
deleted
100644 → 0
tests/fork.spec.ts
deleted
100644 → 0
tests/http.spec.ts
deleted
100644 → 0
tests/if.spec.ts
deleted
100644 → 0
tests/scope.spec.ts
deleted
100644 → 0
Please register or sign in to comment