@actionsflow/trigger-twitter
Advanced tools
Comparing version 0.1.13 to 0.1.14
@@ -6,2 +6,6 @@ # Change Log | ||
## [0.1.14](https://github.com/actionsflow/actionsflow/compare/@actionsflow/trigger-twitter@0.1.13...@actionsflow/trigger-twitter@0.1.14) (2020-09-11) | ||
**Note:** Version bump only for package @actionsflow/trigger-twitter | ||
## [0.1.13](https://github.com/actionsflow/actionsflow/compare/@actionsflow/trigger-twitter@0.1.12...@actionsflow/trigger-twitter@0.1.13) (2020-09-09) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@actionsflow/trigger-twitter", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"description": "Actionsflow trigger twitter", | ||
@@ -31,10 +31,11 @@ "keywords": [ | ||
"dependencies": { | ||
"@types/twit": "^2.2.27", | ||
"@types/twit": "^2.2.28", | ||
"actionsflow-interface": "^0.1.12", | ||
"tslib": "^2.0.1", | ||
"twit": "^2.2.11" | ||
}, | ||
"devDependencies": { | ||
"actionsflow-core": "^0.1.14" | ||
"actionsflow-core": "^0.1.15" | ||
}, | ||
"gitHead": "e252981014518b133a1d40d6f7e111ff64bc1269" | ||
"gitHead": "db03407e8b42ad6e37844c1f1fab48b9287cd18a" | ||
} |
# `@actionsflow/trigger-twitter` | ||
This is an [Actionsflow](https://github.com/actionsflow/actionsflow) twitter trigger. You can watch the `user_timeline` updates by using this trigger. | ||
This is an [Actionsflow](https://github.com/actionsflow/actionsflow) twitter trigger. You can watch yours or the other twitter user's updates by using this trigger. | ||
> This is an official trigger, you don't need to install it manually. | ||
[View trigger on Github](https://github.com/actionsflow/actionsflow/tree/master/packages/actionsflow-trigger-twitter) | ||
## Events | ||
@@ -6,0 +10,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
19404
161
4
+ Addedtslib@^2.0.1
+ Addedtslib@2.8.1(transitive)
Updated@types/twit@^2.2.28