@pi9/ask 0.3.1 → 0.3.2
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi9/ask",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Preview-rich, replayable Pi questions with multi-select and comments.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Chase Cummings <chaseecummings@gmail.com>",
|
|
@@ -57,8 +57,8 @@
|
|
|
57
57
|
"typebox": "*"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
61
|
-
"@earendil-works/pi-tui": "^0.
|
|
60
|
+
"@earendil-works/pi-coding-agent": "^0.82.1",
|
|
61
|
+
"@earendil-works/pi-tui": "^0.82.1",
|
|
62
62
|
"typebox": "^1.0.55",
|
|
63
63
|
"typescript": "~6.0.3",
|
|
64
64
|
"vitest": "^4.1.6"
|