@henryqw/pi-session-recall 1.0.0 → 1.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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@henryqw/pi-session-recall",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Local FTS5 search over past Pi sessions plus a skill for turning recurring work into deterministic automation.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi-package",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"pack:check": "npm pack --dry-run"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@earendil-works/pi-ai": "^0.85.
|
|
30
|
-
"@earendil-works/pi-coding-agent": "^0.85.
|
|
31
|
-
"@earendil-works/pi-tui": "^0.85.
|
|
29
|
+
"@earendil-works/pi-ai": "^0.85.1",
|
|
30
|
+
"@earendil-works/pi-coding-agent": "^0.85.1",
|
|
31
|
+
"@earendil-works/pi-tui": "^0.85.1",
|
|
32
32
|
"typebox": "^1.3.15"
|
|
33
33
|
},
|
|
34
34
|
"repository": {
|