@cycle-robot-drivers/action
Advanced tools
Comparing version 0.0.14 to 0.0.16
@@ -24,3 +24,3 @@ export declare type GoalID = { | ||
export interface ActionSinks { | ||
output: any; | ||
feedback?: any; | ||
status?: any; | ||
@@ -27,0 +27,0 @@ result: any; |
@@ -24,3 +24,3 @@ export declare type GoalID = { | ||
export interface ActionSinks { | ||
output: any; | ||
feedback?: any; | ||
status?: any; | ||
@@ -27,0 +27,0 @@ result: any; |
{ | ||
"name": "@cycle-robot-drivers/action", | ||
"version": "0.0.14", | ||
"version": "0.0.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Michael Jae-Yoon Chung", |
@@ -30,4 +30,4 @@ export type GoalID = { | ||
export interface ActionSinks { | ||
output: any, | ||
status?: any, // TODO: remove after refactoring AudioPlayerAction & FacialExpressionAction | ||
feedback?: any, | ||
status?: any, // NOTE: plan to remove after refactoring AudioPlayerAction and FacialExpressionAction | ||
result: any, | ||
@@ -34,0 +34,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
16201