@zodash/compose
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -6,2 +6,10 @@ # Change Log | ||
## 0.0.13 (2020-09-18) | ||
**Note:** Version bump only for package @zodash/compose | ||
## [0.0.12](https://github.com/zcorky/zodash/compare/@zodash/compose@0.0.11...@zodash/compose@0.0.12) (2019-12-24) | ||
@@ -8,0 +16,0 @@ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.compose = void 0; | ||
function compose(...middlewares) { | ||
@@ -4,0 +5,0 @@ return (context, next) => { |
{ | ||
"name": "@zodash/compose", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "compose functions", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d" | ||
"gitHead": "dcbc4fffe9448cf235b5a8dabb09882e38535582" | ||
} |
Sorry, the diff of this file is not supported yet
5507
30