@fetchkit/ffetch 4.0.0 → 4.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -176,8 +176,8 @@ npm install abort-controller-x
176
176
 
177
177
  ## Contributing
178
178
 
179
- - **Issues**: [GitHub Issues](https://github.com/gkoos/ffetch/issues)
180
- - **Pull Requests**: [GitHub PRs](https://github.com/gkoos/ffetch/pulls)
179
+ - **Issues**: [GitHub Issues](https://github.com/fetch-kit/ffetch/issues)
180
+ - **Pull Requests**: [GitHub PRs](https://github.com/fetch-kit/ffetch/pulls)
181
181
  - **Documentation**: Found in `./docs/` - PRs welcome!
182
182
 
183
183
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fetchkit/ffetch",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "Fetch wrapper with configurable timeouts, retries, and TypeScript-first DX",
5
5
  "keywords": [
6
6
  "fetch",