@indra211/httpease 1.0.1 → 1.0.2

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,7 +23,7 @@ HTTP Ease is a modern HTTP client that combines the simplicity of native `fetch`
23
23
  ## 📦 Installation
24
24
 
25
25
  ```bash
26
- npm install httpease
26
+ npm install @indra211/httpease
27
27
  ```
28
28
 
29
29
  ## 🎯 Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indra211/httpease",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Lightweight HTTP client built on native fetch — zero dependencies, TypeScript support, retry, interceptors & progress tracking.",
5
5
  "main": "src/index.js",
6
6
  "types": "src/types/index.d.ts",