@oisincoveney/pipeline 1.27.8 → 1.27.9
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/config.js +5 -0
- package/package.json +1 -1
package/dist/config.js
CHANGED
|
@@ -329,6 +329,11 @@ hooks:
|
|
|
329
329
|
- id: generated-defaults-audit
|
|
330
330
|
function: generated-defaults-audit
|
|
331
331
|
failure: fail
|
|
332
|
+
runner_command:
|
|
333
|
+
environment:
|
|
334
|
+
setup:
|
|
335
|
+
- command: pnpm
|
|
336
|
+
args: [install, --frozen-lockfile]
|
|
332
337
|
scheduler:
|
|
333
338
|
commands:
|
|
334
339
|
quick:
|
package/package.json
CHANGED
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"prepack": "bun run build:cli"
|
|
121
121
|
},
|
|
122
122
|
"type": "module",
|
|
123
|
-
"version": "1.27.
|
|
123
|
+
"version": "1.27.9",
|
|
124
124
|
"description": "Config-driven multi-agent pipeline runner for repository work",
|
|
125
125
|
"main": "./dist/index.js",
|
|
126
126
|
"types": "./dist/index.d.ts",
|