From 0e764af4d17266c158277934f55c6117377e2d2d Mon Sep 17 00:00:00 2001 From: Mayank Singh Date: Sun, 17 Nov 2024 16:34:20 +0530 Subject: [PATCH] TP-89230 | dummy commit --- lerna-debug.log | 21 ++++++++------------- packages/adapter-ameyo/lib/api.ts | 3 ++- packages/adapter-ameyo/package.json | 2 +- packages/core/package.json | 3 ++- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/lerna-debug.log b/lerna-debug.log index 5044d76..aae7c0e 100644 --- a/lerna-debug.log +++ b/lerna-debug.log @@ -1,13 +1,8 @@ -17 error Error: Command failed with exit code 1: git remote update -17 error ERROR: The repository owner has an IP allow list enabled, and 122.172.85.219 is not permitted to access this repository. -17 error fatal: Could not read from remote repository. -17 error -17 error Please make sure you have the correct access rights -17 error and the repository exists. -17 error at makeError (/Users/varnitgoyal/office/universal-call-sdk/node_modules/execa/lib/error.js:59:11) -17 error at module.exports.sync (/Users/varnitgoyal/office/universal-call-sdk/node_modules/execa/index.js:186:17) -17 error at Object.execSync (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:1579:31) -17 error at updateRemote (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:9196:18) -17 error at isBehindUpstream (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:9186:3) -17 error at VersionCommand.initialize (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:9477:57) -17 error at VersionCommand.runCommand (/Users/varnitgoyal/office/universal-call-sdk/node_modules/lerna/dist/index.js:3296:36) +17 error Error: Command was killed with SIGINT (User interruption with CTRL-C): git remote update +17 error at makeError (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/execa/lib/error.js:59:11) +17 error at module.exports.sync (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/execa/index.js:186:17) +17 error at Object.execSync (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:1579:31) +17 error at updateRemote (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:9196:18) +17 error at isBehindUpstream (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:9186:3) +17 error at VersionCommand.initialize (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:9477:57) +17 error at VersionCommand.runCommand (/Users/mayanksingh/Documents/universal-call-sdk/node_modules/lerna/dist/index.js:3296:36) diff --git a/packages/adapter-ameyo/lib/api.ts b/packages/adapter-ameyo/lib/api.ts index e384a70..940633d 100644 --- a/packages/adapter-ameyo/lib/api.ts +++ b/packages/adapter-ameyo/lib/api.ts @@ -6,6 +6,7 @@ import RequestType from "@universal-call-sdk/common/lib/types/RequestType.ts"; export const loginInAmeyo = (userId: string, password: string) => { console.log('loginInAmeyo', userId, password); + console.log("***"); return getResponseWithoutCors({ url: `${window.BASE_AMEYO_URL}/ameyorestapi/userLogin/login`, method: 'POST', @@ -157,4 +158,4 @@ export const ameyoHangupUser = (sessionId: string, userCRTObjectId: string) => { sessionId } }); -}; \ No newline at end of file +}; diff --git a/packages/adapter-ameyo/package.json b/packages/adapter-ameyo/package.json index ef99303..49b1d4c 100644 --- a/packages/adapter-ameyo/package.json +++ b/packages/adapter-ameyo/package.json @@ -27,5 +27,5 @@ "vite": "^5.4.8", "vite-plugin-dts": "^4.2.4" }, - "gitHead": "e42cfe40afa684be5585ed0128b65c12d53b84c1" + "gitHead": "2b9cb67dbb3574023b6a93dc403b38aa82b58f51" } diff --git a/packages/core/package.json b/packages/core/package.json index 910025c..40cd513 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -27,5 +27,6 @@ "typescript-eslint": "^8.7.0", "vite": "^5.4.8", "vite-plugin-dts": "^4.2.4" - } + }, + "gitHead": "2b9cb67dbb3574023b6a93dc403b38aa82b58f51" }