quixotic-gol 0.1.10 → 0.1.11

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.mjs CHANGED
@@ -3661,7 +3661,7 @@ const Oa = Tr(function({
3661
3661
  }
3662
3662
  }
3663
3663
  }
3664
- a == null || a(h);
3664
+ a == null || a({ json: h, svgElement: O.current });
3665
3665
  }).catch((B) => {
3666
3666
  I || (Y.current && (clearInterval(Y.current), Y.current = null), v.current = null, B.message !== "Cancelled by user" && B.message !== "Request cancelled" && (console.error("GraphvizRenderer error:", B), G.current && (G.current.innerHTML = `<div style="padding: 1rem; color: #ef4444"><strong>Error rendering graph:</strong> ${B.message}</div>`), i == null || i(B instanceof Error ? B : new Error(String(B)))));
3667
3667
  }), () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "quixotic-gol",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",