@fetchkit/ffetch 4.0.10 → 4.0.12

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 +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -172,6 +172,12 @@ npm install abort-controller-x
172
172
  | Modern APIs | ✅ Web standards | ❌ XMLHttpRequest | ✅ Fetch + modern features |
173
173
  | Custom Fetch Support | ❌ No (global only) | ❌ No | ✅ Yes (wrap any fetch-compatible implementation, including framework or custom fetch) |
174
174
 
175
+ ## Join the Community
176
+
177
+ Got questions, want to discuss features, or share examples? Join the **Fetch-Kit Discord server**:
178
+
179
+ [![Discord](https://img.shields.io/badge/Discord-Join_Fetch--Kit-7289DA?logo=discord&logoColor=white)](https://discord.gg/sdyPBPCDUg)
180
+
175
181
  ## Contributing
176
182
 
177
183
  - **Issues**: [GitHub Issues](https://github.com/fetch-kit/ffetch/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fetchkit/ffetch",
3
- "version": "4.0.10",
3
+ "version": "4.0.12",
4
4
  "description": "Fetch wrapper with configurable timeouts, retries, and TypeScript-first DX",
5
5
  "keywords": [
6
6
  "fetch",