provide Cache API thing & cmd.use(CommandUserLock("field"))
Showing
This diff is collapsed.
| ... | @@ -44,11 +44,12 @@ | ... | @@ -44,11 +44,12 @@ |
| "testEnvironment": "node" | "testEnvironment": "node" | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "aragami": "^1.1.1", | "@koishijs/cache": "^0.1.3", | ||
| "aragami": "^1.1.2", | |||
| "koishi-thirdeye": "^11.1.21" | "koishi-thirdeye": "^11.1.21" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.11.1" | "koishi": "^4.11.4" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-console": "^5.1.0", | "@koishijs/plugin-console": "^5.1.0", | ||
| ... | @@ -77,7 +78,8 @@ | ... | @@ -77,7 +78,8 @@ |
| "koishi": { | "koishi": { | ||
| "service": { | "service": { | ||
| "implements": [ | "implements": [ | ||
| "aragami" | "aragami", | ||
| "cache" | |||
| ] | ] | ||
| } | } | ||
| } | } | ||
| ... | ... |
Please register or sign in to comment