fix: remove go_package for identity service
All checks were successful
Publish / Publish Job (push) Successful in 2m33s
All checks were successful
Publish / Publish Job (push) Successful in 2m33s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lendry-erp/contracts",
|
||||
"version": "1.0.14",
|
||||
"version": "1.0.15",
|
||||
"description": "Protobuf definitions and generated TypeScript types",
|
||||
"type": "commonjs",
|
||||
"main": "./dist/index.js",
|
||||
|
||||
@@ -2,6 +2,7 @@ syntax = "proto3";
|
||||
|
||||
package identity;
|
||||
|
||||
option go_package = "./gen";
|
||||
|
||||
service AuthService {
|
||||
rpc Login (LoginRequest) returns (LoginResponse);
|
||||
|
||||
Reference in New Issue
Block a user