Merge branch 'NTP-26126/adapter-sanity' of github.com:navi-commons/universal-call-sdk into NTP-26126/adapter-sanity

This commit is contained in:
varnit goyal
2025-01-23 10:41:54 +05:30
7 changed files with 29 additions and 9 deletions

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.1.34 (2025-01-22)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo
## 1.1.33 (2025-01-17)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo

View File

@@ -130,11 +130,7 @@ class CallStateManager {
window.postMessage({
type: MessagingType.ON_CRM_NOTIFY_PUSH
})
window.postMessage({
type: MessagingType.ON_AMEYO_CALL_TRANSFER,
data
})
this.state.customerInfo = {
...this.state.customerInfo,
phoneNumber: parsedQuery?.phone,

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/adapter-ameyo",
"version": "1.1.33",
"version": "1.1.34",
"type": "module",
"scripts": {
"dev": "vite",
@@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@universal-call-sdk/common": "^1.1.18",
"@universal-call-sdk/common": "^1.1.19",
"uuid": "^11.0.3"
},
"devDependencies": {

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.1.19 (2025-01-22)
**Note:** Version bump only for package @universal-call-sdk/common
## 1.1.18 (2025-01-17)
**Note:** Version bump only for package @universal-call-sdk/common

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/common",
"version": "1.1.18",
"version": "1.1.19",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 1.1.16 (2025-01-22)
**Note:** Version bump only for package @universal-call-sdk/core
## 1.1.15 (2025-01-17)
**Note:** Version bump only for package @universal-call-sdk/core

View File

@@ -1,6 +1,6 @@
{
"name": "@universal-call-sdk/core",
"version": "1.1.15",
"version": "1.1.16",
"type": "module",
"scripts": {
"dev": "vite",