iv-npm 1.5.57 → 1.5.61

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iv-npm",
3
- "version": "1.5.57",
3
+ "version": "1.5.61",
4
4
  "description": "公共通用包",
5
5
  "author": "Mr.Cong",
6
6
  "license": "ISC",
@@ -250,6 +250,6 @@ declare const API_OPTION: {
250
250
  baseUrl: string;
251
251
  };
252
252
  };
253
- export declare const formatHTTP: (fetch: any) => Promise<any>;
253
+ export declare const formatHTTP: (fetch: any, method?: string) => Promise<any>;
254
254
  export declare const formatUrl: (base: string, api: string, params?: object) => string;
255
255
  export { API_OPTION };