@brainfish-ai/web-tracker 0.0.4-alpha.28 → 0.0.4-alpha.29
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.cjs.js +2 -2
- package/dist/index.cjs.js.gz +0 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.gz +0 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1329,7 +1329,7 @@ class Ta {
|
|
|
1329
1329
|
}
|
|
1330
1330
|
handleIncomingPayload(e) {
|
|
1331
1331
|
if (e.type === "nudge.show") {
|
|
1332
|
-
const a = e.payload
|
|
1332
|
+
const { nudgeId: a } = e.payload;
|
|
1333
1333
|
if (this.recentNudgeIds.has(a)) return;
|
|
1334
1334
|
this.recentNudgeIds.add(a), this.dispatchEventListeners("nudge.show", e.payload);
|
|
1335
1335
|
}
|
|
@@ -1890,7 +1890,7 @@ function Ga(r) {
|
|
|
1890
1890
|
});
|
|
1891
1891
|
})(r);
|
|
1892
1892
|
}
|
|
1893
|
-
const Za = "0.0.4-alpha.
|
|
1893
|
+
const Za = "0.0.4-alpha.28";
|
|
1894
1894
|
class Je extends Ta {
|
|
1895
1895
|
constructor(a) {
|
|
1896
1896
|
super(v({ sdk: "web", sdkVersion: Za }, a));
|
package/dist/index.js.gz
CHANGED
|
Binary file
|