@zodash/reduce
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.1.6](https://github.com/zcorky/zodash/compare/@zodash/reduce@1.1.5...@zodash/reduce@1.1.6) (2021-03-23) | ||
**Note:** Version bump only for package @zodash/reduce | ||
## [1.1.5](https://github.com/zcorky/zodash/compare/@zodash/reduce@1.1.4...@zodash/reduce@1.1.5) (2021-03-23) | ||
@@ -8,0 +16,0 @@ |
@@ -15,4 +15,4 @@ "use strict"; | ||
} | ||
return Object.keys(obj).map(key => ([key, obj[key]])); | ||
return Object.keys(obj).map((key) => [key, obj[key]]); | ||
} | ||
//# sourceMappingURL=reduce.js.map |
{ | ||
"name": "@zodash/reduce", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "Reduce an list of values to into a single value", | ||
@@ -72,3 +72,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "670099dfcb70d1aeb4f4bce9a1fb019a1aedcfd9" | ||
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b" | ||
} |
Sorry, the diff of this file is not supported yet
7991
7