chatbot-web-sdk 0.1.0 → 0.1.2

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 CHANGED
@@ -3,7 +3,7 @@
3
3
  Lightweight web SDK to load the Avya chatbot widget in React, Next.js, Nuxt, and plain JavaScript applications.
4
4
 
5
5
  <p align="center">
6
- <img src="./assets/readme.png" alt="Chatbot Preview" />
6
+ <img src="https://raw.githubusercontent.com/Avya-Technologies/chatbot-web-sdk/main/assets/readme.png" alt="Chatbot Preview" />
7
7
  </p>
8
8
 
9
9
  ## Features
File without changes
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chatbot-web-sdk",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Web SDK for Avya chatbot widget (React, Next.js, Nuxt, and plain JS).",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -26,6 +26,7 @@
26
26
  },
27
27
  "files": [
28
28
  "dist",
29
+ "assets",
29
30
  "README.md",
30
31
  "LICENSE"
31
32
  ],