@acrool/react-fetcher 0.0.10-alpha.0 → 0.0.10

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.
@@ -5,4 +5,4 @@ import { TBody } from './types';
5
5
  * @param data
6
6
  * @param contentType
7
7
  */
8
- export declare const getDataWithContentType: (contentType: ERequestContentType, data?: TBody) => FormData | string;
8
+ export declare const getDataWithContentType: (contentType: ERequestContentType, data?: TBody) => FormData | string | object;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acrool/react-fetcher",
3
- "version": "0.0.10-alpha.0",
3
+ "version": "0.0.10",
4
4
  "description": "Fetcher library based for Reactjs",
5
5
  "keywords": [
6
6
  "acrool",
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "@acrool/js-logger": "^1.0.27",
55
- "@acrool/js-utils": "^3.2.25",
55
+ "@acrool/js-utils": "^3.2.28",
56
56
  "axios": "1.10.0"
57
57
  },
58
58
  "devDependencies": {