@tigmart/ai-types 0.0.1 → 0.0.2

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/dist/index.d.mts CHANGED
@@ -208,7 +208,7 @@ interface ChatStorage {
208
208
 
209
209
  /**
210
210
  * The contract every LLM provider adapter must implement.
211
- * Implementations live in @topsoft/ai-core (server-side only).
211
+ * Implementations live in @tigmart/ai-core (server-side only).
212
212
  *
213
213
  * The adapter receives normalized Message objects and returns an
214
214
  * AsyncIterable of StreamChunks. Mapping to/from provider-specific
package/dist/index.d.ts CHANGED
@@ -208,7 +208,7 @@ interface ChatStorage {
208
208
 
209
209
  /**
210
210
  * The contract every LLM provider adapter must implement.
211
- * Implementations live in @topsoft/ai-core (server-side only).
211
+ * Implementations live in @tigmart/ai-core (server-side only).
212
212
  *
213
213
  * The adapter receives normalized Message objects and returns an
214
214
  * AsyncIterable of StreamChunks. Mapping to/from provider-specific
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tigmart/ai-types",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "description": "Shared TypeScript types for the AI chat platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",