@courseecho/ai-core-sdk 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 +11 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -174,11 +174,11 @@ const sdk = new AiWidgetSDK({
174
174
 
175
175
  | Framework | Package | Docs |
176
176
  |-----------|---------|------|
177
- | **React** | `@courseecho/ai-widget-react` | [React Docs](../ai-widget-react) |
178
- | **Vue** | `@courseecho/ai-widget-vue` | [Vue Docs](../ai-widget-vue) |
179
- | **Angular** | `@courseecho/ai-widget-angular` | [Angular Docs](../ai-widget-angular) |
180
- | **Node.js** | `@courseecho/ai-client-node` | [Node.js Docs](../ai-client-node) |
181
- | **jQuery** | `@courseecho/ai-widget-jquery` | [jQuery Docs](../ai-widget-jquery) |
177
+ | **React** | `@courseecho/ai-widget-react` | [npm](https://www.npmjs.com/package/@courseecho/ai-widget-react) |
178
+ | **Vue** | `@courseecho/ai-widget-vue` | [npm](https://www.npmjs.com/package/@courseecho/ai-widget-vue) |
179
+ | **Angular** | `@courseecho/ai-widget-angular` | [npm](https://www.npmjs.com/package/@courseecho/ai-widget-angular) |
180
+ | **Node.js** | `@courseecho/ai-client-node` | [npm](https://www.npmjs.com/package/@courseecho/ai-client-node) |
181
+ | **jQuery** | `@courseecho/ai-widget-jquery` | [CDN](https://cdn.courseecho.com/ai-widget-jquery.js) |
182
182
 
183
183
  ## 📚 Examples
184
184
 
@@ -252,12 +252,13 @@ See [CONTRIBUTING.md](../../CONTRIBUTING.md)
252
252
  - 📖 Documentation: https://courseecho.com/docs
253
253
  - 🐛 Issues: [GitHub Issues](https://github.com/courseecho/ai-widget-sdk/issues)
254
254
  - 💬 Community: [Discord](https://discord.gg/courseecho)
255
+ - 📚 Full Guide: [Integration Handbook](https://github.com/courseecho/ai-widget-sdk/blob/main/MULTI_FRAMEWORK_INTEGRATION_GUIDE.md)
255
256
 
256
257
  ---
257
258
 
258
259
  **Other CourseEcho Packages:**
259
- - [@courseecho/ai-widget-react](../ai-widget-react)
260
- - [@courseecho/ai-widget-vue](../ai-widget-vue)
261
- - [@courseecho/ai-widget-angular](../ai-widget-angular)
262
- - [@courseecho/ai-widget-jquery](../ai-widget-jquery)
263
- - [@courseecho/ai-client-node](../ai-client-node)
260
+ - [@courseecho/ai-widget-react](https://www.npmjs.com/package/@courseecho/ai-widget-react)
261
+ - [@courseecho/ai-widget-vue](https://www.npmjs.com/package/@courseecho/ai-widget-vue)
262
+ - [@courseecho/ai-widget-angular](https://www.npmjs.com/package/@courseecho/ai-widget-angular)
263
+ - [@courseecho/ai-widget-jquery](https://cdn.courseecho.com/ai-widget-jquery.js)
264
+ - [@courseecho/ai-client-node](https://www.npmjs.com/package/@courseecho/ai-client-node)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@courseecho/ai-core-sdk",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Framework-agnostic core AI chat SDK. Shared logic for all framework wrappers.",
5
5
  "license": "MIT",
6
6
  "author": "CourseEcho",