token-stats-timer 1.0.4 → 1.0.5

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 (2) hide show
  1. package/notify.ts +1 -1
  2. package/package.json +1 -1
package/notify.ts CHANGED
@@ -140,7 +140,7 @@ export function createNotifier(pi: ExtensionAPI): void {
140
140
  const durationMs = startMs !== undefined ? Date.now() - startMs : 0;
141
141
  if (durationMs < config.minDurationSec * 1000) return;
142
142
 
143
- const dur = startMs !== undefined ? ` · ${formatDuration(durationMs)}` : "";
143
+ const dur = startMs !== undefined ? `${formatDuration(durationMs)}` : "-";
144
144
 
145
145
  if (runFailed) {
146
146
  if (config.onFailure) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "token-stats-timer",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "pi extension to display token usage and time spend.",
5
5
  "keywords": [
6
6
  "pi-package",