Comparing version 3.6.0 to 3.6.1
@@ -74,3 +74,3 @@ { | ||
}, | ||
"version": "3.6.0" | ||
"version": "3.6.1" | ||
} |
@@ -102,2 +102,2 @@ // @flow | ||
export type MakeRequestType = (inputUrl: string, userConfiguration: UserConfigurationType) => Promise<*>; | ||
export type MakeRequestType = (inputUrl: string, userConfiguration?: UserConfigurationType) => Promise<*>; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
59148