fix: change name package two_fa.v1 -> twofa.v1
All checks were successful
Publish / Publish Job (push) Successful in 49s

This commit is contained in:
Дмитрий
2026-04-15 09:47:09 +03:00
parent ed64b8a434
commit de3550c524
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ export const GRPC_CLIENTS = {
env: 'AUTH_GRPC_URL' env: 'AUTH_GRPC_URL'
}, },
TWOFA_PACKAGE: { TWOFA_PACKAGE: {
package: 'two_fa.v1', package: 'twofa.v1',
protoPath: PROTO_PATHS.TWOFA, protoPath: PROTO_PATHS.TWOFA,
env: 'AUTH_GRPC_URL' env: 'AUTH_GRPC_URL'
}, },

View File

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