@profoundry-us/highball 0.4.0 → 0.4.1

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@profoundry-us/highball",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Highball runner — local CI for AI coding agents: runs a repo's .highball/checks.yml rules, blocks the agent on failure, and reports runs to a Highball dashboard.",
5
5
  "keywords": [
6
6
  "ai",
@@ -39,7 +39,8 @@
39
39
  "dependencies": {
40
40
  "@modelcontextprotocol/ext-apps": "^1.7.5",
41
41
  "@modelcontextprotocol/sdk": "^1.30.0",
42
- "yaml": "^2.5.0"
42
+ "yaml": "^2.5.0",
43
+ "zod": "^3.25 || ^4.0"
43
44
  },
44
45
  "license": "MIT"
45
46
  }