sketchmark 0.1.3 → 0.1.5
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.
Potentially problematic release.
This version of sketchmark might be problematic. Click here for more details.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/sketchmark.iife.js +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -5247,7 +5247,7 @@ class EventEmitter {
|
|
|
5247
5247
|
// The server stores an opaque blob it cannot read.
|
|
5248
5248
|
// The decryption key lives only in the URL fragment (#key=...).
|
|
5249
5249
|
// ============================================================
|
|
5250
|
-
const WORKER_URL = 'https://sketchmark.
|
|
5250
|
+
const WORKER_URL = 'https://sketchmark.anmism.workers.dev';
|
|
5251
5251
|
// ── Crypto helpers ────────────────────────────────────────
|
|
5252
5252
|
async function generateKey() {
|
|
5253
5253
|
return crypto.subtle.generateKey({ name: 'AES-GCM', length: 256 }, true, // extractable so we can export to URL
|