fix paths proto
All checks were successful
Publish / Publish Job (push) Successful in 48s

This commit is contained in:
Дмитрий
2026-05-08 18:33:25 +03:00
parent 4b6c166b58
commit baafede619
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ export const GRPC_CLIENTS = {
}, },
CHAT_PACKAGE: { CHAT_PACKAGE: {
package: 'chat.v1', package: 'chat.v1',
protoPath: PROTO_PATHS.NOTIFICATIONS, protoPath: PROTO_PATHS.CHAT,
env: 'CHAT_GRPC_URL' env: 'CHAT_GRPC_URL'
}, },
MEDIA_PACKAGE: { MEDIA_PACKAGE: {

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/common", "name": "@lendry-erp/common",
"version": "1.1.9", "version": "1.1.10",
"description": "Core shared components for Lendry-ERP microservice ecosystem", "description": "Core shared components for Lendry-ERP microservice ecosystem",
"main": "dist/index.js", "main": "dist/index.js",
"type": "dist/index.d.ts", "type": "dist/index.d.ts",