feat: centralize grpc client registration
All checks were successful
Publish / Publish Job (push) Successful in 44s
All checks were successful
Publish / Publish Job (push) Successful in 44s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@lendry-erp/common",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"description": "Core shared components for Lendry-ERP microservice ecosystem",
|
||||
"main": "dist/index.js",
|
||||
"type": "dist/index.d.ts",
|
||||
@@ -19,5 +19,11 @@
|
||||
"@types/node": "^25.5.0",
|
||||
"prettier": "^3.8.1",
|
||||
"typescript": "^6.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lendry-erp/contracts": "^1.1.10",
|
||||
"@nestjs/common": "^11.1.18",
|
||||
"@nestjs/config": "^4.0.4",
|
||||
"@nestjs/microservices": "^11.1.18"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user