react-aichatbot-widget 2.0.4 → 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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -52,6 +52,7 @@ function App() {
52
52
  name="" // any name
53
53
  subTitle="" // any subtitle
54
54
  welcomeText="" // any welcome text
55
+ aiInitialMessage=""
55
56
  />
56
57
  </div>
57
58
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-aichatbot-widget",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "A React ChatBot Widget",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",