actionsflow-interface
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.1.2](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.1...actionsflow-interface@0.1.2) (2020-09-06) | ||
### Features | ||
- no context to trigger ([98b0945](https://github.com/actionsflow/actionsflow/commit/98b09454152ecab2e3efbfe579e8394365700801)) | ||
## [0.1.1](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.11...actionsflow-interface@0.1.1) (2020-09-06) | ||
@@ -8,0 +14,0 @@ |
@@ -28,3 +28,2 @@ /// <reference types="node" /> | ||
helpers: IHelpers; | ||
context: ITriggerContext; | ||
workflow: IWorkflow; | ||
@@ -92,3 +91,2 @@ } | ||
relativePath: string; | ||
filename: string; | ||
data: AnyObject; | ||
@@ -95,0 +93,0 @@ rawTriggers: ITrigger[]; |
{ | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "main": "dist/src/index.js", | ||
"author": "Owen Young", | ||
"gitHead": "289e5514dbc26bd1a0db3b2fcac117616d14817b", | ||
"gitHead": "7d11117a138500b046ed23f106a236775e5c9849", | ||
"dependencies": { | ||
@@ -25,0 +25,0 @@ "loglevel": "^1.7.0" |
@@ -37,3 +37,2 @@ import { URLSearchParams, URL } from "url"; | ||
helpers: IHelpers; | ||
context: ITriggerContext; | ||
workflow: IWorkflow; | ||
@@ -104,3 +103,2 @@ } | ||
relativePath: string; | ||
filename: string; | ||
data: AnyObject; | ||
@@ -107,0 +105,0 @@ rawTriggers: ITrigger[]; |
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
11384
214