@aparte/plugin-ask-user 0.8.0 → 0.10.0
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 +5 -2
package/package.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aparte/plugin-ask-user",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public"
|
|
6
|
+
},
|
|
4
7
|
"description": "The ask_user tool for aparté — the AI asks the user a structured choice, presented via the core elicitation panel.",
|
|
5
8
|
"type": "module",
|
|
6
9
|
"sideEffects": true,
|
|
@@ -33,7 +36,7 @@
|
|
|
33
36
|
"devDependencies": {
|
|
34
37
|
"typescript": "^5.4.0",
|
|
35
38
|
"vite": "^6.0.0",
|
|
36
|
-
"@aparte/core": "0.
|
|
39
|
+
"@aparte/core": "0.10.0"
|
|
37
40
|
},
|
|
38
41
|
"keywords": [
|
|
39
42
|
"aparte",
|