@pi-unipi/ask-user 2.0.9 → 2.0.11
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 +10 -12
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-unipi/ask-user",
|
|
3
|
-
"version": "2.0.
|
|
4
|
-
"description": "Structured user input tool for Pi coding agent
|
|
3
|
+
"version": "2.0.11",
|
|
4
|
+
"description": "Structured user input tool for Pi coding agent \u2014 single-select, multi-select, freeform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.ts",
|
|
7
7
|
"license": "MIT",
|
|
@@ -36,14 +36,6 @@
|
|
|
36
36
|
"scripts": {
|
|
37
37
|
"test": "node --experimental-strip-types --test tests/**/*.test.ts"
|
|
38
38
|
},
|
|
39
|
-
"pi": {
|
|
40
|
-
"extensions": [
|
|
41
|
-
"index.ts"
|
|
42
|
-
],
|
|
43
|
-
"skills": [
|
|
44
|
-
"skills"
|
|
45
|
-
]
|
|
46
|
-
},
|
|
47
39
|
"publishConfig": {
|
|
48
40
|
"access": "public"
|
|
49
41
|
},
|
|
@@ -51,8 +43,14 @@
|
|
|
51
43
|
"@pi-unipi/core": "*"
|
|
52
44
|
},
|
|
53
45
|
"peerDependencies": {
|
|
54
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
55
|
-
"@earendil-works/pi-tui": "^0.
|
|
46
|
+
"@earendil-works/pi-coding-agent": "^0.78.0",
|
|
47
|
+
"@earendil-works/pi-tui": "^0.78.0",
|
|
56
48
|
"typebox": "^1.1.38"
|
|
49
|
+
},
|
|
50
|
+
"pi": {
|
|
51
|
+
"extensions": [],
|
|
52
|
+
"skills": [],
|
|
53
|
+
"prompts": [],
|
|
54
|
+
"themes": []
|
|
57
55
|
}
|
|
58
56
|
}
|