koishi-core
Advanced tools
Comparing version 2.0.0-alpha.6 to 2.0.0-alpha.7
@@ -129,2 +129,3 @@ /// <reference types="node" /> | ||
'new-command'(cmd: Command): any; | ||
'parse'(meta: Meta): any; | ||
'ready'(): any; | ||
@@ -131,0 +132,0 @@ 'before-connect'(): any; |
@@ -90,3 +90,3 @@ "use strict"; | ||
postType: 'send', | ||
userId: this.app.selfId, | ||
selfId: this.app.selfId, | ||
[$ctxType + 'Id']: $ctxId, | ||
@@ -93,0 +93,0 @@ time: Math.round(Date.now() / 1000), |
@@ -163,2 +163,3 @@ "use strict"; | ||
} | ||
app.emit(meta, 'parse', meta); | ||
return events; | ||
@@ -165,0 +166,0 @@ } |
{ | ||
"name": "koishi-core", | ||
"description": "Core features for Koishi", | ||
"version": "2.0.0-alpha.6", | ||
"version": "2.0.0-alpha.7", | ||
"main": "dist/index.js", | ||
@@ -39,4 +39,4 @@ "typings": "dist/index.d.ts", | ||
"get-port": "^5.1.1", | ||
"koishi-database-memory": "^2.0.0-alpha.6", | ||
"koishi-test-utils": "^4.0.0-alpha.6" | ||
"koishi-database-memory": "^2.0.0-alpha.7", | ||
"koishi-test-utils": "^4.0.0-alpha.7" | ||
}, | ||
@@ -43,0 +43,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
284830
3495