@ai-chat-bot/react-ai-chat-bot 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +7 -5
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,10 +1,12 @@
1
1
  # @ai-chat-bot/react-ai-chat-bot
2
2
 
3
- > ⚠️ **Note: This package is currently under development.**
4
- > ## Best Feature!!!
5
- > Enter your website URL. Our AI will reply instantly with answers to user questions. Free & Premium Tiers available and many more features!
6
- >
7
- > **Stay tuned for the launch!** Once it's launched you will be notified. Please fill out the form at [AI CHAT BOT](https://docs.google.com/forms/d/e/1FAIpQLSdPh0L9nC-RiNSPN_530za-KR0xOfzXq9yDZN0AvCC6rTeXsg/viewform?usp=publish-editorm) to get on the waitlist.
3
+ ⚠️ **Note: This package is currently under development.**
4
+
5
+ ### 🌟 Features
6
+ Enter your website URL. Our AI will reply instantly with answers to user questions. Free & Premium Tiers available and many more features!
7
+
8
+ ### 📢 Stay Tuned for the Launch!
9
+ Once it's launched, you will be notified! Please fill out the [AI CHAT BOT Waitlist Form](https://docs.google.com/forms/d/e/1FAIpQLSdPh0L9nC-RiNSPN_530za-KR0xOfzXq9yDZN0AvCC6rTeXsg/viewform?usp=publish-editorm) to get on the waitlist.
8
10
 
9
11
  An embeddable, customizable React AI Chatbot Widget component for your web applications.
10
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ai-chat-bot/react-ai-chat-bot",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "private": false,
5
5
  "description": "Embeddable React AI Chatbot Widget component",
6
6
  "type": "module",
@@ -16,7 +16,8 @@
16
16
  "./dist/ai-chat-bot.css": "./dist/ai-chat-bot.css"
17
17
  },
18
18
  "files": [
19
- "dist"
19
+ "dist",
20
+ "README.md"
20
21
  ],
21
22
  "scripts": {
22
23
  "dev": "vite",