koishi-plugin-common
Advanced tools
Comparing version 4.0.0-beta.15 to 4.0.0-beta.16
{ | ||
"name": "koishi-plugin-common", | ||
"description": "Common plugins for Koishi", | ||
"version": "4.0.0-beta.15", | ||
"version": "4.0.0-beta.16", | ||
"main": "dist/index.js", | ||
@@ -33,8 +33,8 @@ "typings": "dist/index.d.ts", | ||
"peerDependencies": { | ||
"koishi-core": "^3.0.0-beta.16", | ||
"koishi-core": "^3.0.0-rc.0", | ||
"koishi-utils": "^4.0.1" | ||
}, | ||
"devDependencies": { | ||
"koishi-test-utils": "^6.0.0-beta.6" | ||
"koishi-test-utils": "^6.0.0-beta.7" | ||
} | ||
} |
81854