@grpc/proto-loader
Advanced tools
Comparing version
@@ -801,3 +801,3 @@ #!/usr/bin/env node | ||
for (const filename of protoFiles) { | ||
const basename = path.basename(filename).replace(/\.proto$/, '.ts'); | ||
const basename = path.basename(filename).replace(/\.proto$/, options.targetFileExtension); | ||
if (basenameMap.has(basename)) { | ||
@@ -804,0 +804,0 @@ basenameMap.get(basename).push(filename); |
{ | ||
"name": "@grpc/proto-loader", | ||
"version": "0.7.14", | ||
"version": "0.7.15", | ||
"author": "Google Inc.", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
121381
0.03%