@gajay/axios-refresh-core 1.6.0 → 1.8.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.
- package/README.md +7 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -2,9 +2,15 @@
|
|
|
2
2
|
> Production-grade Axios refresh token engine with circuit breaker, cooldown lock, retry logic, cross-tab sync, anomaly detection, DevTools panel, and MCP support.
|
|
3
3
|
|
|
4
4
|
[](https://www.npmjs.com/package/@gajay/axios-refresh-core)
|
|
5
|
-
[](https://github.com/GAjay/gajay-axios-refresher/actions/workflows/main.yml)
|
|
6
5
|
[](LICENSE)
|
|
7
6
|
|
|
7
|
+
---
|
|
8
|
+
## ☕ Support This Project
|
|
9
|
+
|
|
10
|
+
<a href="https://www.buymeacoffee.com/hackjin">
|
|
11
|
+
<img src="https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20coffee&emoji=🍺&slug=hackjin&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff" />
|
|
12
|
+
</a>
|
|
13
|
+
|
|
8
14
|
---
|
|
9
15
|
|
|
10
16
|
## ✨ Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gajay/axios-refresh-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "Production-grade Axios refresh token engine with circuit breaker, cooldown, retry, cross-tab sync, anomaly detection and DevTools support.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"sideEffects": false,
|
|
13
13
|
"files": [
|
|
14
14
|
"dist",
|
|
15
|
-
"README.md"
|
|
15
|
+
"README.md",
|
|
16
|
+
"LICENSE"
|
|
16
17
|
],
|
|
17
18
|
"peerDependencies": {
|
|
18
19
|
"axios": "^1"
|