react-aichatbot-widget 2.0.3 → 2.0.5

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 -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
@@ -54,6 +52,7 @@ function App() {
54
52
  name="" // any name
55
53
  subTitle="" // any subtitle
56
54
  welcomeText="" // any welcome text
55
+ aiInitialMessage=""
57
56
  />
58
57
  </div>
59
58
  );
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.5",
4
4
  "description": "A React ChatBot Widget",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",