File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : node_js
22
33node_js :
4- - 4
5- - 6
4+ - 10
65 - node
76
87script :
Original file line number Diff line number Diff line change 11# 更新日志
22
3+ ## 3.3.3
4+
5+ - 修复 TypeScript 定义文件中的若干问题。
6+
37## 3.3.2
48
59- 修复 ` AV.Cloud.start `
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ export function init(options: InitializeOptions): void;
3939
4040export function express ( options ?: MiddlewareOptions ) : RequestHandler ;
4141export function koa ( options ?: MiddlewareOptions ) : Function ;
42- export function koa2 ( options ?: MiddlewareOptions ) : Function ;
42+ export function koa2 ( options ?: MiddlewareOptions ) : any ;
4343
4444declare class HookObject extends LCObject {
4545 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