@voicenter-team/events-sdk 0.0.62 → 0.0.63
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/voicenter-events-sdk.cjs.js +1 -1
- package/dist/voicenter-events-sdk.cjs.js.map +1 -1
- package/dist/voicenter-events-sdk.es.js +13 -1
- package/dist/voicenter-events-sdk.es.js.map +1 -1
- package/dist/voicenter-events-sdk.iife.js +4 -4
- package/dist/voicenter-events-sdk.iife.js.map +1 -1
- package/dist/voicenter-events-sdk.umd.js +4 -4
- package/dist/voicenter-events-sdk.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -5439,10 +5439,22 @@ class Jo {
|
|
|
5439
5439
|
...e,
|
|
5440
5440
|
token: "CENSORED",
|
|
5441
5441
|
password: "CENSORED"
|
|
5442
|
+
}, n = () => {
|
|
5443
|
+
const o = /* @__PURE__ */ new WeakSet();
|
|
5444
|
+
return (i, u) => {
|
|
5445
|
+
if (!(i === "socket" || i === "io" || i === "nsps")) {
|
|
5446
|
+
if (typeof u == "object" && u !== null) {
|
|
5447
|
+
if (o.has(u))
|
|
5448
|
+
return;
|
|
5449
|
+
o.add(u);
|
|
5450
|
+
}
|
|
5451
|
+
return u;
|
|
5452
|
+
}
|
|
5453
|
+
};
|
|
5442
5454
|
};
|
|
5443
5455
|
this.log({
|
|
5444
5456
|
Message: "Sdk initialized with provided options",
|
|
5445
|
-
Body: JSON.stringify(r),
|
|
5457
|
+
Body: JSON.stringify(r, n()),
|
|
5446
5458
|
ActionName: at.WSCONNECT,
|
|
5447
5459
|
isShowClient: !1,
|
|
5448
5460
|
Status: "Sdk initialized",
|