ccstatusline-usage 2.1.17 → 2.1.18
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/ccstatusline.js +1 -1
- package/package.json +1 -1
package/dist/ccstatusline.js
CHANGED
|
@@ -56116,7 +56116,7 @@ function getTerminalWidth() {
|
|
|
56116
56116
|
function canDetectTerminalWidth() {
|
|
56117
56117
|
return probeTerminalWidth() !== null;
|
|
56118
56118
|
}
|
|
56119
|
-
var __dirname = "/Users/peter/Documents/Code/ccstatusline-usage/src/utils", PACKAGE_VERSION = "2.1.
|
|
56119
|
+
var __dirname = "/Users/peter/Documents/Code/ccstatusline-usage/src/utils", PACKAGE_VERSION = "2.1.18";
|
|
56120
56120
|
var init_terminal = () => {};
|
|
56121
56121
|
|
|
56122
56122
|
// src/utils/renderer.ts
|