actionsflow-interface
Advanced tools
Comparing version 0.1.17 to 0.1.18
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.1.18](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.17...actionsflow-interface@0.1.18) (2020-09-24) | ||
**Note:** Version bump only for package actionsflow-interface | ||
## [0.1.17](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.16...actionsflow-interface@0.1.17) (2020-09-24) | ||
@@ -8,0 +12,0 @@ |
@@ -42,3 +42,4 @@ /// <reference types="node" /> | ||
active?: boolean; | ||
continueOnError?: boolean; | ||
buildOutputsOnError?: boolean; | ||
skipOnError?: boolean; | ||
filter?: AnyObject; | ||
@@ -45,0 +46,0 @@ filterOutputs?: AnyObject; |
{ | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "0a9d06872aa91006e9b0c58c2716457968f5cd7b", | ||
"gitHead": "ac5d6957a4489d4e804d8fedb5a47e3da6a0f97d", | ||
"dependencies": { | ||
@@ -29,0 +29,0 @@ "axios": "^0.20.0", |
14814
155