pi-harness-delegate 0.2.0 → 0.2.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-harness-delegate",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Delegate work to any harness (Claude Code, Muse, OpenCode, Amp) from the pi coding agent \u2014 code reviews, plans, implementation, security audits, docs, or your own custom templates.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "bun@1.3.14",
|
|
7
7
|
"engines": {
|
|
8
|
-
"node": "26
|
|
8
|
+
"node": "22 || 24 || 26"
|
|
9
9
|
},
|
|
10
10
|
"files": [
|
|
11
11
|
"extensions",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"@earendil-works/pi-ai": "0.84.3",
|
|
59
59
|
"@earendil-works/pi-coding-agent": "0.84.3",
|
|
60
60
|
"@earendil-works/pi-tui": "0.84.3",
|
|
61
|
-
"@types/node": "
|
|
61
|
+
"@types/node": "22.15.32",
|
|
62
62
|
"typebox": "1.3.18",
|
|
63
63
|
"typescript": "7.0.2"
|
|
64
64
|
},
|