@agimon-ai/doompi-read 0.0.1-alpha.26 → 0.0.1-alpha.28

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +11 -11
package/README.md CHANGED
@@ -15,7 +15,7 @@ people and preserves syntax highlighting. Image reads retain Pi's native attachm
15
15
  ## Requirements
16
16
 
17
17
  - Node.js 22.19.0 or newer
18
- - Pi 0.84.4 and Pi TUI 0.84.4
18
+ - Pi 0.85.0 and Pi TUI 0.85.0
19
19
 
20
20
  ## Install
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-read",
3
- "version": "0.0.1-alpha.26",
3
+ "version": "0.0.1-alpha.28",
4
4
  "description": "Snapshot-bound hashline read tool for Pi and DoomPi.",
5
5
  "keywords": [
6
6
  "ai",
@@ -52,16 +52,16 @@
52
52
  "dependencies": {
53
53
  "@deepseek-ai/cordis": "4.0.1",
54
54
  "typebox": "1.3.19",
55
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.53",
56
- "@agimon-ai/doompi-hashline": "0.0.1-alpha.25",
57
- "@agimon-ai/doompi-ui": "0.0.1-alpha.54",
58
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.17",
59
- "@agimon-ai/doompi-config": "0.0.1-alpha.53",
60
- "@agimon-ai/doompi-web-components": "0.0.1-alpha.14"
55
+ "@agimon-ai/doompi-config": "0.0.1-alpha.55",
56
+ "@agimon-ai/doompi-hashline": "0.0.1-alpha.27",
57
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.55",
58
+ "@agimon-ai/doompi-web-components": "0.0.1-alpha.16",
59
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.56",
60
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.19"
61
61
  },
62
62
  "devDependencies": {
63
- "@earendil-works/pi-coding-agent": "0.84.4",
64
- "@earendil-works/pi-tui": "0.84.4",
63
+ "@earendil-works/pi-coding-agent": "0.85.0",
64
+ "@earendil-works/pi-tui": "0.85.0",
65
65
  "@tanstack/react-store": "0.11.1",
66
66
  "@tanstack/store": "0.11.1",
67
67
  "@types/node": "26.4.0",
@@ -73,8 +73,8 @@
73
73
  "vitest": "4.1.11"
74
74
  },
75
75
  "peerDependencies": {
76
- "@earendil-works/pi-coding-agent": "0.84.4",
77
- "@earendil-works/pi-tui": "0.84.4"
76
+ "@earendil-works/pi-coding-agent": "0.85.0",
77
+ "@earendil-works/pi-tui": "0.85.0"
78
78
  },
79
79
  "peerDependenciesMeta": {
80
80
  "@earendil-works/pi-coding-agent": {