sketchmark 0.1.3 → 0.1.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.
package/dist/index.cjs CHANGED
@@ -5249,7 +5249,7 @@ class EventEmitter {
5249
5249
  // The server stores an opaque blob it cannot read.
5250
5250
  // The decryption key lives only in the URL fragment (#key=...).
5251
5251
  // ============================================================
5252
- const WORKER_URL = 'https://sketchmark.anmism7.workers.dev/';
5252
+ const WORKER_URL = 'https://sketchmark.anmism.workers.dev';
5253
5253
  // ── Crypto helpers ────────────────────────────────────────
5254
5254
  async function generateKey() {
5255
5255
  return crypto.subtle.generateKey({ name: 'AES-GCM', length: 256 }, true, // extractable so we can export to URL