@henryqw/pi-memory 2.0.0 → 2.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-ask-question",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Ask Pi users one interactive question with choices or a custom answer.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -35,7 +35,7 @@
35
35
  "pack:check": "npm pack --dry-run"
36
36
  },
37
37
  "peerDependencies": {
38
- "@earendil-works/pi-coding-agent": ">=0.84.1",
38
+ "@earendil-works/pi-coding-agent": "^0.84.4",
39
39
  "typebox": "^1.3.15"
40
40
  },
41
41
  "repository": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henryqw/pi-memory",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Auto-managed markdown memory for Pi: capped MEMORY.md/USER.md entry stores with frozen session snapshots.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -33,9 +33,9 @@
33
33
  "@henryqw/pi-ask-question"
34
34
  ],
35
35
  "peerDependencies": {
36
- "@earendil-works/pi-ai": "^0.84.3",
37
- "@earendil-works/pi-coding-agent": "^0.84.3",
38
- "@earendil-works/pi-tui": "^0.84.3",
36
+ "@earendil-works/pi-ai": "^0.84.4",
37
+ "@earendil-works/pi-coding-agent": "^0.84.4",
38
+ "@earendil-works/pi-tui": "^0.84.4",
39
39
  "typebox": "^1.3.15"
40
40
  },
41
41
  "devDependencies": {