@actionsflow/trigger-twitter
Advanced tools
Comparing version 0.1.11 to 0.1.12
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.1.12](https://github.com/actionsflow/actionsflow/compare/@actionsflow/trigger-twitter@0.1.11...@actionsflow/trigger-twitter@0.1.12) (2020-09-09) | ||
### Features | ||
- interface ([2eb48c7](https://github.com/actionsflow/actionsflow/commit/2eb48c7ab1e8ca32e3414de83df5092a6cdf970f)) | ||
## [0.1.11](https://github.com/actionsflow/actionsflow/compare/@actionsflow/trigger-twitter@0.1.10...@actionsflow/trigger-twitter@0.1.11) (2020-09-09) | ||
@@ -8,0 +14,0 @@ |
@@ -1,4 +0,4 @@ | ||
import { ITriggerClassType, ITriggerContructorParams, ITriggerResult, IHelpers, AnyObject } from "actionsflow-interface"; | ||
import { ITriggerClassType, ITriggerContructorParams, ITriggerResult, IHelpers, AnyObject, ITriggerOptions } from "actionsflow-interface"; | ||
export default class Example implements ITriggerClassType { | ||
options: AnyObject; | ||
options: ITriggerOptions; | ||
helpers: IHelpers; | ||
@@ -5,0 +5,0 @@ shouldDeduplicate: boolean; |
{ | ||
"name": "@actionsflow/trigger-twitter", | ||
"version": "0.1.11", | ||
"version": "0.1.12", | ||
"description": "Actionsflow trigger twitter", | ||
@@ -32,9 +32,9 @@ "keywords": [ | ||
"@types/twit": "^2.2.27", | ||
"actionsflow-interface": "^0.1.11", | ||
"actionsflow-interface": "^0.1.12", | ||
"twit": "^2.2.11" | ||
}, | ||
"devDependencies": { | ||
"actionsflow-core": "^0.1.12" | ||
"actionsflow-core": "^0.1.13" | ||
}, | ||
"gitHead": "7493e36f74e85f8d8d639ec35261096ba7f80f24" | ||
"gitHead": "e49d450f06d81a78fbb4a157771601a10bcbd85c" | ||
} |
Sorry, the diff of this file is not supported yet
18733