actionsflow-interface
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,2 +6,9 @@ # Change Log | ||
## [0.1.3](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.2...actionsflow-interface@0.1.3) (2020-09-06) | ||
### Features | ||
- add package core ([d7bcb37](https://github.com/actionsflow/actionsflow/commit/d7bcb37b72bfd78aee59d3b90b29e0031c0772b8)) | ||
- update package props ([243ff50](https://github.com/actionsflow/actionsflow/commit/243ff5065f5f7b69cea034c9c8c5a0194593286b)) | ||
## [0.1.2](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.1...actionsflow-interface@0.1.2) (2020-09-06) | ||
@@ -8,0 +15,0 @@ |
@@ -91,3 +91,2 @@ /// <reference types="node" /> | ||
data: AnyObject; | ||
rawTriggers: ITrigger[]; | ||
} | ||
@@ -94,0 +93,0 @@ export declare type TriggerEventType = "manual" | "schedule" | "webhook"; |
{ | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -22,3 +22,11 @@ "main": "dist/src/index.js", | ||
"author": "Owen Young", | ||
"gitHead": "7d11117a138500b046ed23f106a236775e5c9849", | ||
"homepage": "https://github.com/actionsflow/actionsflow/tree/master/packages/actionsflow-interface", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/actionsflow/actionsflow.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/actionsflow/actionsflow/issues" | ||
}, | ||
"gitHead": "515206f88013c9fbeecc4c398c8ae4cc9e14ec47", | ||
"dependencies": { | ||
@@ -25,0 +33,0 @@ "loglevel": "^1.7.0" |
@@ -82,2 +82,3 @@ import { URLSearchParams, URL } from "url"; | ||
} | ||
export interface ITrigger { | ||
@@ -104,3 +105,2 @@ name: string; | ||
data: AnyObject; | ||
rawTriggers: ITrigger[]; | ||
} | ||
@@ -107,0 +107,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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
12018
0
0
212