@courseecho/ai-core-sdk 1.0.6 → 1.0.7
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
|
@@ -250,9 +250,9 @@ See [CONTRIBUTING.md](../../CONTRIBUTING.md)
|
|
|
250
250
|
## 📞 Support
|
|
251
251
|
|
|
252
252
|
- 📖 Documentation: https://courseecho.com/docs
|
|
253
|
-
- 🐛 Issues: [GitHub Issues](https://github.com/courseecho
|
|
253
|
+
- 🐛 Issues: [GitHub Issues](https://github.com/COURSEECHO/courseecho-ai-widget-sdk/issues)
|
|
254
254
|
- 💬 Community: [Discord](https://discord.gg/courseecho)
|
|
255
|
-
- 📚 Full Guide: [Integration Handbook](https://github.com/courseecho
|
|
255
|
+
- 📚 Full Guide: [Integration Handbook](https://github.com/COURSEECHO/courseecho-ai-widget-sdk/blob/main/MULTI_FRAMEWORK_INTEGRATION_GUIDE.md)
|
|
256
256
|
|
|
257
257
|
---
|
|
258
258
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@courseecho/ai-core-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "Framework-agnostic core AI chat SDK. Shared logic for all framework wrappers.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "CourseEcho",
|
|
@@ -26,6 +26,15 @@
|
|
|
26
26
|
"dependencies": {
|
|
27
27
|
"rxjs": "^7.8.0"
|
|
28
28
|
},
|
|
29
|
+
"keywords": [
|
|
30
|
+
"ai",
|
|
31
|
+
"courseecho",
|
|
32
|
+
"chatbot",
|
|
33
|
+
"sdk",
|
|
34
|
+
"widget",
|
|
35
|
+
"chat",
|
|
36
|
+
"ai-assistant"
|
|
37
|
+
],
|
|
29
38
|
"devDependencies": {
|
|
30
39
|
"typescript": "^5.3.0",
|
|
31
40
|
"@types/node": "^20.0.0",
|