@clubnet/seedclub 0.2.4 → 0.2.5

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -89,7 +89,7 @@ seedclub pins versions in `package.json`:
89
89
  {
90
90
  "version": "0.2.0",
91
91
  "dependencies": {
92
- "@mariozechner/pi-coding-agent": "0.52.9"
92
+ "@mariozechner/pi-coding-agent": "0.52.12"
93
93
  }
94
94
  }
95
95
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clubnet/seedclub",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "The Human+ Venture Network — AI agent for deal sourcing, research, and signal tracking",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -17,7 +17,7 @@
17
17
  "postinstall": "node postinstall.js"
18
18
  },
19
19
  "dependencies": {
20
- "@mariozechner/pi-coding-agent": "0.52.9"
20
+ "@mariozechner/pi-coding-agent": "0.52.12"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">=22.0.0"