@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.
@@ -19295,7 +19295,7 @@ function mailboxProjectServerEndpoint(projectDir) {
19295
19295
  }
19296
19296
  return path26.join(
19297
19297
  os2.tmpdir(),
19298
- `wrongstack-mailbox-v${MAILBOX_PROJECT_SERVER_PROTOCOL_VERSION}`,
19298
+ `wsmb-v${MAILBOX_PROJECT_SERVER_PROTOCOL_VERSION}`,
19299
19299
  `${key}.sock`
19300
19300
  );
19301
19301
  }