bluefeather
Advanced tools
Comparing version 2.4.2 to 2.4.3
@@ -64,3 +64,3 @@ { | ||
}, | ||
"version": "2.4.2", | ||
"version": "2.4.3", | ||
"dependencies": { | ||
@@ -67,0 +67,0 @@ "bluebird": "^3.5.0" |
@@ -13,3 +13,3 @@ // @flow | ||
type MapType = (values: Array<any>, mapper: CallbackType, configuration: MapConfigurationType) => Promise<Array<any>>; | ||
type MapType = (values: Array<any>, mapper: CallbackType, configuration?: MapConfigurationType) => Promise<Array<any>>; | ||
@@ -16,0 +16,0 @@ /** |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
23447