koishi-plugin-recorder
Advanced tools
Comparing version 2.0.0-alpha.0 to 2.0.0-alpha.1
@@ -12,1 +12,2 @@ 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.0", | ||
"version": "2.0.0-alpha.1", | ||
"main": "dist/index.js", | ||
@@ -38,8 +38,8 @@ "typings": "dist/index.d.ts", | ||
"del": "^5.1.0", | ||
"koishi-test-utils": "^4.0.0-alpha.0" | ||
"koishi-test-utils": "^4.0.0-alpha.1" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^2.0.0-alpha.0", | ||
"koishi-core": "^2.0.0-alpha.1", | ||
"koishi-utils": "^1.0.4" | ||
} | ||
} |
3261
5
Updatedkoishi-core@^2.0.0-alpha.1