@zibby/skills 0.2.19 → 0.2.20

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zibby/skills",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "Built-in skill definitions for the Zibby agent-workflow framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/dist/report.d.ts CHANGED
@@ -156,12 +156,12 @@ export declare const reportObjectSchema: z.ZodObject<{
156
156
  title: z.ZodOptional<z.ZodString>;
157
157
  text: z.ZodString;
158
158
  }, "strip", z.ZodTypeAny, {
159
- title?: string;
160
159
  text?: string;
160
+ title?: string;
161
161
  kind?: "paragraph";
162
162
  }, {
163
- title?: string;
164
163
  text?: string;
164
+ title?: string;
165
165
  kind?: "paragraph";
166
166
  }>]>, "many">>, ({
167
167
  values?: number[];
@@ -190,8 +190,8 @@ export declare const reportObjectSchema: z.ZodObject<{
190
190
  value?: string;
191
191
  }[];
192
192
  } | {
193
- title?: string;
194
193
  text?: string;
194
+ title?: string;
195
195
  kind?: "paragraph";
196
196
  })[], ({
197
197
  values?: number[];
@@ -220,8 +220,8 @@ export declare const reportObjectSchema: z.ZodObject<{
220
220
  value?: string;
221
221
  }[];
222
222
  } | {
223
- title?: string;
224
223
  text?: string;
224
+ title?: string;
225
225
  kind?: "paragraph";
226
226
  })[]>;
227
227
  footer: z.ZodOptional<z.ZodObject<{
@@ -273,8 +273,8 @@ export declare const reportObjectSchema: z.ZodObject<{
273
273
  value?: string;
274
274
  }[];
275
275
  } | {
276
- title?: string;
277
276
  text?: string;
277
+ title?: string;
278
278
  kind?: "paragraph";
279
279
  })[];
280
280
  footer?: {
@@ -320,8 +320,8 @@ export declare const reportObjectSchema: z.ZodObject<{
320
320
  value?: string;
321
321
  }[];
322
322
  } | {
323
- title?: string;
324
323
  text?: string;
324
+ title?: string;
325
325
  kind?: "paragraph";
326
326
  })[];
327
327
  footer?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zibby/skills",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "Built-in skill definitions for the Zibby agent-workflow framework",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",