@ahoo-wang/fetcher 1.3.1 → 1.3.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.
- package/LICENSE +1 -1
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +1 -1
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [
|
|
189
|
+
Copyright [2025] [ahoo wang <ahoowang@qq.com>]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@ The lightweight core that powers the entire Fetcher ecosystem. Ultra-lightweight
|
|
|
12
12
|
|
|
13
13
|
## 🌟 Features
|
|
14
14
|
|
|
15
|
-
- **⚡ Ultra-Lightweight**: Only
|
|
15
|
+
- **⚡ Ultra-Lightweight**: Only 3KiB min+gzip
|
|
16
16
|
- **🧭 Path & Query Parameters**: Built-in support for path (`{id}`/`:id`) and query parameters
|
|
17
17
|
- **🔗 Interceptor System**: Request, response, and error interceptors for middleware patterns
|
|
18
18
|
- **⏱️ Timeout Control**: Configurable request timeouts with proper error handling
|
package/README.zh-CN.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ahoo-wang/fetcher",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Ultra-lightweight (2.8KiB min+gzip) HTTP client with built-in path parameters, query parameters, and Axios-like API. The foundation of the Fetcher ecosystem with powerful interceptor system and LLM streaming API support.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"fetch",
|