fix: import grpc clients
All checks were successful
Publish / Publish Job (push) Successful in 43s

This commit is contained in:
Дмитрий
2026-04-13 23:01:53 +03:00
parent 6d80198d1b
commit ed64b8a434
2 changed files with 2 additions and 1 deletions

View File

@@ -2,3 +2,4 @@ export * from './enums'
export * from './utils' export * from './utils'
export * from './types' export * from './types'
export * from './constants' export * from './constants'
export * from './grpc'

View File

@@ -1,6 +1,6 @@
{ {
"name": "@lendry-erp/common", "name": "@lendry-erp/common",
"version": "1.1.2", "version": "1.1.3",
"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",