@zhushanwen/pi-ask-user 5.0.2 → 6.0.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zhushanwen/pi-ask-user",
3
- "version": "5.0.2",
3
+ "version": "6.0.1",
4
4
  "description": "Inline adaptive ask_user tool for Pi — single/multi-question structured input with split-pane preview, inline editor and optional comments.",
5
5
  "type": "module",
6
6
  "main": "index.ts",
@@ -38,7 +38,7 @@
38
38
  "@earendil-works/pi-coding-agent": "*",
39
39
  "@earendil-works/pi-tui": "*",
40
40
  "typebox": "*",
41
- "@zhushanwen/pi-subagent-workflow": "5.0.2"
41
+ "@zhushanwen/pi-subagent-workflow": "7.0.0"
42
42
  },
43
43
  "peerDependenciesMeta": {
44
44
  "@earendil-works/pi-tui": {