@microsoft/omnichannel-chat-sdk 1.5.7 → 1.5.8-main.894abf3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.
6
6
  ### Changed
7
7
  - Uptake [@microsoft/omnichannel-amsclient@0.1.6](https://www.npmjs.com/package/@microsoft/omnichannel-amsclient/v/0.1.6)
8
8
 
9
- ## [1.5.6]
9
+ ## [1.5.6] - 2023-11-13
10
10
  ### Added
11
11
  - Add `RequestPayload`, `RequestPath`, `RequestMethod`, `ResponseStatusCode` telemetry base property to `OCSDKContract`
12
12
  - Update Jest configuration and tests to support new libraries
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.5.7",
3
+ "version": "1.5.8-main.894abf3",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"