From 3860d3dfe1daf628c0076d706f3d94fb3e306835 Mon Sep 17 00:00:00 2001 From: hcfw007 Date: Sun, 30 Jul 2023 22:39:17 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=20=F0=9F=90=9B=20tsconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index ec76020..49b03f8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,7 @@ { "extends": "@chatie/tsconfig", "compilerOptions": { - "outDir": "dist/esm", - "verbatimModuleSyntax": false, - // See: https://github.com/wechaty/wechaty/issues/2551 - "ignoreDeprecations": "5.0" + "outDir": "dist/esm" }, "exclude": [ "node_modules/", From 05936f093c8e3701b5c4bd5896fb0415078bcbf0 Mon Sep 17 00:00:00 2001 From: hcfw007 Date: Mon, 31 Jul 2023 01:32:00 +0800 Subject: [PATCH 2/3] =?UTF-8?q?fix:=20=F0=9F=90=9B=20openapiv2=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{google/api => protoc-gen-openapiv2/options}/openapiv2.proto | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename polyglot/csharp/Wechaty.Grpc/proto/{google/api => protoc-gen-openapiv2/options}/openapiv2.proto (100%) diff --git a/polyglot/csharp/Wechaty.Grpc/proto/google/api/openapiv2.proto b/polyglot/csharp/Wechaty.Grpc/proto/protoc-gen-openapiv2/options/openapiv2.proto similarity index 100% rename from polyglot/csharp/Wechaty.Grpc/proto/google/api/openapiv2.proto rename to polyglot/csharp/Wechaty.Grpc/proto/protoc-gen-openapiv2/options/openapiv2.proto From b3821d9fb9a251b388936b2215cf4b0c8352368f Mon Sep 17 00:00:00 2001 From: NickWang Date: Thu, 10 Aug 2023 19:31:26 +0800 Subject: [PATCH 3/3] 1.5.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3d7e5d4..2329766 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wechaty-grpc", - "version": "1.5.4", + "version": "1.5.5", "description": "gRPC for Wechaty", "type": "module", "exports": {