koishi-plugin-teach
Advanced tools
Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "koishi-plugin-teach", | ||
"description": "Teach plugin for Koishi", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"main": "dist/index.js", | ||
@@ -34,9 +34,9 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"koishi-database-level": "^1.0.2", | ||
"koishi-database-mysql": "^1.0.2" | ||
"koishi-database-level": "^1.0.3", | ||
"koishi-database-mysql": "^1.0.3" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^1.1.0", | ||
"koishi-utils": "^1.0.1" | ||
"koishi-core": "^1.1.1", | ||
"koishi-utils": "^1.0.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
211243
Updatedkoishi-core@^1.1.1
Updatedkoishi-utils@^1.0.2