@0xshariq/voxa-core 1.0.0 → 1.0.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 +3 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Voxa HTTP Client
1
+ <h1 align="center">Voxa HTTP Client</h1>
2
2
 
3
3
  <p align="center">
4
4
  <em>Modern, feature-rich HTTP client for Node.js and browsers, built on the native Fetch API. Modular architecture with separate feature packages for optimal bundle size.</em>
@@ -45,7 +45,8 @@ Voxa is split into multiple packages:
45
45
 
46
46
  | Feature | Voxa | Axios | Fetch | ky | Got | node-fetch |
47
47
  | --------------------------------- | :---------: | :------: | :------: | :------: | :---------: | :--------: |
48
- | **Bundle Size** | 140KB-372KB | ~13KB | 0KB | ~11KB | ~45KB | ~6KB |
48
+ | **Bundle Size (Minified)** | 21 KB | 32.1 KB | 0KB | 14.6 KB | 180 KB | 18 KB |
49
+ | **Bundle Size (Gzipped)** | 5.8 KB | 12.1 KB | 0KB | 4.8 KB | 52 KB | 6.5 KB |
49
50
  | **Dependencies** | 0 | 4 | 0 | 0 | 15 | 0 |
50
51
  | **Modular Architecture** | ✅ | ❌ | ❌ | ❌ | ❌ | ❌ |
51
52
  | **TypeScript First** | ✅ | ✅ | ✅ | ✅ | ✅ | ⚠️ |
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@0xshariq/voxa-core",
3
- "version": "1.0.0",
4
- "description": "Core HTTP client library built on native Fetch API with essential features like caching, retry, and request deduplication.",
3
+ "version": "1.0.1",
4
+ "description": "Lightweight (21KB minified, 5.8KB gzipped) HTTP client library built on native Fetch API with essential features like caching, retry, and request deduplication.",
5
5
  "keywords": [
6
6
  "http",
7
7
  "http-client",