openkrew 0.1.4 → 0.1.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.
@@ -65,7 +65,7 @@ function getRuntimeId() {
65
65
  * Returns the expected binary name for the current platform.
66
66
  */
67
67
  function getBinaryName() {
68
- return platform() === "win32" ? "OpenKrew.Hub.exe" : "OpenKrew.Hub";
68
+ return platform() === "win32" ? "openkrew.exe" : "openkrew";
69
69
  }
70
70
 
71
71
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openkrew",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "Distributed multi-machine AI agent team platform",
5
5
  "type": "module",
6
6
  "license": "BUSL-1.1",