Comparing version 1.176.0 to 1.176.1
@@ -28,3 +28,3 @@ "use strict"; | ||
function camelToSnake(s) { | ||
return s.replace(/\w([A-Z])/g, (m) => m[0] + "_" + m[1]).toUpperCase(); | ||
return (0, case_anything_1.snakeCase)(s).toUpperCase(); | ||
} | ||
@@ -31,0 +31,0 @@ exports.camelToSnake = camelToSnake; |
{ | ||
"name": "ts-proto", | ||
"version": "1.176.0", | ||
"version": "1.176.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/plugin.js", |
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
395457