@microsoft/omnichannel-chat-sdk 1.5.6-main.b5ae037 → 1.5.6
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 -1
- package/lib/tsconfig.tsbuildinfo +4 -4
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,9 +1,14 @@
|
|
1
1
|
# Changelog
|
2
2
|
All notable changes to this project will be documented in this file.
|
3
3
|
|
4
|
-
## [
|
4
|
+
## [1.5.6]
|
5
5
|
### Added
|
6
6
|
- Add `RequestPayload`, `RequestPath`, `RequestMethod`, `ResponseStatusCode` telemetry base property to `OCSDKContract`
|
7
|
+
- Update Jest configuration and tests to support new libraries
|
8
|
+
|
9
|
+
### Security
|
10
|
+
- Uptake [@microsoft/omnichannel-ic3core@0.1.3](https://www.npmjs.com/package/@microsoft/omnichannel-ic3core/v/0.1.3)
|
11
|
+
- Uptake [@microsoft/ocsdk@0.4.1](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.4.1)
|
7
12
|
|
8
13
|
### Changed
|
9
14
|
- Use `parseLowerCaseString()` on chat config properties to protect text case change
|
package/lib/tsconfig.tsbuildinfo
CHANGED
@@ -1007,13 +1007,13 @@
|
|
1007
1007
|
"affectsGlobalScope": false
|
1008
1008
|
},
|
1009
1009
|
"../node_modules/@microsoft/ocsdk/lib/Interfaces/ISDK.d.ts": {
|
1010
|
-
"version": "
|
1011
|
-
"signature": "
|
1010
|
+
"version": "d4124d4f5a2bf39ff01a60ba64101cdfb08d9fdee33715c8f7407c727ea7f8f4",
|
1011
|
+
"signature": "d4124d4f5a2bf39ff01a60ba64101cdfb08d9fdee33715c8f7407c727ea7f8f4",
|
1012
1012
|
"affectsGlobalScope": false
|
1013
1013
|
},
|
1014
1014
|
"../node_modules/@microsoft/ocsdk/lib/Common/RequestTimeoutConfig.d.ts": {
|
1015
|
-
"version": "
|
1016
|
-
"signature": "
|
1015
|
+
"version": "7a2ab6d85574bcd9fed405b63fa40b6095412cefa27198ed6e0e618784bcfe0f",
|
1016
|
+
"signature": "7a2ab6d85574bcd9fed405b63fa40b6095412cefa27198ed6e0e618784bcfe0f",
|
1017
1017
|
"affectsGlobalScope": false
|
1018
1018
|
},
|
1019
1019
|
"../node_modules/@microsoft/ocsdk/lib/Interfaces/ISDKConfiguration.d.ts": {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@microsoft/omnichannel-chat-sdk",
|
3
|
-
"version": "1.5.6
|
3
|
+
"version": "1.5.6",
|
4
4
|
"description": "Microsoft Omnichannel Chat SDK",
|
5
5
|
"files": [
|
6
6
|
"lib/**/*"
|
@@ -41,8 +41,8 @@
|
|
41
41
|
"dependencies": {
|
42
42
|
"@azure/communication-chat": "1.1.1",
|
43
43
|
"@azure/communication-common": "1.1.0",
|
44
|
-
"@microsoft/ocsdk": "^0.4.
|
44
|
+
"@microsoft/ocsdk": "^0.4.1",
|
45
45
|
"@microsoft/omnichannel-amsclient": "^0.1.4",
|
46
|
-
"@microsoft/omnichannel-ic3core": "^0.1.
|
46
|
+
"@microsoft/omnichannel-ic3core": "^0.1.3"
|
47
47
|
}
|
48
48
|
}
|