solver-sdk 9.3.0 → 9.3.1

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.
@@ -269,9 +269,9 @@ export interface TodoItem {
269
269
  activeForm?: string;
270
270
  }
271
271
  /**
272
- * 📋 НОВОЕ: TODO Update событие
272
+ * 📋 TODO Update событие
273
273
  *
274
- * Формат совместим с Cursor/VS Code (Workai)
274
+ * Формат совместим с Native VS Code API
275
275
  */
276
276
  export interface TodoUpdateEvent {
277
277
  type: 'todo_update';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solver-sdk",
3
- "version": "9.3.0",
3
+ "version": "9.3.1",
4
4
  "description": "SDK for WorkAI API - AI-powered code analysis with WorkCoins billing system",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",