@acrool/react-fetcher 0.0.2-alpha.10 → 0.0.2-alpha.12

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.
@@ -2377,6 +2377,7 @@ const {
2377
2377
  });
2378
2378
  export {
2379
2379
  Yr as AuthStateProvider,
2380
+ de as ERequestHeaderContentType,
2380
2381
  Xr as FetcherProvider,
2381
2382
  ms as createAxiosInstance,
2382
2383
  Wr as createGraphQLFetcher,
@@ -1,3 +1,3 @@
1
1
  export { default as createRestFulFetcher } from './createRestFulFetcher';
2
- export type { IUseFetcherArgs as IUseRestFulFetcherArgs } from './types';
3
- export type { ERequestHeaderContentType } from './config';
2
+ export type { IUseFetcherArgs as IUseRestFulFetcherArgs, TContentTypeResolver } from './types';
3
+ export { ERequestHeaderContentType } from './config';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acrool/react-fetcher",
3
- "version": "0.0.2-alpha.10",
3
+ "version": "0.0.2-alpha.12",
4
4
  "description": "Fetcher library based for Reactjs",
5
5
  "keywords": [
6
6
  "acrool",