@microsoft/ocsdk
Advanced tools
Comparing version 0.5.5 to 0.5.6
@@ -5,2 +5,10 @@ # Changelog | ||
## [0.5.6] | ||
### Fixed | ||
- Fix error propagation when a call to an endpoint timesout | ||
- Fix unit tests | ||
### Added | ||
- Error propagation when getchattoken returns an empty dashboard | ||
## [0.5.5] | ||
@@ -7,0 +15,0 @@ ### Security |
@@ -32,2 +32,3 @@ import FetchChatTokenResponse from "./Model/FetchChatTokenResponse"; | ||
ocUserAgent: string[]; | ||
HTTPTimeOutErrorMessage: string; | ||
constructor(omnichannelConfiguration: IOmnichannelConfiguration, configuration?: ISDKConfiguration, logger?: OCSDKLogger | undefined); | ||
@@ -34,0 +35,0 @@ /** |
{ | ||
"name": "@microsoft/ocsdk", | ||
"version": "0.5.5", | ||
"version": "0.5.6", | ||
"description": "Microsoft Omnichannel SDK", | ||
@@ -40,2 +40,3 @@ "files": [ | ||
"@typescript-eslint/parser": "^3.10.1", | ||
"axios-mock-adapter": "^2.0.0", | ||
"eslint": "^7.32.0", | ||
@@ -42,0 +43,0 @@ "eslint-plugin-security": "^1.4.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6355733
7323
29