diff --git a/docs/pages/_comparison-table.md b/docs/pages/_comparison-table.md index 4a36308..2dd2d1d 100644 --- a/docs/pages/_comparison-table.md +++ b/docs/pages/_comparison-table.md @@ -7,7 +7,7 @@ | Expires & Age header | ✅ | 🟡 | 🛑 | | ETag and If-None-Match header | ✅ | 🛑 | 🛑 | | If-Modified-Size header | ✅ | 🛑 | 🛑 | -| Bundle Size | **3.8Kb** (gzip) | 18.9Kb (gzip) | 19.5Kb (gzip) | +| Bundle Size | **3.7Kb** (gzip) | 18.9Kb (gzip) | 19.5Kb (gzip) | | Typescript declaration | ✅ (Custom interface) | ✅ (Applied globally) | ✅(Applied globally) | | Custom cache keys | ✅ | ✅ | ✅ | | Multiple storages | ✅ | 🔶 (Only localForage) | ✅ | diff --git a/docs/pages/installing.md b/docs/pages/installing.md index b33c13a..a7d2d75 100644 --- a/docs/pages/installing.md +++ b/docs/pages/installing.md @@ -39,21 +39,21 @@ const { setupCache } = require('axios-cache-interceptor/umd'); ```html @@ -69,10 +69,10 @@ You can import any [CDN Url](#with-cdns) and use it in your code. **UMD Compatib ```js // ESM with Skypack CDN -import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.8.8'; +import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.8.9'; // UMD with JSDeliver CDN -import { setupCache } from 'https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.8.8/umd/index.js'; +import { setupCache } from 'https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.8.9/umd/index.js'; ``` ## Official support table @@ -89,5 +89,5 @@ newer versions, so upgrade it <3. | `>= v0.8.4` | `>= v0.25` | | `>= v0.5 && <= 0.8.3` | `~ v0.24` | | `~ v0.4` | `~ v0.23` | -| `~ v0.3` | `~ v0.22` | +| `~ v0.3` | `~ v0.22` | | `<= v0.2` | `v0.21` |