Merge branch 'master' into NTP-27557-ext-deprec

This commit is contained in:
vivek bhadola
2025-02-03 14:11:07 +05:30
4 changed files with 27 additions and 4 deletions

View File

@@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.0.1 (2025-01-28)
## 1.2.6 (2025-01-29)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo
## 1.2.3 (2025-01-28)
**Note:** Version bump only for package @universal-call-sdk/adapter-ameyo

View File

@@ -92,7 +92,7 @@ class AmeyoAdapter implements IAdapter {
}
private validateInitializationOptions(options: AmeyoInitializationOptions): void {
if (!options.baseUrl || !options.eventListenerUrl || !options.userName || !options.password || !options.loginUrl) {
if (!options?.baseUrl || !options?.eventListenerUrl || !options?.loginUrl) {
throw new Error('Missing required initialization options');
}
}

View File

@@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.0.1 (2025-01-28)
## 1.2.6 (2025-01-29)
**Note:** Version bump only for package @universal-call-sdk/common
## 1.2.4 (2025-01-28)
**Note:** Version bump only for package @universal-call-sdk/common

View File

@@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## 2.0.1 (2025-01-28)
## 1.2.6 (2025-01-29)
**Note:** Version bump only for package @universal-call-sdk/core
@@ -11,6 +11,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
## 1.2.4 (2025-01-28)
**Note:** Version bump only for package @universal-call-sdk/core
## 1.1.18 (2025-01-23)
**Note:** Version bump only for package @universal-call-sdk/core