react-aichatbot-widget 2.0.3 → 2.0.4

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 +0 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -44,8 +44,6 @@ function App() {
44
44
  {/*add a namespace for chatbot and chatbot url*/}
45
45
  <ChatBotWidget
46
46
  pineconeNamespace=''
47
- url=''
48
- chatMessageUrl=''
49
47
  primaryColor="" // hex color code
50
48
  secondaryColor="" // hex color code
51
49
  fontColor="" // hex color code
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-aichatbot-widget",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "A React ChatBot Widget",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",