@forgezero/agent 0.1.34 → 0.1.35

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/fz-agent.js CHANGED
@@ -8777,7 +8777,7 @@ function requestAgentUpdate(request, socketPath = DEFAULT_AGENT_UPDATE_SOCKET, t
8777
8777
  import { readFileSync as readFileSync8 } from "fs";
8778
8778
 
8779
8779
  // src/version.ts
8780
- var VERSION3 = "0.1.34";
8780
+ var VERSION3 = "0.1.35";
8781
8781
 
8782
8782
  // src/agent-heartbeat.ts
8783
8783
  var unquote = (value) => value.replace(/^['"]|['"]$/g, "");