fix: change go package proto link
All checks were successful
Publish / Publish Job (push) Successful in 2m29s

This commit is contained in:
Дмитрий
2026-04-01 12:27:52 +03:00
parent 352b63c60c
commit d4b32ad655
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.0.20", "version": "1.0.21",
"description": "Protobuf definitions and generated TypeScript types", "description": "Protobuf definitions and generated TypeScript types",
"type": "commonjs", "type": "commonjs",
"main": "./dist/index.js", "main": "./dist/index.js",

View File

@@ -2,7 +2,7 @@ syntax = "proto3";
package identity; package identity;
option go_package = "./gen"; option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
service AuthService { service AuthService {
rpc Login (LoginRequest) returns (LoginResponse); rpc Login (LoginRequest) returns (LoginResponse);

View File

@@ -2,7 +2,7 @@ syntax = "proto3";
package ldap_service; package ldap_service;
option go_package = "git.lendry.ru/lendry-erp/contracts.git/gen/go;ldap_service"; option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
// ========================================== // ==========================================
// ГЛАВНЫЙ СЕРВИС // ГЛАВНЫЙ СЕРВИС