@tixyel/streamelements 7.6.2 → 7.6.3
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 +1 -1
- 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
|
@@ -13079,7 +13079,7 @@ var le = class {
|
|
|
13079
13079
|
}, r = new CustomEvent("onEventReceived", { detail: n });
|
|
13080
13080
|
return this.history.push({
|
|
13081
13081
|
detail: n,
|
|
13082
|
-
timestamp:
|
|
13082
|
+
timestamp: Date.now(),
|
|
13083
13083
|
origin: P?.[0]?.id
|
|
13084
13084
|
}), localStorage.setItem("SE_API-EVENTS", JSON.stringify(this.history)), window.dispatchEvent(r) ? { ok: !0 } : { ok: !1 };
|
|
13085
13085
|
},
|