@oisincoveney/pipeline 1.29.2 → 1.29.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/dist/hooks.d.ts +1 -1
- package/package.json +1 -1
package/dist/hooks.d.ts
CHANGED
|
@@ -13,8 +13,8 @@ declare const hookResultSchema: z.ZodObject<{
|
|
|
13
13
|
taskContext: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
14
14
|
}, z.core.$strict>>;
|
|
15
15
|
status: z.ZodEnum<{
|
|
16
|
-
pass: "pass";
|
|
17
16
|
fail: "fail";
|
|
17
|
+
pass: "pass";
|
|
18
18
|
skip: "skip";
|
|
19
19
|
}>;
|
|
20
20
|
summary: z.ZodOptional<z.ZodString>;
|
package/package.json
CHANGED
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"prepack": "bun run build:cli"
|
|
124
124
|
},
|
|
125
125
|
"type": "module",
|
|
126
|
-
"version": "1.29.
|
|
126
|
+
"version": "1.29.4",
|
|
127
127
|
"description": "Config-driven multi-agent pipeline runner for repository work",
|
|
128
128
|
"main": "./dist/index.js",
|
|
129
129
|
"types": "./dist/index.d.ts",
|