catchup and possibly locale updates
Showing
| { | { | ||
| "name": "koishi-plugin-sentry", | "name": "koishi-plugin-sentry", | ||
| "description": "Koishi 的 Sentry 日志插件。", | "description": "Sentry log intergration for Koishi", | ||
| "version": "1.0.0", | "version": "1.0.0", | ||
| "main": "dist/index.js", | "main": "dist/index.js", | ||
| "types": "dist/src/index.d.ts", | "types": "dist/src/index.d.ts", | ||
| ... | @@ -45,11 +45,11 @@ | ... | @@ -45,11 +45,11 @@ |
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@sentry/node": "^6.18.1", | "@sentry/node": "^6.18.1", | ||
| "koishi-thirdeye": "^9.1.1", | "koishi-thirdeye": "^9.2.4", | ||
| "source-map-support": "^0.5.21" | "source-map-support": "^0.5.21" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "koishi": "^4.4.0" | "koishi": "^4.4.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | "@koishijs/plugin-cache-lru": "^1.0.0-rc.0", | ||
| ... | ... |
Please register or sign in to comment