francois 0.17.21 → 0.17.22

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/manifest.json +5 -5
  2. package/package.json +1 -1
package/manifest.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "repo": "antoine-gmnz/francois",
3
- "tag": "v0.17.21",
3
+ "tag": "v0.17.22",
4
4
  "channel": "stable",
5
- "appVersion": "0.17.21",
5
+ "appVersion": "0.17.22",
6
6
  "productName": "Francois",
7
7
  "assets": {
8
- "darwin-universal": { "name": "francois-darwin-universal.tar.gz", "sha256": "716f22ae452a4b474557f8186e12a910fd0a649ffab9745bca4e5ce912167802" },
9
- "linux-x64": { "name": "francois-linux-x64.tar.gz", "sha256": "3b14e1205d2d163d9f34f08609c98e73ca7e51c6170defe4cbbba30001271c4a" },
10
- "win32-x64": { "name": "francois-win32-x64.zip", "sha256": "e43e0f2b69541c348779cd01751641d0274aced6fc3364bdecffefdec91186b0" }
8
+ "darwin-universal": { "name": "francois-darwin-universal.tar.gz", "sha256": "d6c83d7acabeab56e0ea14de4779ae93fe892f8d2d1a5545dd1ecb84b3774db9" },
9
+ "linux-x64": { "name": "francois-linux-x64.tar.gz", "sha256": "737e6aa50182b8000a83ddb72f892eee663cba54762c9587e7618c9ad4101460" },
10
+ "win32-x64": { "name": "francois-win32-x64.zip", "sha256": "4d43dca613ac1e835658e931052e555828e7187667c9c7156933f821e8f6ae4f" }
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "francois",
3
- "version": "0.17.21",
3
+ "version": "0.17.22",
4
4
  "description": "Mission control for your Claude Code fleet — installs the Francois desktop app without an installer.",
5
5
  "license": "AGPL-3.0-only",
6
6
  "author": "Antoine Gimenez",