actionsflow-interface
Advanced tools
Comparing version 0.0.10 to 0.0.11
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.11](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.10...actionsflow-interface@0.0.11) (2020-09-06) | ||
### Bug Fixes | ||
- tests ([6c5499d](https://github.com/actionsflow/actionsflow/commit/6c5499d4b56efd98672462b67216b27da3c0484d)) | ||
## [0.0.10](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.9...actionsflow-interface@0.0.10) (2020-09-05) | ||
@@ -8,0 +14,0 @@ |
@@ -29,2 +29,3 @@ /// <reference types="node" /> | ||
context: ITriggerContext; | ||
workflow: IWorkflow; | ||
} | ||
@@ -31,0 +32,0 @@ export interface ITriggerResult { |
{ | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "main": "dist/src/index.js", | ||
"author": "Owen Young", | ||
"gitHead": "8830c9ddaca6c81a4205b567b04f2d009a1e681c", | ||
"gitHead": "f63bc530736a7f27ea74d24b7ccef764f6876e36", | ||
"dependencies": { | ||
@@ -25,0 +25,0 @@ "loglevel": "^1.7.0" |
@@ -38,2 +38,3 @@ import { URLSearchParams, URL } from "url"; | ||
context: ITriggerContext; | ||
workflow: IWorkflow; | ||
} | ||
@@ -40,0 +41,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
11008
218