@agimon-ai/doompi-edit 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 +10 -10
package/README.md CHANGED
@@ -13,7 +13,7 @@ compatible hashline producer. Stale or ambiguous mutations fail before any file
13
13
  ## Requirements
14
14
 
15
15
  - Node.js 22.19.0 or newer
16
- - Pi 0.84.4 and Pi TUI 0.84.4
16
+ - Pi 0.85.0 and Pi TUI 0.85.0
17
17
 
18
18
  ## Install
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-edit",
3
- "version": "0.0.1-alpha.26",
3
+ "version": "0.0.1-alpha.28",
4
4
  "description": "Snapshot-bound hashline edit tool for Pi and DoomPi.",
5
5
  "keywords": [
6
6
  "ai",
@@ -51,15 +51,15 @@
51
51
  "dependencies": {
52
52
  "@deepseek-ai/cordis": "4.0.1",
53
53
  "typebox": "1.3.19",
54
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.53",
55
- "@agimon-ai/doompi-hashline": "0.0.1-alpha.25",
56
- "@agimon-ai/doompi-ui": "0.0.1-alpha.54",
57
- "@agimon-ai/doompi-web-components": "0.0.1-alpha.14",
58
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.17"
54
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.55",
55
+ "@agimon-ai/doompi-hashline": "0.0.1-alpha.27",
56
+ "@agimon-ai/doompi-ui": "0.0.1-alpha.56",
57
+ "@agimon-ai/doompi-web-components": "0.0.1-alpha.16",
58
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.19"
59
59
  },
60
60
  "devDependencies": {
61
- "@earendil-works/pi-coding-agent": "0.84.4",
62
- "@earendil-works/pi-tui": "0.84.4",
61
+ "@earendil-works/pi-coding-agent": "0.85.0",
62
+ "@earendil-works/pi-tui": "0.85.0",
63
63
  "@tanstack/react-store": "0.11.1",
64
64
  "@tanstack/store": "0.11.1",
65
65
  "@types/node": "26.4.0",
@@ -71,8 +71,8 @@
71
71
  "vitest": "4.1.11"
72
72
  },
73
73
  "peerDependencies": {
74
- "@earendil-works/pi-coding-agent": "0.84.4",
75
- "@earendil-works/pi-tui": "0.84.4"
74
+ "@earendil-works/pi-coding-agent": "0.85.0",
75
+ "@earendil-works/pi-tui": "0.85.0"
76
76
  },
77
77
  "peerDependenciesMeta": {
78
78
  "@earendil-works/pi-coding-agent": {