@microsoft/omnichannel-chat-sdk 1.1.1-main.b88f92d → 1.1.1-main.ce160ce

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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -53,6 +53,7 @@ Please make sure you have a chat widget configured before using this package or
53
53
  - [Chat Reconnect with Authenticated User](#chat-reconnect-with-authenticated-user)
54
54
  - [Chat Reconnect with Unauthenticated User](#chat-reconnect-with-unauthenticated-user)
55
55
  - [Operating Hours](#operating-hours)
56
+ - [Single Sign-on for Bots](/docs/scenarios/SINGLE_SIGN_ON_FOR_BOTS.md)
56
57
  - [Sample Apps](https://github.com/microsoft/omnichannel-chat-sdk-samples)
57
58
  - [Feature Comparisons](#feature-comparisons)
58
59
  - [Telemetry](#telemetry)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.1.1-main.b88f92d",
3
+ "version": "1.1.1-main.ce160ce",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"