actionsflow-interface
Advanced tools
Comparing version 0.1.9 to 0.1.10
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.1.10](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.9...actionsflow-interface@0.1.10) (2020-09-08) | ||
### Bug Fixes | ||
- webhook path regex ([473ea58](https://github.com/actionsflow/actionsflow/commit/473ea584d1c2b5bc3126b60bc5d40fd37603b4f3)) | ||
## [0.1.9](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.7...actionsflow-interface@0.1.9) (2020-09-08) | ||
@@ -8,0 +14,0 @@ |
@@ -57,3 +57,3 @@ /// <reference types="node" /> | ||
path?: string; | ||
method?: string; | ||
method?: string | string[]; | ||
getItemKey?: (item: AnyObject) => string; | ||
@@ -60,0 +60,0 @@ handler: IWebhookHandler; |
{ | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "abecef7157e8059f957b7454f36b2a96ffa6c8c5", | ||
"gitHead": "a0220a8c951f467259775c7147bd443d90a87fc7", | ||
"dependencies": { | ||
@@ -29,0 +29,0 @@ "loglevel": "^1.7.0" |
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
10354