@scirexs/fetchy 0.1.0 → 0.1.1

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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  A lightweight, type-safe fetch wrapper with built-in retry logic, timeout handling, and automatic body parsing.
4
4
 
5
+ [![npm version](https://img.shields.io/npm/v/%40scirexs%2Ffetchy)](https://www.npmjs.com/package/@scirexs/fetchy)
6
+ [![JSR](https://img.shields.io/jsr/v/%40scirexs/fetchy)](https://jsr.io/@scirexs/fetchy)
7
+ [![license](https://img.shields.io/github/license/scirexs/fetchy)](https://github.com/scirexs/fetchy/blob/main/LICENSE)
8
+
5
9
  ## Features
6
10
 
7
11
  - **Lightweight** - Zero dependencies, works in Deno, Node.js, and browsers
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@scirexs/fetchy",
3
- "version": "0.1.0",
4
- "description": "A light fetch wrapper.",
3
+ "version": "0.1.1",
4
+ "description": "A lightweight fetch wrapper.",
5
5
  "keywords": [
6
6
  "fetch",
7
7
  "typescript"