koishi-plugin-recorder
Advanced tools
Comparing version 2.0.0-alpha.10 to 2.0.0-alpha.11
@@ -12,2 +12,1 @@ import { Meta, Context } from 'koishi-core'; | ||
export declare function apply(ctx: Context, options?: RecorderOptions): void; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "koishi-plugin-recorder", | ||
"description": "Save Chat Records for Koishi", | ||
"version": "2.0.0-alpha.10", | ||
"version": "2.0.0-alpha.11", | ||
"main": "dist/index.js", | ||
@@ -38,8 +38,8 @@ "typings": "dist/index.d.ts", | ||
"del": "^5.1.0", | ||
"koishi-test-utils": "^4.0.0-alpha.10" | ||
"koishi-test-utils": "^4.0.0-alpha.11" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^2.0.0-alpha.10", | ||
"koishi-core": "^2.0.0-alpha.11", | ||
"koishi-utils": "^1.0.7" | ||
} | ||
} |
4681
Updatedkoishi-core@^2.0.0-alpha.11