pi-powerline-footer 0.2.2 → 0.2.3

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.3] - 2026-01-15
4
+
5
+ ### Fixed
6
+ - npm bin entry now works correctly with `npx pi-powerline-footer`
7
+
3
8
  ## [0.2.2] - 2026-01-15
4
9
 
5
10
  ### Changed
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "pi-powerline-footer",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Powerline-style status bar extension for pi coding agent",
5
5
  "type": "module",
6
6
  "bin": {
7
- "pi-powerline-footer": "./install.mjs"
7
+ "pi-powerline-footer": "./cli.js"
8
8
  },
9
9
  "files": [
10
10
  "*.ts",
11
11
  "*.md",
12
- "install.mjs"
12
+ "cli.js"
13
13
  ],
14
14
  "keywords": [
15
15
  "pi",
@@ -22,6 +22,6 @@
22
22
  "license": "MIT",
23
23
  "repository": {
24
24
  "type": "git",
25
- "url": "https://github.com/nicobailon/pi-powerline-footer"
25
+ "url": "git+https://github.com/nicobailon/pi-powerline-footer.git"
26
26
  }
27
27
  }
File without changes