fix: ldap proto import
Some checks failed
Publish / Publish Job (push) Failing after 2m27s

This commit is contained in:
Дмитрий
2026-04-11 10:51:02 +03:00
parent 6486ae9982
commit 0c6ab8c25a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/contracts", "name": "@lendry-erp/contracts",
"version": "1.1.9", "version": "1.1.10",
"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

@@ -4,7 +4,7 @@ package ldap_auth.v1;
option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb"; option go_package = "git.lendry.ru/lendry-erp/proto.git/go;pb";
import "sso/ldap.proto"; import "ldap.proto";
service LdapAuthService { service LdapAuthService {