@microsoft/omnichannel-chat-sdk 1.1.1-main.131f36d → 1.1.1-main.93f1eed
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/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
# Omnichannel Chat SDK
|
2
2
|
|
3
3
|
[](https://badge.fury.io/js/%40microsoft%2Fomnichannel-chat-sdk)
|
4
|
+
[](https://packagephobia.com/result?p=@microsoft/omnichannel-chat-sdk)
|
4
5
|

|
5
6
|

|
6
7
|
|
@@ -18,6 +19,7 @@ Please make sure you have a chat widget configured before using this package or
|
|
18
19
|
- [Common Scenarios](#common-scenarios)
|
19
20
|
- [Feature Comparisons](#feature-comparisons)
|
20
21
|
- [Telemetry](#telemetry)
|
22
|
+
- [Development Guide](docs/DEVELOPMENT_GUIDE.md)
|
21
23
|
- [Troubleshooting Guide](docs/TROUBLESHOOTING_GUIDE.md)
|
22
24
|
|
23
25
|
## Live Chat Widget vs. Chat SDK
|