multi plugin
Showing
This diff is collapsed.
| ... | @@ -54,7 +54,7 @@ | ... | @@ -54,7 +54,7 @@ |
| "koishi-decorators": "^2.0.0", | "koishi-decorators": "^2.0.0", | ||
| "lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
| "reflect-metadata": "^0.1.13", | "reflect-metadata": "^0.1.13", | ||
| "schemastery-gen": "^3.1.4", | "schemastery-gen": "^3.1.6", | ||
| "typed-reflector": "^1.0.10" | "typed-reflector": "^1.0.10" | ||
| }, | }, | ||
| "jest": { | "jest": { | ||
| ... | @@ -75,7 +75,7 @@ | ... | @@ -75,7 +75,7 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.6.0", | "koishi": "^4.6.1", | ||
| "schemastery": "^3.1.0" | "schemastery": "^3.1.0" | ||
| } | } | ||
| } | } |
src/multi-plugin.ts
0 → 100644
src/utility/clone-plugin.ts
0 → 100644
tests/multi-instance.spec.ts
0 → 100644
Please register or sign in to comment