@farhantallei/fetcher 1.1.1 → 1.1.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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@farhantallei/fetcher",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "license": "MIT",
5
5
  "description": "A lightweight, universal HTTP client designed for modern web and Node.js applications. Supports interceptors, authentication, form-data requests, and is fully composable for building scalable and reusable network layers across multiple projects.",
6
6
  "keywords": [
@@ -33,7 +33,7 @@
33
33
  "registry": "https://registry.npmjs.org/",
34
34
  "access": "public"
35
35
  },
36
- "homepage": "https://github.com/Han-Kit/fetcher",
36
+ "homepage": "https://github.com/farhantallei/fetcher",
37
37
  "devDependencies": {
38
38
  "@biomejs/biome": "2.3.15",
39
39
  "@types/bun": "latest",