@edihasaj/recall 0.6.0 → 0.6.2

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.
@@ -4040,7 +4040,7 @@ var PROMPT_SCREEN_RE = new RegExp(
4040
4040
  "iu"
4041
4041
  );
4042
4042
  function wakeDispatcherBestEffort() {
4043
- const port = parseInt(process.env.RECALL_DAEMON_PORT ?? "47649", 10);
4043
+ const port = parseInt(process.env.RECALL_PORT ?? "7890", 10);
4044
4044
  fetch(`http://127.0.0.1:${port}/dispatch/wake`, {
4045
4045
  method: "POST",
4046
4046
  headers: { "Content-Type": "application/json" },
@@ -5517,4 +5517,4 @@ export {
5517
5517
  processCorrection,
5518
5518
  processReviewFeedback
5519
5519
  };
5520
- //# sourceMappingURL=chunk-KAGIAOD7.js.map
5520
+ //# sourceMappingURL=chunk-32CTFWA6.js.map