@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.
- package/dist/brain.js +34 -34
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/site.js +4 -4
- package/dist/site.js.map +1 -1
- package/dist/templates.d.ts +2 -2
- package/package.json +1 -1
package/dist/templates.d.ts
CHANGED
|
@@ -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
|