@rizom/brain 0.2.0-alpha.109 → 0.2.0-alpha.110

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.
@@ -197,8 +197,8 @@ declare const ViewTemplateSchema: z.ZodObject<{
197
197
  image?: string | ((...args: unknown[]) => unknown) | undefined;
198
198
  pdf?: string | ((...args: unknown[]) => unknown) | undefined;
199
199
  };
200
- schema?: any;
201
200
  description?: string | undefined;
201
+ schema?: any;
202
202
  }, {
203
203
  name: string;
204
204
  pluginId: string;
@@ -207,8 +207,8 @@ declare const ViewTemplateSchema: z.ZodObject<{
207
207
  image?: string | ((...args: unknown[]) => unknown) | undefined;
208
208
  pdf?: string | ((...args: unknown[]) => unknown) | undefined;
209
209
  };
210
- schema?: any;
211
210
  description?: string | undefined;
211
+ schema?: any;
212
212
  }>;
213
213
  /**
214
214
  * Renderer types for different output formats
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rizom/brain",
3
- "version": "0.2.0-alpha.109",
3
+ "version": "0.2.0-alpha.110",
4
4
  "description": "Brain runtime + CLI — scaffold, run, and manage AI brain instances",
5
5
  "type": "module",
6
6
  "bin": {