@gandalan/weblibs 1.3.0 → 1.3.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.
@@ -159,7 +159,7 @@ export function createAuthManager() {
159
159
 
160
160
  if (!isTokenValid(this.token)) {
161
161
  this.redirectToLogin();
162
- return null;
162
+ throw "Redirect to login...";
163
163
  }
164
164
  return this;
165
165
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gandalan/weblibs",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "description": "WebLibs for Gandalan JS/TS/Svelte projects",
5
5
  "keywords": [
6
6
  "gandalan"
@@ -22,14 +22,14 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@mdi/js": "^7.4.47",
25
- "axios": "^1.7.8",
25
+ "axios": "^1.7.9",
26
26
  "jwt-decode": "^4.0.0",
27
27
  "validator": "^13.12.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/eslint-parser": "^7.25.9",
31
31
  "eslint": "^8.57.1",
32
- "eslint-plugin-svelte": "^2.46.0",
32
+ "eslint-plugin-svelte": "^2.46.1",
33
33
  "svelte": "^4.2.19",
34
34
  "svelte-check": "^3.8.6"
35
35
  },