protoc-gen-grpc-gateway-es
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -884,3 +884,3 @@ #!/usr/bin/env node | ||
// src/helpers.ts | ||
var protoCamelCase = function(snakeCase) { | ||
function protoCamelCase(snakeCase) { | ||
let capNext = false; | ||
@@ -917,3 +917,3 @@ const b = []; | ||
return b.join(""); | ||
}; | ||
} | ||
var getOpenapiMessageOption = (message) => { | ||
@@ -1044,3 +1044,3 @@ const option = findCustomMessageOption(message, 1042, Schema); | ||
if (googleapisHttpMethodOption.body && googleapisHttpMethodOption.body !== "*") { | ||
bodyPath = googleapisHttpMethodOption.body; | ||
bodyPath = protoCamelCase(googleapisHttpMethodOption.body); | ||
} | ||
@@ -1452,3 +1452,3 @@ } | ||
type: "module", | ||
version: "0.1.5" | ||
version: "0.1.6" | ||
}; | ||
@@ -1455,0 +1455,0 @@ |
@@ -40,3 +40,3 @@ { | ||
"type": "module", | ||
"version": "0.1.5" | ||
"version": "0.1.6" | ||
} |
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
68420