fix: change name package two_fa.v1 -> twofa.v1
All checks were successful
Publish / Publish Job (push) Successful in 49s
All checks were successful
Publish / Publish Job (push) Successful in 49s
This commit is contained in:
@@ -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'
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user