beca-ui 2.0.11-beta.25 → 2.0.11-beta.26
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/beca-ui.js +2 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -93548,7 +93548,8 @@ const NE = 10, rlt = (e, t) => {
|
|
|
93548
93548
|
user: n,
|
|
93549
93549
|
time: /* @__PURE__ */ new Date(),
|
|
93550
93550
|
type: e,
|
|
93551
|
-
ids: t
|
|
93551
|
+
ids: t,
|
|
93552
|
+
host: window.location.host
|
|
93552
93553
|
};
|
|
93553
93554
|
let i = [];
|
|
93554
93555
|
r && (i = JSON.parse(r)), i.push(o), localStorage.setItem("logNoti", JSON.stringify(i));
|