@microsoft/omnichannel-chat-sdk 1.8.2-main.6b15199 → 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 +6 -0
- package/lib/tsconfig.tsbuildinfo +6 -6
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
|
|
4
4
|
|
5
5
|
## [Unreleased]
|
6
6
|
|
7
|
+
### Changed
|
8
|
+
|
9
|
+
- Uptake [@microsoft/ocsdk@0.5.0](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.5.0)
|
10
|
+
|
11
|
+
## [1.8.2] - 2024-05-07
|
12
|
+
|
7
13
|
### Fixed
|
8
14
|
|
9
15
|
- Fix path for util function uuidv4 that was causing conflicts with pipeline
|
package/lib/tsconfig.tsbuildinfo
CHANGED
@@ -1007,8 +1007,8 @@
|
|
1007
1007
|
"affectsGlobalScope": false
|
1008
1008
|
},
|
1009
1009
|
"../node_modules/@microsoft/ocsdk/lib/Interfaces/ISDK.d.ts": {
|
1010
|
-
"version": "
|
1011
|
-
"signature": "
|
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": "
|
1021
|
-
"signature": "
|
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": "
|
1026
|
-
"signature": "
|
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.
|
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.
|
44
|
+
"@microsoft/ocsdk": "^0.5.0",
|
45
45
|
"@microsoft/omnichannel-amsclient": "^0.1.6",
|
46
46
|
"@microsoft/omnichannel-ic3core": "^0.1.3"
|
47
47
|
}
|