From 7a9674efb4e48cbb10becfdf09f8043a2f3ac9d7 Mon Sep 17 00:00:00 2001 From: su-chang Date: Wed, 22 Apr 2020 17:59:43 +0800 Subject: [PATCH 1/3] fix: correct spell mistakes --- proto/wechaty/puppet.proto | 2 +- tests/puppet-server-impl.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/proto/wechaty/puppet.proto b/proto/wechaty/puppet.proto index fba37c92..c5f8fa45 100644 --- a/proto/wechaty/puppet.proto +++ b/proto/wechaty/puppet.proto @@ -77,7 +77,7 @@ service Puppet { rpc FriendshipSearchWeixin (puppet.FriendshipSearchWeixinRequest) returns (puppet.FriendshipSearchWeixinResponse) {} rpc FriendshipAdd (puppet.FriendshipAddRequest) returns (puppet.FriendshipAddResponse) {} - rpc FrendshipAccept (puppet.FriendshipAcceptRequest) returns (puppet.FriendshipAcceptResponse) {} + rpc FriendshipAccept (puppet.FriendshipAcceptRequest) returns (puppet.FriendshipAcceptResponse) {} /** * diff --git a/tests/puppet-server-impl.ts b/tests/puppet-server-impl.ts index 7e251e61..a27f3031 100644 --- a/tests/puppet-server-impl.ts +++ b/tests/puppet-server-impl.ts @@ -61,7 +61,7 @@ export const puppetServerImpl: IPuppetServer = { }, - frendshipAccept: (call, callback) => { + friendshipAccept: (call, callback) => { void call void callback throw new Error('not implmented.') From 1d8da8bd2f0025b43bb94bc31f62659b00c3c733 Mon Sep 17 00:00:00 2001 From: su-chang Date: Wed, 22 Apr 2020 18:00:07 +0800 Subject: [PATCH 2/3] 0.13.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ecd2ef9d..722d010a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatie/grpc", - "version": "0.13.9", + "version": "0.13.10", "description": "gRPC for Chatie", "main": "dist/src/index.js", "typings": "dist/src/index.d.js", From 402b8f547b25d36e8075bfa97cf0c62bcd25f84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Huan=20=28=E6=9D=8E=E5=8D=93=E6=A1=93=29?= Date: Wed, 22 Apr 2020 18:24:31 +0800 Subject: [PATCH 3/3] This is a breaking change! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 722d010a..a5f219db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatie/grpc", - "version": "0.13.10", + "version": "0.15.0", "description": "gRPC for Chatie", "main": "dist/src/index.js", "typings": "dist/src/index.d.js",