@grpc/proto-loader
Advanced tools
Comparing version 0.6.0-pre1 to 0.6.0-pre2
@@ -109,3 +109,3 @@ #!/usr/bin/env node | ||
case 'bytes': | ||
type = 'Buffer | UInt8Array | String'; | ||
type = 'Buffer | Uint8Array | string'; | ||
break; | ||
@@ -176,3 +176,3 @@ default: | ||
else if (options.bytes === String) { | ||
type = 'String'; | ||
type = 'string'; | ||
} | ||
@@ -179,0 +179,0 @@ else { |
{ | ||
"name": "@grpc/proto-loader", | ||
"version": "0.6.0-pre1", | ||
"version": "0.6.0-pre2", | ||
"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