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 +1 -1
- package/packages/ui/dist/api/api.config.d.ts +1 -1
- package/packages/ui/dist/index.cjs.js +1 -1
- package/packages/ui/dist/index.cjs.js.map +1 -1
- package/packages/ui/dist/index.esm.js +1 -1
- package/packages/ui/dist/index.esm.js.map +1 -1
- package/packages/ui/dist/index.umd.js +1 -1
- package/packages/ui/dist/index.umd.js.map +1 -1
package/package.json
CHANGED
|
@@ -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 };
|