fix grpc url for oauth
All checks were successful
Publish / Publish Job (push) Successful in 50s

This commit is contained in:
Дмитрий
2026-04-23 11:13:14 +03:00
parent ac65ea88c0
commit a75cfaf851
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ export const GRPC_CLIENTS = {
OAUTH_PACKAGE: {
package: 'oauth.v1',
protoPath: PROTO_PATHS.OAUTH,
env: 'OAUTH_GRPC_URL'
env: 'AUTH_GRPC_URL'
},
ACCOUNT_PACKAGE: {
package: 'account.v1',

View File

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