httix-http 1.0.0 → 1.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.
@@ -17,7 +17,7 @@ declare class InterceptorManager<F, E> implements InterceptorManager$1<F, E> {
17
17
  }
18
18
 
19
19
  /**
20
- * httix — Main HTTP client implementation
20
+ * httix-http — Main HTTP client implementation
21
21
  *
22
22
  * The HttixClientImpl class is the heart of the library. It orchestrates
23
23
  * configuration merging, middleware, interceptors, authentication,
@@ -17,7 +17,7 @@ declare class InterceptorManager<F, E> implements InterceptorManager$1<F, E> {
17
17
  }
18
18
 
19
19
  /**
20
- * httix — Main HTTP client implementation
20
+ * httix-http — Main HTTP client implementation
21
21
  *
22
22
  * The HttixClientImpl class is the heart of the library. It orchestrates
23
23
  * configuration merging, middleware, interceptors, authentication,