@gajay/axios-refresh-core 1.5.0 → 1.7.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 (2) hide show
  1. package/README.md +7 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,16 @@
1
- # @gajay/axios-refresh-core
2
1
 
3
2
  > Production-grade Axios refresh token engine with circuit breaker, cooldown lock, retry logic, cross-tab sync, anomaly detection, DevTools panel, and MCP support.
4
3
 
5
4
  [![npm version](https://img.shields.io/npm/v/@gajay/axios-refresh-core.svg)](https://www.npmjs.com/package/@gajay/axios-refresh-core)
6
- [![CI](https://github.com/GAjay/gajay-axios-refresher/actions/workflows/ci.yml/badge.svg)](https://github.com/GAjay/gajay-axios-refresher/actions)
7
5
  [![MIT License](https://img.shields.io/npm/l/@gajay/axios-refresh-core.svg)](LICENSE)
8
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
+
9
14
  ---
10
15
 
11
16
  ## ✨ Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gajay/axios-refresh-core",
3
- "version": "1.5.0",
3
+ "version": "1.7.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"