@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 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 [yyyy] [name of copyright owner]
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 2.8KiB min+gzip
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
@@ -12,7 +12,7 @@
12
12
 
13
13
  ## 🌟 特性
14
14
 
15
- - **⚡ 超轻量级**:仅 2.8KiB min+gzip
15
+ - **⚡ 超轻量级**:仅 3KiB min+gzip
16
16
  - **🧭 路径和查询参数**:内置支持路径(`{id}`/`:id`)和查询参数
17
17
  - **🔗 拦截器系统**:请求、响应和错误拦截器的中间件模式
18
18
  - **⏱️ 超时控制**:可配置的请求超时和适当的错误处理
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher",
3
- "version": "1.3.1",
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",