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.

@@ -5250,7 +5250,7 @@ var AIDiagram = (function (exports) {
5250
5250
  // The server stores an opaque blob it cannot read.
5251
5251
  // The decryption key lives only in the URL fragment (#key=...).
5252
5252
  // ============================================================
5253
- const WORKER_URL = 'https://sketchmark.anmism7.workers.dev/';
5253
+ const WORKER_URL = 'https://sketchmark.anmism.workers.dev';
5254
5254
  // ── Crypto helpers ────────────────────────────────────────
5255
5255
  async function generateKey() {
5256
5256
  return crypto.subtle.generateKey({ name: 'AES-GCM', length: 256 }, true, // extractable so we can export to URL
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sketchmark",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Convert AI-friendly DSL text into beautiful hand-drawn diagrams using rough.js. Supports SVG, Canvas, animations, and export.",
5
5
  "keywords": [
6
6
  "diagram",
@@ -60,10 +60,10 @@
60
60
  "sideEffects": false,
61
61
  "repository": {
62
62
  "type": "git",
63
- "url": "https://github.com/bapunhansdah/sketchmark"
63
+ "url": "https://github.com/anmism/sketchmark"
64
64
  },
65
65
  "bugs": {
66
- "url": "https://github.com/bapunhansdah/sketchmark/issues"
66
+ "url": "https://github.com/anmism/sketchmark/issues"
67
67
  },
68
- "homepage": "https://github.com/bapunhansdah/sketchmark#readme"
68
+ "homepage": "https://github.com/anmism/sketchmark#readme"
69
69
  }