@cycle-robot-drivers/action
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -1,2 +0,2 @@ | ||
export { GoalID, Goal, Status, GoalStatus, Result, EventSource } from './types'; | ||
export { GoalID, Goal, Status, GoalStatus, Result, ActionSinks, EventSource } from './types'; | ||
export { generateGoalID, initGoal, isEqual, isEqualGoal, isEqualResult, powerup } from './utils'; |
@@ -1,2 +0,2 @@ | ||
export { GoalID, Goal, Status, GoalStatus, Result, EventSource } from './types'; | ||
export { GoalID, Goal, Status, GoalStatus, Result, ActionSinks, EventSource } from './types'; | ||
export { generateGoalID, initGoal, isEqual, isEqualGoal, isEqualResult, powerup } from './utils'; |
{ | ||
"name": "@cycle-robot-drivers/action", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Michael Jae-Yoon Chung", |
@@ -7,2 +7,3 @@ export { | ||
Result, | ||
ActionSinks, | ||
EventSource, | ||
@@ -9,0 +10,0 @@ } from './types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
16185
367