@thariman/ccstatusline 2.2.28 → 2.2.29

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.
@@ -53052,15 +53052,14 @@ var init_Settings = __esm(() => {
53052
53052
  { id: "l1-sep2", type: "separator", color: "gray", character: " | " },
53053
53053
  { id: "l1-cwd", type: "current-working-dir", color: "white", rawValue: true, metadata: { segments: "1", abbreviateHome: "true" } },
53054
53054
  { id: "l1-branch", type: "git-branch", color: "gray" },
53055
- { id: "l1-clean", type: "git-clean-status" }
53055
+ { id: "l1-clean", type: "git-clean-status", metadata: { hideNoGit: "true" } }
53056
53056
  ],
53057
53057
  [
53058
53058
  { id: "l2-label", type: "custom-text", customText: "Curr " },
53059
53059
  { id: "l2-session", type: "session-usage", color: "green", rawValue: true, metadata: { display: "progress", cursor: "true" } },
53060
53060
  { id: "l2-reset", type: "reset-timer", color: "green", rawValue: true, metadata: { display: "time" } },
53061
53061
  { id: "l2-sep", type: "separator", color: "gray", character: " | " },
53062
- { id: "l2-credits-label", type: "custom-text", color: "white", customText: "crdts " },
53063
- { id: "l2-credits", type: "extra-usage-used", rawValue: true }
53062
+ { id: "l2-credits", type: "extra-usage-used", rawValue: false, metadata: { hideIfDisabled: "true" } }
53064
53063
  ],
53065
53064
  [
53066
53065
  { id: "l3-label", type: "custom-text", color: "white", customText: "Fable" },
@@ -53380,7 +53379,7 @@ function getTerminalWidth() {
53380
53379
  function canDetectTerminalWidth() {
53381
53380
  return probeTerminalWidth() !== null;
53382
53381
  }
53383
- var __dirname = "/Users/thariman/projects/ccstatusline/src/utils", PACKAGE_VERSION = "2.2.28";
53382
+ var __dirname = "/home/thariman/projects/ccstatusline/src/utils", PACKAGE_VERSION = "2.2.29";
53384
53383
  var init_terminal = () => {};
53385
53384
 
53386
53385
  // src/utils/fuzzy.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thariman/ccstatusline",
3
- "version": "2.2.28",
3
+ "version": "2.2.29",
4
4
  "bugs": {
5
5
  "url": "https://github.com/sirmalloc/ccstatusline/issues"
6
6
  },