grpc-code-gen
Advanced tools
Comparing version 5.0.8 to 5.1.0
@@ -62,4 +62,2 @@ "use strict"; | ||
'grpc.ssl_target_name_override': serverName, | ||
'grpc.keepalive_time_ms': 3000, | ||
'grpc.keepalive_timeout_ms': 2000, | ||
}; | ||
@@ -66,0 +64,0 @@ |
@@ -126,3 +126,3 @@ "use strict"; | ||
): Promise<${responseType}>; | ||
/** ${method.comment} */ | ||
${method.comment ? `/** ${method.comment} */` : ''} | ||
${method.name}V2(option: { | ||
@@ -129,0 +129,0 @@ request: ${requestType}; |
{ | ||
"name": "grpc-code-gen", | ||
"version": "5.0.8", | ||
"version": "5.1.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/yunkeCN/grpc-code-gen.git", |
@@ -61,4 +61,2 @@ import * as path from "path"; | ||
'grpc.ssl_target_name_override': serverName, | ||
'grpc.keepalive_time_ms': 3000, | ||
'grpc.keepalive_timeout_ms': 2000, | ||
}; | ||
@@ -65,0 +63,0 @@ |
@@ -11,3 +11,4 @@ import * as fs from "fs-extra"; | ||
PROTO_TYPE_2_JSON_SEMANTIC_MAP, | ||
PROTO_TYPE_2_TS_TYPE_MAP, tslintDisable | ||
PROTO_TYPE_2_TS_TYPE_MAP, | ||
tslintDisable | ||
} from "./utils"; | ||
@@ -182,3 +183,3 @@ | ||
): Promise<${responseType}>; | ||
/** ${method.comment} */ | ||
${method.comment ? `/** ${method.comment} */` : ''} | ||
${method.name}V2(option: { | ||
@@ -185,0 +186,0 @@ request: ${requestType}; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
86189
2397