Skip to content

Commit

Permalink
docs: updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Jul 29, 2022
1 parent c2662d7 commit 232bb7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/pages/_comparison-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Expires & Age header || 🟡 | 🛑 |
| ETag and If-None-Match header || 🛑 | 🛑 |
| If-Modified-Size header || 🛑 | 🛑 |
| Bundle size | **4.2Kb** (gzip) | 18.9Kb (gzip) | 19.5Kb (gzip) |
| Bundle size | **4.3Kb** (gzip) | 18.9Kb (gzip) | 19.5Kb (gzip) |
| Typescript declaration | ✅ (Custom interface) | ✅ (Applied globally) | ✅(Applied globally) |
| Custom cache keys ||||
| Multiple storages || 🔶 (Only localForage) ||
Expand Down
8 changes: 4 additions & 4 deletions docs/pages/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ import { setupCache } from 'https://cdn.skypack.dev/axios-cache-interceptor@0.10
```html
<!-- Development UMD build for ES2017+ (~12.6 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.6/dev/index.bundle.js"
integrity="sha256-LGlGEg6regUeSdKir1yYXDGQEAtSz/cCyJrIBzU1bYg="
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.7/dev/index.bundle.js"
integrity="sha256-oTqUncNoX9DcUWIb5sLS2tscPHKqUPL0yLlOXSSXzSY="
crossorigin="anonymous"
></script>

<!-- Production UMD build for ES5+ (~14.2 KiB) -->
<script
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.6/dist/index.bundle.js"
integrity="sha256-yJbSlTxKmgU+sjlMx48OSjoiUsboy18gXTxUBniEEO0="
src="https://cdn.jsdelivr.net/npm/axios-cache-interceptor@0.10.7/dist/index.bundle.js"
integrity="sha256-Dc3BSxOZSDmoVoB11lhxkqH8VdBQjxWkHUmmDotiKJ4="
crossorigin="anonymous"
></script>
```
Expand Down

0 comments on commit 232bb7d

Please sign in to comment.