@microsoft/omnichannel-chat-sdk 1.8.2 → 1.8.3-main.a59014c

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [Unreleased]
6
+
7
+ ### Changed
8
+
9
+ - Uptake [@microsoft/ocsdk@0.5.0](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.5.0)
10
+
5
11
  ## [1.8.2] - 2024-05-07
6
12
 
7
13
  ### Fixed
@@ -1007,8 +1007,8 @@
1007
1007
  "affectsGlobalScope": false
1008
1008
  },
1009
1009
  "../node_modules/@microsoft/ocsdk/lib/Interfaces/ISDK.d.ts": {
1010
- "version": "251db0c8fb18e4121804e7ca377855bcf600ba4ea523b9a0a7ddf92a4a0798ee",
1011
- "signature": "251db0c8fb18e4121804e7ca377855bcf600ba4ea523b9a0a7ddf92a4a0798ee",
1010
+ "version": "52ac703732ac7235ffb1b3c4cd765bc9a1701308cef4e82a2d6fb8fdcc854e40",
1011
+ "signature": "52ac703732ac7235ffb1b3c4cd765bc9a1701308cef4e82a2d6fb8fdcc854e40",
1012
1012
  "affectsGlobalScope": false
1013
1013
  },
1014
1014
  "../node_modules/@microsoft/ocsdk/lib/Common/RequestTimeoutConfig.d.ts": {
@@ -1017,13 +1017,13 @@
1017
1017
  "affectsGlobalScope": false
1018
1018
  },
1019
1019
  "../node_modules/@microsoft/ocsdk/lib/Interfaces/ISDKConfiguration.d.ts": {
1020
- "version": "875535c18802db143a73f4287b3086c8e4ba8681012363c52a60a727b7b40c01",
1021
- "signature": "875535c18802db143a73f4287b3086c8e4ba8681012363c52a60a727b7b40c01",
1020
+ "version": "1d63a05a666e7c03e3495f8fe64d54bf1a293f23b786d1e298046e3d51d31e67",
1021
+ "signature": "1d63a05a666e7c03e3495f8fe64d54bf1a293f23b786d1e298046e3d51d31e67",
1022
1022
  "affectsGlobalScope": false
1023
1023
  },
1024
1024
  "../node_modules/@microsoft/ocsdk/lib/Model/IOCSDKLogData.d.ts": {
1025
- "version": "2635e614d924542b00ea458c6e5e0c46be65500bda0b110768e8575ea88ecb61",
1026
- "signature": "2635e614d924542b00ea458c6e5e0c46be65500bda0b110768e8575ea88ecb61",
1025
+ "version": "0fb708cb7587865fbf4d8249b721e3ce3064f53853341f98cdb28942ba312367",
1026
+ "signature": "0fb708cb7587865fbf4d8249b721e3ce3064f53853341f98cdb28942ba312367",
1027
1027
  "affectsGlobalScope": false
1028
1028
  },
1029
1029
  "../node_modules/@microsoft/ocsdk/lib/Model/LogLevel.d.ts": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.8.2",
3
+ "version": "1.8.3-main.a59014c",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"
@@ -41,7 +41,7 @@
41
41
  "dependencies": {
42
42
  "@azure/communication-chat": "1.1.1",
43
43
  "@azure/communication-common": "1.1.0",
44
- "@microsoft/ocsdk": "^0.4.5",
44
+ "@microsoft/ocsdk": "^0.5.0",
45
45
  "@microsoft/omnichannel-amsclient": "^0.1.6",
46
46
  "@microsoft/omnichannel-ic3core": "^0.1.3"
47
47
  }