@webmcp-auto-ui/sdk 2.5.0 → 2.5.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webmcp-auto-ui/sdk",
3
- "version": "2.5.0",
3
+ "version": "2.5.4",
4
4
  "description": "Skills CRUD, HyperSkill format, Svelte 5 stores",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "type": "module",
@@ -22,7 +22,7 @@ export type WidgetType =
22
22
  export type BlockType = WidgetType;
23
23
 
24
24
  export type Mode = 'auto' | 'drag' | 'chat';
25
- export type LLMId = 'haiku' | 'sonnet' | 'gemma-e2b' | 'gemma-e4b';
25
+ export type LLMId = 'haiku' | 'sonnet' | 'gemma-e2b' | 'gemma-e4b' | 'local';
26
26
 
27
27
  export interface Widget {
28
28
  id: string;