diff --git a/package.json b/package.json index 3d7e5d40..2329766f 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": { 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 diff --git a/tsconfig.json b/tsconfig.json index ec760206..49b03f88 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/",