@forgezero/agent 0.1.40 → 0.1.41

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.
@@ -746,7 +746,7 @@ async function postSignedNode(options, path, body) {
746
746
  }
747
747
 
748
748
  // src/version.ts
749
- var VERSION3 = "0.1.40";
749
+ var VERSION3 = "0.1.41";
750
750
 
751
751
  // src/agent-heartbeat.ts
752
752
  var unquote = (value) => value.replace(/^['"]|['"]$/g, "");
package/dist/bootstrap.js CHANGED
@@ -712,7 +712,7 @@ var UPDATE_RETRY_BASE_MS = 5 * 60000;
712
712
  var UPDATE_RETRY_MAX_MS = 24 * 60 * 60000;
713
713
 
714
714
  // src/version.ts
715
- var VERSION = "0.1.40";
715
+ var VERSION = "0.1.41";
716
716
 
717
717
  // src/software.ts
718
718
  var BUN_INSTALLER_SHA256 = "bab8acfb046aac8c72407bdcce903957665d655d7acaa3e11c7c4616beae68dd";