actionsflow-interface
Advanced tools
Comparing version 0.0.6 to 0.0.8
@@ -6,2 +6,12 @@ # Change Log | ||
## [0.0.8](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.7...actionsflow-interface@0.0.8) (2020-08-31) | ||
### Features | ||
- no ip option ([d0075ee](https://github.com/actionsflow/actionsflow/commit/d0075ee4d63c58b5e6b522384915143cdb4f0853)) | ||
## [0.0.7](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.6...actionsflow-interface@0.0.7) (2020-08-31) | ||
**Note:** Version bump only for package actionsflow-interface | ||
## [0.0.6](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.0.5...actionsflow-interface@0.0.6) (2020-08-29) | ||
@@ -8,0 +18,0 @@ |
@@ -28,3 +28,2 @@ export declare type AnyObject = Record<string, unknown>; | ||
export interface ITriggerClassType { | ||
name: string; | ||
every?: number; | ||
@@ -39,3 +38,2 @@ shouldDeduplicate?: boolean; | ||
export interface ITrigger { | ||
id?: string; | ||
name: string; | ||
@@ -46,3 +44,2 @@ options: AnyObject; | ||
export interface ITriggerResult { | ||
id: string; | ||
items: AnyObject[]; | ||
@@ -49,0 +46,0 @@ helpers?: IHelpers; |
{ | ||
"version": "0.0.6", | ||
"version": "0.0.8", | ||
"license": "MIT", | ||
@@ -22,3 +22,3 @@ "main": "dist/src/index.js", | ||
"author": "Owen Young", | ||
"gitHead": "2561942233cf9d4a47c2458c645b5127ce28accb" | ||
"gitHead": "664296f1056c8fdf4e442bacc3b1451942f2586a" | ||
} |
@@ -31,3 +31,2 @@ export type AnyObject = Record<string, unknown>; | ||
export interface ITriggerClassType { | ||
name: string; | ||
every?: number; | ||
@@ -42,3 +41,2 @@ shouldDeduplicate?: boolean; | ||
export interface ITrigger { | ||
id?: string; | ||
name: string; | ||
@@ -49,3 +47,2 @@ options: AnyObject; | ||
export interface ITriggerResult { | ||
id: string; | ||
items: AnyObject[]; | ||
@@ -52,0 +49,0 @@ helpers?: IHelpers; |
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
6291
102