counselors 0.4.2 → 0.4.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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -218,7 +218,7 @@ var SAFE_ID_RE = /^[a-zA-Z0-9._-]+$/;
218
218
  function sanitizePath(p) {
219
219
  return p.replace(/[\x00-\x08\x0A-\x1F]/g, "");
220
220
  }
221
- var VERSION = true ? "0.4.2" : "0.0.0-dev";
221
+ var VERSION = true ? "0.4.4" : "0.0.0-dev";
222
222
 
223
223
  // src/types.ts
224
224
  import { z } from "zod";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "counselors",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "Fan out prompts to multiple AI coding agents in parallel",
5
5
  "type": "module",
6
6
  "bin": {