catchup and possibly locale updates
Showing
| { | ||
| "name": "koishi-plugin-typeorm", | ||
| "description": "如果不喜欢 Koishi 的数据库设计的话,来用这个也是一个选择。", | ||
| "description": "TypeORM intergration for Koishi. If dislike original database, you can use this plugin.", | ||
| "version": "1.4.1", | ||
| "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | ||
| ... | ... | @@ -32,7 +32,7 @@ |
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-typeorm", | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^9.1.1", | ||
| "koishi-thirdeye": "^9.2.4", | ||
| "mysql": "^2.18.1", | ||
| "pg": "^8.7.3", | ||
| "source-map-support": "^0.5.21", | ||
| ... | ... | @@ -79,6 +79,6 @@ |
| "testEnvironment": "node" | ||
| }, | ||
| "peerDependencies": { | ||
| "koishi": "^4.4.0" | ||
| "koishi": "^4.4.1" | ||
| } | ||
| } |
Please register or sign in to comment