@juliantanx/aiusage-widget 1.5.1 → 1.5.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 (2) hide show
  1. package/dist/main.js +3 -0
  2. package/package.json +2 -2
package/dist/main.js CHANGED
@@ -182,6 +182,9 @@ async function openDashboardAction() {
182
182
  showWindow();
183
183
  notifyRenderer('install:status', { phase: 'installing' });
184
184
  const result = await launchDashboard();
185
+ if (result.success) {
186
+ notifyRenderer('install:status', { phase: 'done' });
187
+ }
185
188
  if (!result.success) {
186
189
  // CLI not found; attempt auto-install
187
190
  const installResult = await installAiusageCli();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@juliantanx/aiusage-widget",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "private": false,
5
5
  "description": "System tray widget for AIUsage — view AI token usage from your system tray",
6
6
  "keywords": [
@@ -11,7 +11,7 @@
11
11
  "electron",
12
12
  "token-usage"
13
13
  ],
14
- "homepage": "https://github.com/juliantanx/aiusage/tree/main/packages/widget#readme",
14
+ "homepage": "https://aiusage.jtanx.com",
15
15
  "repository": {
16
16
  "type": "git",
17
17
  "url": "https://github.com/juliantanx/aiusage.git",