cc-context-stats 1.8.1 → 1.8.2

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 (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "cc-context-stats",
3
- "version": "1.8.1",
3
+ "version": "1.8.2",
4
4
  "description": "Monitor your Claude Code session context in real-time - track token usage and never run out of context",
5
5
  "main": "scripts/statusline.js",
6
6
  "bin": {
7
- "context-stats": "scripts/context-stats.sh",
8
- "claude-statusline": "scripts/statusline.js"
7
+ "context-stats": "scripts/context-stats.sh"
9
8
  },
10
9
  "scripts": {
11
10
  "test": "jest",