@ahoo-wang/fetcher 3.0.5 → 3.0.6

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/dist/types.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -221,7 +221,7 @@ declare global {
221
221
  */
222
222
  export interface FetcherConfigurer {
223
223
  /**
224
- * Configures the provided Fetcher instance.
224
+ * Applies configuration to the provided Fetcher instance.
225
225
  *
226
226
  * This method should apply all necessary configuration to the Fetcher instance,
227
227
  * such as adding interceptors, setting default headers, or configuring other
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahoo-wang/fetcher",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Fetcher is not just another HTTP client—it's a complete ecosystem designed for modern web development with native LLM\nstreaming API support. Built on the native Fetch API, Fetcher provides an Axios-like experience with powerful features\nwhile maintaining an incredibly small footprint.",
5
5
  "keywords": [
6
6
  "fetch",