actionsflow-interface
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.1.14](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.13...actionsflow-interface@0.1.14) (2020-09-16) | ||
### Features | ||
- support filter filter output ([be78598](https://github.com/actionsflow/actionsflow/commit/be785983194a4b7406dcc4e12726ff23e941ce5c)) | ||
## [0.1.13](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.12...actionsflow-interface@0.1.13) (2020-09-15) | ||
@@ -8,0 +14,0 @@ |
@@ -39,3 +39,2 @@ /// <reference types="node" /> | ||
skipFirst?: boolean; | ||
maxItemsCount?: number; | ||
force?: boolean; | ||
@@ -45,2 +44,7 @@ logLevel?: LogLevelDesc; | ||
continueOnError?: boolean; | ||
filter?: AnyObject; | ||
filterOutputs?: AnyObject; | ||
skip?: number; | ||
limit?: number; | ||
sort?: AnyObject; | ||
} | ||
@@ -47,0 +51,0 @@ export interface ITriggerOptions extends AnyObject { |
{ | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "3e73be834dda58051f3a55c44bf06787cb4cd396", | ||
"gitHead": "32a3443b00dda50183c031910c063395e137d242", | ||
"dependencies": { | ||
@@ -29,0 +29,0 @@ "axios": "^0.20.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
13380
150