@grpc/proto-loader
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -56,4 +56,4 @@ /// <reference types="node" /> | ||
* Load a .proto file with the specified options. | ||
* @param filename The file path to load. Can be an absolute path or relative to | ||
* an include path. | ||
* @param filename One or multiple file paths to load. Can be an absolute path | ||
* or relative to an include path. | ||
* @param options.keepCase Preserve field names. The default is to change them | ||
@@ -79,3 +79,3 @@ * to camel case. | ||
*/ | ||
export declare function load(filename: string, options?: Options): Promise<PackageDefinition>; | ||
export declare function loadSync(filename: string, options?: Options): PackageDefinition; | ||
export declare function load(filename: string | string[], options?: Options): Promise<PackageDefinition>; | ||
export declare function loadSync(filename: string | string[], options?: Options): PackageDefinition; |
@@ -184,4 +184,4 @@ "use strict"; | ||
* Load a .proto file with the specified options. | ||
* @param filename The file path to load. Can be an absolute path or relative to | ||
* an include path. | ||
* @param filename One or multiple file paths to load. Can be an absolute path | ||
* or relative to an include path. | ||
* @param options.keepCase Preserve field names. The default is to change them | ||
@@ -188,0 +188,0 @@ * to camel case. |
{ | ||
"name": "@grpc/proto-loader", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"author": "Google Inc.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
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
28021