agentfit 0.1.10 → 0.1.11

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.
@@ -43,13 +43,15 @@ jobs:
43
43
  APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
44
44
  run: npm run electron:build:mac
45
45
 
46
- - name: Upload DMGs + updater metadata
46
+ - name: Upload DMGs + ZIPs + updater metadata
47
47
  uses: actions/upload-artifact@v7
48
48
  with:
49
49
  name: mac-dmgs
50
50
  path: |
51
51
  dist-electron/*.dmg
52
52
  dist-electron/*.dmg.blockmap
53
+ dist-electron/*.zip
54
+ dist-electron/*.zip.blockmap
53
55
  dist-electron/latest-mac*.yml
54
56
 
55
57
  build-win:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentfit",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "Fitness tracker dashboard for AI coding agents (Claude Code, Codex). Visualize usage, cost, tokens, and productivity from local conversation logs.",
5
5
  "type": "module",
6
6
  "bin": {