@forgezero/agent 0.1.36 → 0.1.37

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.
@@ -744,7 +744,7 @@ async function postSignedNode(options, path, body) {
744
744
  }
745
745
 
746
746
  // src/version.ts
747
- var VERSION3 = "0.1.36";
747
+ var VERSION3 = "0.1.37";
748
748
 
749
749
  // src/agent-heartbeat.ts
750
750
  var unquote = (value) => value.replace(/^['"]|['"]$/g, "");
package/dist/bootstrap.js CHANGED
@@ -1214,7 +1214,7 @@ var UPDATE_RETRY_BASE_MS = 5 * 60000;
1214
1214
  var UPDATE_RETRY_MAX_MS = 24 * 60 * 60000;
1215
1215
 
1216
1216
  // src/version.ts
1217
- var VERSION = "0.1.36";
1217
+ var VERSION = "0.1.37";
1218
1218
 
1219
1219
  // src/software.ts
1220
1220
  var BUN_INSTALLER_SHA256 = "bab8acfb046aac8c72407bdcce903957665d655d7acaa3e11c7c4616beae68dd";