@zodash/compose
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,2 +6,10 @@ # Change Log | ||
## 0.0.5 (2019-09-22) | ||
**Note:** Version bump only for package @zodash/compose | ||
## [0.0.4](https://github.com/zcorky/zodash/compare/@zodash/compose@0.0.3...@zodash/compose@0.0.4) (2019-09-22) | ||
@@ -8,0 +16,0 @@ |
@@ -1,3 +0,3 @@ | ||
export declare type Middleware<C> = (context: C, next?: Next) => any | Promise<any>; | ||
export declare type Middleware<C> = (context: C, next?: Next) => Promise<any>; | ||
export declare type Next = () => Promise<void>; | ||
export declare function compose<C>(...middlewares: Middleware<C>[]): (context: C, next?: Next) => Promise<any>; |
{ | ||
"name": "@zodash/compose", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "compose functions", | ||
@@ -68,3 +68,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "e806a78c7fb3adc7357a377ed39c8d3f80c66084" | ||
"gitHead": "f9544aa17271583f7d06dcc8fd0b468c875fe9d7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4440