@courseecho/ai-widget-react 1.0.6 → 1.0.8
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 +10 -1
package/README.md
CHANGED
|
@@ -268,9 +268,9 @@ MIT © 2026 CourseEcho
|
|
|
268
268
|
## 📞 Support
|
|
269
269
|
|
|
270
270
|
- 📖 Docs: https://courseecho.com/docs
|
|
271
|
-
- 🐛 Issues: [GitHub Issues](https://github.com/courseecho
|
|
271
|
+
- 🐛 Issues: [GitHub Issues](https://github.com/COURSEECHO/courseecho-ai-widget-sdk/issues)
|
|
272
272
|
- 💬 Chat: [Discord](https://discord.gg/courseecho)
|
|
273
|
-
- 📚 Full Guide: [Multi-Framework Integration](https://github.com/courseecho
|
|
273
|
+
- 📚 Full Guide: [Multi-Framework Integration](https://github.com/COURSEECHO/courseecho-ai-widget-sdk/blob/main/MULTI_FRAMEWORK_INTEGRATION_GUIDE.md)
|
|
274
274
|
|
|
275
275
|
---
|
|
276
276
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@courseecho/ai-widget-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "React component for AI chat widget. Use the SDK in any React app.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "CourseEcho",
|
|
@@ -23,6 +23,15 @@
|
|
|
23
23
|
"test": "jest",
|
|
24
24
|
"lint": "eslint src/**/*.ts*"
|
|
25
25
|
},
|
|
26
|
+
"keywords": [
|
|
27
|
+
"ai",
|
|
28
|
+
"courseecho",
|
|
29
|
+
"react",
|
|
30
|
+
"chatbot",
|
|
31
|
+
"widget",
|
|
32
|
+
"component",
|
|
33
|
+
"chat"
|
|
34
|
+
],
|
|
26
35
|
"peerDependencies": {
|
|
27
36
|
"@courseecho/ai-core-sdk": "file:../core",
|
|
28
37
|
"react": "^16.8.0 || ^17.0.0 || ^18.0.0",
|