Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Consistently apply lowerCaseServiceMethods=true #332

Merged
merged 13 commits into from
Jul 11, 2021
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into main
  • Loading branch information
protango committed Jun 28, 2021
commit e4810591c072aaf10365c097e0dbe9590cbf1b27
4 changes: 4 additions & 0 deletions protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"author": "",
"license": "ISC",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"dependencies": {
"protobufjs": "^6.8.8",
"long": "^4.0.0"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.