cool-ai-chatbot 0.1.3 → 0.1.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.
- package/README.md +2 -2
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@ Perfect for websites that want a customizable AI assistant without building a ch
|
|
|
9
9
|
## Installation
|
|
10
10
|
|
|
11
11
|
```bash
|
|
12
|
-
npm install
|
|
12
|
+
npm install cool-ai-chatbot
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
---
|
|
@@ -128,7 +128,7 @@ Never place API keys directly in frontend code.
|
|
|
128
128
|
|
|
129
129
|
## Status
|
|
130
130
|
|
|
131
|
-
Current Version: 0.1.
|
|
131
|
+
Current Version: 0.1.3
|
|
132
132
|
|
|
133
133
|
Cool AI Chatbot is actively under development.
|
|
134
134
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cool-ai-chatbot",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "A reusable React + TypeScript AI chatbot widget with personalities and adaptive themes.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"types": "./dist/index.d.ts",
|
|
12
12
|
"import": "./dist/index.js"
|
|
13
13
|
},
|
|
14
|
-
"./style.css":
|
|
14
|
+
"./style.css": {
|
|
15
|
+
"default": "./dist/style.css"
|
|
16
|
+
}
|
|
15
17
|
},
|
|
16
18
|
"files": [
|
|
17
19
|
"dist",
|