actionsflow-interface
Advanced tools
Comparing version 0.1.14 to 0.1.15
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.1.15](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.14...actionsflow-interface@0.1.15) (2020-09-22) | ||
### Features | ||
- remove action ([6a9080a](https://github.com/actionsflow/actionsflow/commit/6a9080a4e6254a95e34316caa4122022d7b8f4be)) | ||
## [0.1.14](https://github.com/actionsflow/actionsflow/compare/actionsflow-interface@0.1.13...actionsflow-interface@0.1.14) (2020-09-16) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"version": "0.1.14", | ||
"version": "0.1.15", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "dist/src/index.js", | ||
}, | ||
"gitHead": "32a3443b00dda50183c031910c063395e137d242", | ||
"gitHead": "55a5d9c0863e4089e9f80bafb75b52c35282572e", | ||
"dependencies": { | ||
@@ -29,0 +29,0 @@ "axios": "^0.20.0", |
# Actionsflow Interface | ||
Common interfaces for [Actionsflow](https://github.com/actionsflow/actionsflow) | ||
This package is define common interfaces for [Actionsflow](https://github.com/actionsflow/actionsflow) | ||
See the interface at [here](https://github.com/actionsflow/actionsflow/blob/master/packages/actionsflow-interface/src/index.ts) | ||
## Install | ||
```bash | ||
npm i actionsflow-interface --save | ||
# or | ||
yarn add actionsflow-interface | ||
``` |
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
13903
16