@encatch/web-sdk 0.0.33-beta.0 → 0.0.34-beta.0

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.
@@ -319,7 +319,7 @@ async function Ee() {
319
319
  if (!(te || typeof window > "u" || typeof document > "u")) {
320
320
  te = !0;
321
321
  try {
322
- const { render: t } = await Promise.resolve().then(() => be), e = (await import("./core-wrapper-sV_pMBBg.js")).default;
322
+ const { render: t } = await Promise.resolve().then(() => be), e = (await import("./core-wrapper-2TN8GbgP.js")).default;
323
323
  if (typeof document > "u") return;
324
324
  let n = document.getElementById("enisght-root");
325
325
  !n && document.body && (n = document.createElement("div"), n.id = "enisght-root", document.body.appendChild(n)), n && t(/* @__PURE__ */ Se(e, {}), n);
@@ -1,4 +1,4 @@
1
- import { E as e, e as t } from "./module-DPAL8FEY.js";
1
+ import { E as e, e as t } from "./module-CaEMXx4u.js";
2
2
  export {
3
3
  e as Encatch,
4
4
  t as encatch
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@encatch/web-sdk",
3
- "version": "0.0.33-beta.0",
3
+ "version": "0.0.34-beta.0",
4
4
  "description": "A powerful, lightweight JavaScript SDK for collecting user feedback and running surveys on web applications",
5
5
  "type": "module",
6
6
  "main": "dist-sdk/plugin/sdk/module.js",
@@ -53,10 +53,10 @@
53
53
  "devDependencies": {
54
54
  "@preact/preset-vite": "^2.10.2",
55
55
  "vite": "^7.2.4",
56
- "@encatch/api-sdk": "0.0.10",
57
- "@encatch/schema": "0.1.36",
56
+ "@encatch/web-form-engine-core": "0.0.0",
57
+ "@encatch/schema": "0.1.37",
58
58
  "@encatch/event-publisher": "0.0.1",
59
- "@encatch/web-form-engine-core": "0.0.0"
59
+ "@encatch/api-sdk": "0.0.10"
60
60
  },
61
61
  "eslintConfig": {
62
62
  "extends": "preact"