fix: remove go_package for identity service
All checks were successful
Publish / Publish Job (push) Successful in 2m33s

This commit is contained in:
Дмитрий
2026-03-30 19:05:31 +03:00
parent b98bdddb66
commit 0e8da180ca
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -2,6 +2,7 @@ syntax = "proto3";
package identity;
option go_package = "./gen";
service AuthService {
rpc Login (LoginRequest) returns (LoginResponse);