@adhdev/daemon-core 0.6.30 → 0.6.32

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/index.js CHANGED
@@ -7520,7 +7520,6 @@ var DaemonStatusReporter = class {
7520
7520
  const payload = {
7521
7521
  daemonMode: true,
7522
7522
  version: this.deps.daemonVersion || "unknown",
7523
- machineNickname: cfg.machineNickname || null,
7524
7523
  workspaces: wsState.workspaces,
7525
7524
  defaultWorkspaceId: wsState.defaultWorkspaceId,
7526
7525
  defaultWorkspacePath: wsState.defaultWorkspacePath,
@@ -7563,9 +7562,6 @@ var DaemonStatusReporter = class {
7563
7562
  if (opts?.p2pOnly) return;
7564
7563
  const wsPayload = {
7565
7564
  daemonMode: true,
7566
- machineNickname: payload.machineNickname,
7567
- defaultWorkspaceId: wsState.defaultWorkspaceId,
7568
- workspaceCount: (wsState.workspaces || []).length,
7569
7565
  // managedIdes: server only saves id, type, cdpConnected
7570
7566
  managedIdes: managedIdes.map((ide) => ({
7571
7567
  ideType: ide.ideType,