@opexa/portal-sdk 0.11.0 → 0.11.2
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 +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4077,7 +4077,7 @@ var AdManager = class {
|
|
|
4077
4077
|
const n = /* @__PURE__ */ new Date();
|
|
4078
4078
|
const o = JSON.stringify({
|
|
4079
4079
|
value,
|
|
4080
|
-
expiresAt: subMinutes(addDays(n,
|
|
4080
|
+
expiresAt: subMinutes(addDays(n, 90), 2).getTime()
|
|
4081
4081
|
});
|
|
4082
4082
|
localStorage.setItem(AD_CLICK_ID_STORAGE_KEY, o);
|
|
4083
4083
|
}
|
|
@@ -5628,7 +5628,6 @@ var Sdk = class {
|
|
|
5628
5628
|
}
|
|
5629
5629
|
}
|
|
5630
5630
|
async signOut() {
|
|
5631
|
-
this.adManager.clickId = null;
|
|
5632
5631
|
await this.sessionManager.destroy();
|
|
5633
5632
|
}
|
|
5634
5633
|
watchSession(input) {
|