@agimon-ai/doompi-ui 0.0.1-alpha.55 → 0.0.1-alpha.57

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 +2 -2
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -10,8 +10,8 @@ core. Extension authors can depend on its public contracts without adopting the
10
10
  ## Requirements
11
11
 
12
12
  - Node.js 22.19.0 or newer
13
- - Pi 0.84.4
14
- - Pi TUI 0.84.4
13
+ - Pi 0.85.0
14
+ - Pi TUI 0.85.0
15
15
 
16
16
  ## Install
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agimon-ai/doompi-ui",
3
- "version": "0.0.1-alpha.55",
3
+ "version": "0.0.1-alpha.57",
4
4
  "description": "Leader-key menus, themes, and TUI components for DoomPi and Pi extensions.",
5
5
  "keywords": [
6
6
  "ai",
@@ -170,15 +170,15 @@
170
170
  "dependencies": {
171
171
  "@deepseek-ai/cordis": "4.0.1",
172
172
  "yaml": "2.9.0",
173
- "@agimon-ai/doompi-hashline": "0.0.1-alpha.26",
174
- "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.54",
175
- "@agimon-ai/doompi-telemetry": "0.0.1-alpha.54",
176
- "@agimon-ai/doompi-web-components": "0.0.1-alpha.15",
177
- "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.18"
173
+ "@agimon-ai/doompi-extension-contracts": "0.0.1-alpha.56",
174
+ "@agimon-ai/doompi-telemetry": "0.0.1-alpha.56",
175
+ "@agimon-ai/doompi-hashline": "0.0.1-alpha.28",
176
+ "@agimon-ai/doompi-web-components": "0.0.1-alpha.17",
177
+ "@agimon-ai/doompi-web-contracts": "0.0.1-alpha.20"
178
178
  },
179
179
  "devDependencies": {
180
- "@earendil-works/pi-coding-agent": "0.84.4",
181
- "@earendil-works/pi-tui": "0.84.4",
180
+ "@earendil-works/pi-coding-agent": "0.85.0",
181
+ "@earendil-works/pi-tui": "0.85.0",
182
182
  "@tanstack/react-store": "0.11.1",
183
183
  "@tanstack/store": "0.11.1",
184
184
  "@types/node": "26.4.0",
@@ -190,8 +190,8 @@
190
190
  "vitest": "4.1.11"
191
191
  },
192
192
  "peerDependencies": {
193
- "@earendil-works/pi-coding-agent": "0.84.4",
194
- "@earendil-works/pi-tui": "0.84.4"
193
+ "@earendil-works/pi-coding-agent": "0.85.0",
194
+ "@earendil-works/pi-tui": "0.85.0"
195
195
  },
196
196
  "engines": {
197
197
  "node": ">=22.19.0"