catchup
Showing
| ... | ... | @@ -24,17 +24,17 @@ |
| "sql", | ||
| "postgres", | ||
| "pg", | ||
| "service:typeorm" | ||
| "impl:typeorm" | ||
| ], | ||
| "bugs": { | ||
| "url": "https://code.mycard.moe/3rdeye/koishi-plugin-typeorm/issues" | ||
| }, | ||
| "homepage": "https://code.mycard.moe/3rdeye/koishi-plugin-typeorm", | ||
| "peerDependencies": { | ||
| "koishi": "^4.1.2" | ||
| "koishi": "^4.2.0" | ||
| }, | ||
| "dependencies": { | ||
| "koishi-thirdeye": "^8.1.5", | ||
| "koishi-thirdeye": "^8.2.0", | ||
| "mysql": "^2.18.1", | ||
| "pg": "^8.7.3", | ||
| "source-map-support": "^0.5.21", | ||
| ... | ... | @@ -49,7 +49,7 @@ |
| "eslint-config-prettier": "^8.3.0", | ||
| "eslint-plugin-prettier": "^3.4.1", | ||
| "jest": "^27.5.1", | ||
| "koishi": "^4.1.2", | ||
| "koishi": "^4.2.0", | ||
| "prettier": "^2.5.1", | ||
| "raw-loader": "^4.0.2", | ||
| "ts-jest": "^27.1.3", | ||
| ... | ... |
Please register or sign in to comment