koishi-plugin-teach
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "koishi-plugin-teach", | ||
"description": "Teach plugin for Koishi", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"main": "dist/index.js", | ||
@@ -34,10 +34,9 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"koishi-database-level": "^1.0.1", | ||
"koishi-database-mysql": "^1.0.1" | ||
"koishi-database-level": "^1.0.2", | ||
"koishi-database-mysql": "^1.0.2" | ||
}, | ||
"dependencies": { | ||
"fast-deep-equal": "^3.1.1", | ||
"koishi-core": "^1.0.1", | ||
"koishi-utils": "^1.0.0" | ||
"koishi-core": "^1.1.0", | ||
"koishi-utils": "^1.0.1" | ||
} | ||
} |
import { injectMethods } from 'koishi-core' | ||
import deepEqual from 'fast-deep-equal' | ||
import {} from 'koishi-database-mysql' | ||
@@ -4,0 +3,0 @@ import {} from 'koishi-database-level' |
Sorry, the diff of this file is not supported yet
2
211236
1306
- Removedfast-deep-equal@^3.1.1
- Removedfast-deep-equal@3.1.3(transitive)
Updatedkoishi-core@^1.1.0
Updatedkoishi-utils@^1.0.1