@felan-ai/ext-powerline 0.6.2 → 0.7.0

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 +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @felan-ai/ext-powerline
2
2
 
3
- Portable ANSI-aware TUI footer extension targeting Pi 0.85.0. The local Felan
3
+ Portable ANSI-aware TUI footer extension targeting Pi 0.85.1. The local Felan
4
4
  TUI enables it by default and binds a host that can display Codex or Claude
5
5
  subscription usage; the package itself is hostless by default.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@felan-ai/ext-powerline",
3
- "version": "0.6.2",
3
+ "version": "0.7.0",
4
4
  "description": "Terminal powerline extension for Felan",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,13 +25,13 @@
25
25
  }
26
26
  },
27
27
  "dependencies": {
28
- "@earendil-works/pi-tui": "0.85.0"
28
+ "@earendil-works/pi-tui": "0.85.1"
29
29
  },
30
30
  "peerDependencies": {
31
- "@felan-ai/agent-core": "^0.5.0"
31
+ "@felan-ai/agent-core": "^0.6.0"
32
32
  },
33
33
  "devDependencies": {
34
- "@felan-ai/agent-core": "0.5.8"
34
+ "@felan-ai/agent-core": "0.6.0"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public",