@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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Omnichannel Chat SDK
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40microsoft%2Fomnichannel-chat-sdk.svg)](https://badge.fury.io/js/%40microsoft%2Fomnichannel-chat-sdk)
4
+ [![install size](https://packagephobia.com/badge?p=@microsoft/omnichannel-chat-sdk)](https://packagephobia.com/result?p=@microsoft/omnichannel-chat-sdk)
4
5
  ![Release CI](https://github.com/microsoft/omnichannel-chat-sdk/workflows/Release%20CI/badge.svg)
5
6
  ![npm](https://img.shields.io/npm/dm/@microsoft/omnichannel-chat-sdk)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/omnichannel-chat-sdk",
3
- "version": "1.1.1-main.131f36d",
3
+ "version": "1.1.1-main.93f1eed",
4
4
  "description": "Microsoft Omnichannel Chat SDK",
5
5
  "files": [
6
6
  "lib/**/*"