koishi-plugin-common
Advanced tools
Comparing version 3.0.0-alpha.10 to 3.0.0-alpha.11
@@ -16,2 +16,1 @@ import { Observed } from 'koishi-utils'; | ||
export {}; | ||
//# sourceMappingURL=admin.d.ts.map |
@@ -6,2 +6,1 @@ import { Context } from 'koishi-core'; | ||
export default function apply(ctx: Context, config?: BroadcastOptions): void; | ||
//# sourceMappingURL=broadcast.d.ts.map |
import { Context } from 'koishi-core'; | ||
export default function apply(ctx: Context): void; | ||
//# sourceMappingURL=contextify.d.ts.map |
import { Context } from 'koishi-core'; | ||
export default function (ctx: Context): void; | ||
//# sourceMappingURL=echo.d.ts.map |
@@ -30,2 +30,1 @@ import { Context } from 'koishi-core'; | ||
export declare function apply(ctx: Context, options?: Config): void; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,2 +6,1 @@ import { Context, UserField, UserData } from 'koishi-core'; | ||
export {}; | ||
//# sourceMappingURL=info.d.ts.map |
@@ -30,2 +30,1 @@ import { Context, Meta } from 'koishi-core'; | ||
export {}; | ||
//# sourceMappingURL=repeater.d.ts.map |
@@ -10,2 +10,1 @@ import { App, Meta } from 'koishi-core'; | ||
export {}; | ||
//# sourceMappingURL=request-handler.d.ts.map |
@@ -7,2 +7,1 @@ import { Context } from 'koishi-core'; | ||
export default function apply(ctx: Context, respondents?: Respondent[]): void; | ||
//# sourceMappingURL=respondent.d.ts.map |
import { Meta, Context } from 'koishi-core'; | ||
export declare type WelcomeMessage = string | ((meta: Meta<'notice'>) => string | Promise<string>); | ||
export default function apply(ctx: Context, message?: WelcomeMessage): void; | ||
//# sourceMappingURL=welcome.d.ts.map |
{ | ||
"name": "koishi-plugin-common", | ||
"description": "Common plugins for Koishi", | ||
"version": "3.0.0-alpha.10", | ||
"version": "3.0.0-alpha.11", | ||
"main": "dist/index.js", | ||
@@ -31,9 +31,9 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"koishi-database-memory": "^2.0.0-alpha.10", | ||
"koishi-test-utils": "^4.0.0-alpha.10" | ||
"koishi-database-memory": "^2.0.0-alpha.11", | ||
"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" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
349925
Updatedkoishi-core@^2.0.0-alpha.11