@pagelines/sdk 1.0.744 → 1.0.746

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/contract.js CHANGED
@@ -460,6 +460,9 @@ var CookieUtil = class {
460
460
  this.removeCookie(this.tokenName, {
461
461
  domain: e.domain,
462
462
  path: e.path
463
+ }), this.removeCookie(this.tokenName, {
464
+ domain: ".pagelines.com",
465
+ path: "/"
463
466
  }), this.isLocalStorageFunctional() && window.localStorage.removeItem(this.fallbackStorageKey);
464
467
  }
465
468
  getDeviceId() {