File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## 3.3.3
4+
5+ - 修复 TypeScript 定义文件中的 AV.koa2.
6+
37## 3.3.2
48
59- 修复 ` AV.Cloud.start `
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export function init(options: InitializeOptions): void;
4040
4141export function express ( options ?: MiddlewareOptions ) : RequestHandler ;
4242export function koa ( options ?: MiddlewareOptions ) : Function ;
43- export function koa2 ( options ?: MiddlewareOptions ) : Function ;
43+ export function koa2 ( options ?: MiddlewareOptions ) : any ;
4444
4545export class Object extends LCObject {
4646 disableBeforeHook ( ) : void ;
Original file line number Diff line number Diff line change 11{
22 "name" : " leanengine" ,
3- "version" : " 3.3.2 " ,
3+ "version" : " 3.3.3 " ,
44 "description" : " LeanCloud LeanEngine Node.js SDK." ,
55 "repository" : {
66 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments