baro-ai 0.74.3 → 0.74.4

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.
package/dist/runner.mjs CHANGED
@@ -3755,7 +3755,7 @@ var url = process.env.CONTROL_URL ?? "wss://api.baro.jigjoy.ai";
3755
3755
  var token = process.env.RUNNER_TOKEN;
3756
3756
  var httpBase = url.replace(/^ws/, "http").replace(/\/+$/, "");
3757
3757
  var credsPath = join(homedir(), ".baro", "credentials.json");
3758
- var VERSION = "0.74.3";
3758
+ var VERSION = "0.74.4";
3759
3759
  var updateCachePath = join(homedir(), ".baro", "update-check.json");
3760
3760
  async function getLatest(force = false) {
3761
3761
  if (!force) {