@animuz/embed 0.2.2-rc5 → 0.2.2-rc6

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/iframe.html CHANGED
@@ -22,9 +22,7 @@
22
22
  });
23
23
  return params;
24
24
  }
25
- console.log("windows.location.search:", window.location.search);
26
25
  const params = getQueryParams();
27
- console.log("Parsed params:", params);
28
26
  // Show error if embedId is not provided
29
27
  if (!params.embedId) {
30
28
  document.body.innerHTML = '<div style="color:red;font-family:sans-serif;padding:2em;text-align:center;">Error: <b>embedId</b> is required in the iframe URL query string.</div>';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@animuz/embed",
3
- "version": "0.2.2-rc5",
3
+ "version": "0.2.2-rc6",
4
4
  "description": "Embeddable chat widget for Rudi by Animuz",
5
5
  "type": "module",
6
6
  "main": "dist/animuz-chat-widget.min.js",