@tixyel/streamelements 7.6.0 → 7.6.1
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -13068,7 +13068,7 @@ var le = class {
|
|
|
13068
13068
|
return this.history.push({
|
|
13069
13069
|
...n,
|
|
13070
13070
|
origin: P?.[0]?.id
|
|
13071
|
-
}), window.dispatchEvent(n) ? { ok: !0 } : { ok: !1 };
|
|
13071
|
+
}), localStorage.setItem("SE_API-EVENTS", JSON.stringify(this.history)), window.dispatchEvent(n) ? { ok: !0 } : { ok: !1 };
|
|
13072
13072
|
},
|
|
13073
13073
|
broadcast(e, t) {
|
|
13074
13074
|
let n = new CustomEvent("onEventReceived", { detail: {
|
|
@@ -13079,7 +13079,7 @@ var le = class {
|
|
|
13079
13079
|
return this.history.push({
|
|
13080
13080
|
...n,
|
|
13081
13081
|
origin: P?.[0]?.id
|
|
13082
|
-
}), window.dispatchEvent(n) ? { ok: !0 } : { ok: !1 };
|
|
13082
|
+
}), localStorage.setItem("SE_API-EVENTS", JSON.stringify(this.history)), window.dispatchEvent(n) ? { ok: !0 } : { ok: !1 };
|
|
13083
13083
|
},
|
|
13084
13084
|
history: []
|
|
13085
13085
|
}
|