analytica.click 0.0.239 → 0.0.252

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1367,9 +1367,8 @@ var CognitoAuthProvider = ({
1367
1367
  });
1368
1368
  let idToken = idTokenRaw;
1369
1369
  if (idToken && !decodeIdToken(idToken)) {
1370
- (0, import_log9.warn)(`bad token, logging out`);
1370
+ (0, import_log9.warn)(`bad token, wiping`);
1371
1371
  (0, import_cookie.wipeCookies)("id_token");
1372
- void goToPageUrl({ url: location.origin, login: false });
1373
1372
  idToken = "";
1374
1373
  }
1375
1374
  let defUser;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "analytica.click",
3
- "version": "0.0.239",
3
+ "version": "0.0.252",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "esbuild-node-externals": "1.4.1",
40
- "npm-dts": "1.3.11"
40
+ "npm-dts": "1.3.12"
41
41
  },
42
42
  "files": [
43
43
  "dist/index.d.ts",