catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-elasticsearch", | ||
| "description": "Koishi 的 Elasticsearch 支持插件。", | ||
| "description": "Elasticsearch intergration for Koishi.", | ||
| "version": "1.2.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -29,11 +29,11 @@ |
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-elasticsearch", | ||
| "dependencies": { | ||
| "@elastic/elasticsearch": "^8.0.0", | ||
| "koishi-thirdeye": "^9.1.1", | ||
| "koishi-thirdeye": "^9.2.4", | ||
| "source-map-support": "^0.5.21" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| }, | ||
| "devDependencies": { | ||
| "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | ||
| ... | ... |
Please register or sign in to comment