grpc-code-gen
Advanced tools
Comparing version 4.3.3 to 4.3.4
@@ -392,3 +392,3 @@ "use strict"; | ||
callback?: (err: Error, response: ${responseType}, metadata: Metadata) => void; | ||
}): Promise<{ response:${responseType}, error?: Error }>; | ||
}): Promise<{ response:${responseType}, metadata: Metadata }>; | ||
`; | ||
@@ -395,0 +395,0 @@ }); |
{ | ||
"name": "grpc-code-gen", | ||
"version": "4.3.3", | ||
"version": "4.3.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/yunkeCN/grpc-code-gen.git", |
@@ -470,3 +470,3 @@ import * as fs from 'fs-extra'; | ||
callback?: (err: Error, response: ${responseType}, metadata: Metadata) => void; | ||
}): Promise<{ response:${responseType}, error?: Error }>; | ||
}): Promise<{ response:${responseType}, metadata: Metadata }>; | ||
` | ||
@@ -473,0 +473,0 @@ }); |
Sorry, the diff of this file is not supported yet
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
135941