microboard-ui-temp 0.3.1 → 0.3.2

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.
@@ -198,7 +198,7 @@ async function handleShare(ev) {
198
198
  if (event.data?.type === "microboard-snapshot-ready") {
199
199
  window.removeEventListener("message", onMessage);
200
200
  clearTimeout(timeout);
201
- importWindow.postMessage({ type: "microboard-snapshot", html, name }, appOrigin);
201
+ importWindow.postMessage({ type: "microboard-snapshot", html, name }, "https://app.microboard.io");
202
202
  resolve();
203
203
  }
204
204
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",