grpc_tools_node_protoc_ts
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "grpc_tools_node_protoc_ts", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Generate d.ts definitions for generated js files from grpc_tools_node_protoc", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -25,3 +25,3 @@ // package: com.book | ||
export class BookServiceClient extends grpc.Client { | ||
getBook(request: book_pb.GetBookRequest, callback: (error: Error | null, response: book_pb.GetBookRequest) => void); | ||
getBook(request: book_pb.GetBookRequest, callback: (error: Error | null, response: book_pb.Book) => void); | ||
} |
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
152387