sketchmark 0.1.4 → 0.1.6

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.
@@ -5301,7 +5301,7 @@ var AIDiagram = (function (exports) {
5301
5301
  throw new Error(`Upload failed: ${res.status}`);
5302
5302
  const { id } = await res.json();
5303
5303
  // key goes into the fragment — browser never sends this to any server
5304
- return `${window.location.origin}/playground.html?s=${id}#key=${keyB64}`;
5304
+ return `${window.location.origin}/sketchmark/playground.html?s=${id}#key=${keyB64}`;
5305
5305
  }
5306
5306
  /**
5307
5307
  * Read ?s= and #key= from the current URL, fetch + decrypt the diagram.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sketchmark",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
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
  }