@gajay/axios-refresh-core 1.1.0 → 1.2.0

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 (1) hide show
  1. package/package.json +25 -2
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@gajay/axios-refresh-core",
3
- "version": "1.1.0",
3
+ "version": "1.2.0",
4
+ "description": "Production-grade Axios refresh token engine with circuit breaker, cooldown, retry, cross-tab sync, anomaly detection and DevTools support.",
4
5
  "publishConfig": {
5
6
  "access": "public"
6
7
  },
@@ -18,5 +19,27 @@
18
19
  "scripts": {
19
20
  "build": "tsup",
20
21
  "test": "jest"
21
- }
22
+ },
23
+ "keywords": [
24
+ "axios",
25
+ "axios interceptor",
26
+ "refresh token",
27
+ "jwt refresh",
28
+ "token rotation",
29
+ "authentication",
30
+ "auth middleware",
31
+ "circuit breaker",
32
+ "retry logic",
33
+ "cooldown lock",
34
+ "cross tab sync",
35
+ "broadcast channel",
36
+ "anomaly detection",
37
+ "security",
38
+ "frontend security",
39
+ "devtools",
40
+ "mcp",
41
+ "typescript",
42
+ "node",
43
+ "browser"
44
+ ]
22
45
  }