@wrongstack/core 0.296.3 → 0.296.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.
@@ -614,7 +614,7 @@ function mailboxProjectServerEndpoint(projectDir) {
614
614
  }
615
615
  return path3.join(
616
616
  os2.tmpdir(),
617
- `wrongstack-mailbox-v${MAILBOX_PROJECT_SERVER_PROTOCOL_VERSION}`,
617
+ `wsmb-v${MAILBOX_PROJECT_SERVER_PROTOCOL_VERSION}`,
618
618
  `${key}.sock`
619
619
  );
620
620
  }