@courseecho/ai-widget-react 1.0.2 → 1.0.3

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 +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -270,12 +270,13 @@ MIT © 2026 CourseEcho
270
270
  - 📖 Docs: https://courseecho.com/docs
271
271
  - 🐛 Issues: [GitHub Issues](https://github.com/courseecho/ai-widget-sdk/issues)
272
272
  - 💬 Chat: [Discord](https://discord.gg/courseecho)
273
+ - 📚 Full Guide: [Multi-Framework Integration](https://github.com/courseecho/ai-widget-sdk/blob/main/MULTI_FRAMEWORK_INTEGRATION_GUIDE.md)
273
274
 
274
275
  ---
275
276
 
276
277
  **More integrations:**
277
- - [Vue 3](../ai-widget-vue)
278
- - [Angular 19+](../ai-widget-angular)
279
- - [jQuery](../ai-widget-jquery)
280
- - [Node.js](../ai-client-node)
281
- - [Core SDK](../ai-core-sdk)
278
+ - [Vue 3](https://www.npmjs.com/package/@courseecho/ai-widget-vue)
279
+ - [Angular 19+](https://www.npmjs.com/package/@courseecho/ai-widget-angular)
280
+ - [jQuery](https://cdn.courseecho.com/ai-widget-jquery.js)
281
+ - [Node.js](https://www.npmjs.com/package/@courseecho/ai-client-node)
282
+ - [Core SDK](https://www.npmjs.com/package/@courseecho/ai-core-sdk)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@courseecho/ai-widget-react",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "React component for AI chat widget. Use the SDK in any React app.",
5
5
  "license": "MIT",
6
6
  "author": "CourseEcho",