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.
- package/README.md +32 -32
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/cjs/index.d.cts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +4 -4
package/dist/cjs/index.d.cts
CHANGED
|
@@ -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,
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -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,
|