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