cc-pulse 1.3.0 → 1.3.1
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/dist/cli.js +2 -2
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -12,7 +12,7 @@ var __export = (target, all) => {
|
|
|
12
12
|
// package.json
|
|
13
13
|
var package_default = {
|
|
14
14
|
name: "cc-pulse",
|
|
15
|
-
version: "1.3.
|
|
15
|
+
version: "1.3.1",
|
|
16
16
|
description: "A customizable, real-time statusline for Claude Code",
|
|
17
17
|
type: "module",
|
|
18
18
|
bin: {
|
|
@@ -1115,7 +1115,7 @@ var DEFAULT_CONFIG = {
|
|
|
1115
1115
|
context: {
|
|
1116
1116
|
enabled: true,
|
|
1117
1117
|
label: "Used",
|
|
1118
|
-
style: "
|
|
1118
|
+
style: "percent",
|
|
1119
1119
|
showRate: false,
|
|
1120
1120
|
showTokens: true,
|
|
1121
1121
|
showCompactHint: false,
|