protobufjs-cli
Advanced tools
+7
-0
| # Changelog | ||
| ## [1.3.3](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.3.2...protobufjs-cli-v1.3.3) (2026-06-09) | ||
| ### Bug Fixes | ||
| * Avoid name collisions in generated code ([#2311](https://github.com/protobufjs/protobuf.js/issues/2311)) ([78a9576](https://github.com/protobufjs/protobuf.js/commit/78a9576269a5b590c54686a8122e78e28135cd50)) | ||
| ## [1.3.2](https://github.com/protobufjs/protobuf.js/compare/protobufjs-cli-v1.3.1...protobufjs-cli-v1.3.2) (2026-05-30) | ||
@@ -4,0 +11,0 @@ |
+1
-1
| { | ||
| "name": "protobufjs-cli", | ||
| "description": "Translates between file formats and generates static code as well as TypeScript definitions.", | ||
| "version": "1.3.2", | ||
| "version": "1.3.3", | ||
| "author": "Daniel Wirtz <dcode+protobufjs@dcode.io>", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -772,3 +772,3 @@ "use strict"; | ||
| ++indent; | ||
| push("return this.rpcCall(" + escapeName(lcName) + ", $root." + exportName(method.resolvedRequestType) + ", $root." + exportName(method.resolvedResponseType) + ", request, callback);"); | ||
| push("return $protobuf.rpc.Service.prototype.rpcCall.call(this, " + escapeName(lcName) + ", $root." + exportName(method.resolvedRequestType) + ", $root." + exportName(method.resolvedResponseType) + ", request, callback);"); | ||
| --indent; | ||
@@ -775,0 +775,0 @@ push("}, \"name\", { value: " + JSON.stringify(method.name) + " });"); |
121267
0.32%