@encatch/web-sdk 0.0.33 → 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-
|
|
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);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@encatch/web-sdk",
|
|
3
|
-
"version": "0.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",
|
|
@@ -54,8 +54,8 @@
|
|
|
54
54
|
"@preact/preset-vite": "^2.10.2",
|
|
55
55
|
"vite": "^7.2.4",
|
|
56
56
|
"@encatch/web-form-engine-core": "0.0.0",
|
|
57
|
+
"@encatch/schema": "0.1.37",
|
|
57
58
|
"@encatch/event-publisher": "0.0.1",
|
|
58
|
-
"@encatch/schema": "0.1.36",
|
|
59
59
|
"@encatch/api-sdk": "0.0.10"
|
|
60
60
|
},
|
|
61
61
|
"eslintConfig": {
|