saltfish 0.3.48 → 0.3.49

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.
@@ -7126,6 +7126,8 @@ class CursorManager {
7126
7126
  document.body.appendChild(this.flashlightOverlay);
7127
7127
  this.boundScrollHandler = this.handleScroll.bind(this);
7128
7128
  window.addEventListener("scroll", this.boundScrollHandler, { passive: true });
7129
+ this.lastCursorX = window.innerWidth - 50;
7130
+ this.lastCursorY = window.innerHeight - 50;
7129
7131
  }
7130
7132
  /**
7131
7133
  * Injects cursor styles into the main document for CSP compliance
@@ -12038,7 +12040,7 @@ const SaltfishPlayer$1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.de
12038
12040
  __proto__: null,
12039
12041
  SaltfishPlayer
12040
12042
  }, Symbol.toStringTag, { value: "Module" }));
12041
- const version = "0.3.48";
12043
+ const version = "0.3.49";
12042
12044
  const packageJson = {
12043
12045
  version
12044
12046
  };