Skip to content

Commit 2dcf720

Browse files
committed
Merge branch 'ym-master'
2 parents 2c7443e + 6af5522 commit 2dcf720

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: node_js
22

33
node_js:
4-
- 4
5-
- 6
4+
- 10
65
- node
76

87
script:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 更新日志
22

3+
## 3.3.3
4+
5+
- 修复 TypeScript 定义文件中的若干问题。
6+
37
## 3.3.2
48

59
- 修复 `AV.Cloud.start`

leanengine.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export function init(options: InitializeOptions): void;
3939

4040
export function express(options?: MiddlewareOptions): RequestHandler;
4141
export function koa(options?: MiddlewareOptions): Function;
42-
export function koa2(options?: MiddlewareOptions): Function;
42+
export function koa2(options?: MiddlewareOptions): any;
4343

4444
declare class HookObject extends LCObject {
4545
disableBeforeHook(): void;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)