Compare commits

..

No commits in common. "8c858038e794ce2b088464b33815eeef2902f325" and "e45bf05fb9361d8b9477a4b70cdfed88ef2af31c" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@teacinema/contracts",
"version": "1.1.6",
"version": "1.1.5",
"description": "Protocol Buffers contracts for microservices",
"scripts": {
"build": "tsc -p tsconfig.build.json",

View File

@ -35,7 +35,6 @@ message User {
message PatchUserRequest {
string user_id = 1;
optional string name = 2;
optional string avatar = 3;
}
message PatchUserResponse {
bool ok = 1;