@courseecho/ai-core-sdk 1.0.18 → 1.0.19

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.
@@ -116,4 +116,3 @@ export declare class AiSuggestionGenerator {
116
116
  */
117
117
  getTier(): string;
118
118
  }
119
- //# sourceMappingURL=auto-suggestion-generator.d.ts.map
@@ -536,4 +536,3 @@ export class AiSuggestionGenerator {
536
536
  return this.config.tier || 'free';
537
537
  }
538
538
  }
539
- //# sourceMappingURL=auto-suggestion-generator.js.map
@@ -45,4 +45,3 @@ export declare class ApiError extends Error {
45
45
  isBadRequest(): boolean;
46
46
  isServerError(): boolean;
47
47
  }
48
- //# sourceMappingURL=communication-service.d.ts.map
@@ -122,4 +122,3 @@ export class ApiError extends Error {
122
122
  return this.statusCode >= 500;
123
123
  }
124
124
  }
125
- //# sourceMappingURL=communication-service.js.map
package/dist/index.d.ts CHANGED
@@ -8,4 +8,3 @@ export { ChatStateManager, ContextStateManager, ChartManager, SuggestionManager,
8
8
  export { PageContentScanner, AiSuggestionGenerator, type PageContent, } from './auto-suggestion-generator';
9
9
  export { AiWidgetSDK } from './sdk';
10
10
  export type { StateListener } from './state-manager';
11
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -11,4 +11,3 @@ export { ChatStateManager, ContextStateManager, ChartManager, SuggestionManager,
11
11
  export { PageContentScanner, AiSuggestionGenerator, } from './auto-suggestion-generator';
12
12
  // Main SDK
13
13
  export { AiWidgetSDK } from './sdk';
14
- //# sourceMappingURL=index.js.map
package/dist/models.d.ts CHANGED
@@ -135,4 +135,3 @@ export interface SuggestionConfig {
135
135
  pageScanning?: PageScanConfig;
136
136
  aiConfig?: AiSuggestionGeneratorConfig;
137
137
  }
138
- //# sourceMappingURL=models.d.ts.map
package/dist/models.js CHANGED
@@ -3,4 +3,3 @@
3
3
  * Framework-agnostic type definitions used across all implementations
4
4
  */
5
5
  export {};
6
- //# sourceMappingURL=models.js.map
package/dist/sdk.d.ts CHANGED
@@ -164,4 +164,3 @@ export declare class AiWidgetSDK {
164
164
  */
165
165
  private getErrorMessage;
166
166
  }
167
- //# sourceMappingURL=sdk.d.ts.map
package/dist/sdk.js CHANGED
@@ -385,4 +385,3 @@ export class AiWidgetSDK {
385
385
  return String(error);
386
386
  }
387
387
  }
388
- //# sourceMappingURL=sdk.js.map
@@ -198,4 +198,3 @@ export declare class SuggestionManager {
198
198
  updateConfig(config: Partial<SuggestionConfig>): void;
199
199
  private notifySuggestionListeners;
200
200
  }
201
- //# sourceMappingURL=state-manager.d.ts.map
@@ -366,4 +366,3 @@ export class SuggestionManager {
366
366
  this.suggestionListeners.forEach((listener) => listener(this.getSuggestions()));
367
367
  }
368
368
  }
369
- //# sourceMappingURL=state-manager.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@courseecho/ai-core-sdk",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "Framework-agnostic core AI chat SDK. Shared logic for all framework wrappers.",
5
5
  "license": "MIT",
6
6
  "author": "CourseEcho",