@cycle-robot-drivers/screen
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -52,3 +52,6 @@ "use strict"; | ||
goal_id: goal.goal_id, | ||
goal: { type: SpeechbubbleType.CHOICE, value: goal.goal } | ||
goal: { | ||
type: SpeechbubbleType.CHOICE, | ||
value: goal.goal.map(function (g) { return String(g); }) | ||
} | ||
} | ||
@@ -55,0 +58,0 @@ : goal.goal // {type: string, value: string | [string]} |
@@ -47,3 +47,6 @@ var __assign = (this && this.__assign) || function () { | ||
goal_id: goal.goal_id, | ||
goal: { type: SpeechbubbleType.CHOICE, value: goal.goal } | ||
goal: { | ||
type: SpeechbubbleType.CHOICE, | ||
value: goal.goal.map(function (g) { return String(g); }) | ||
} | ||
} | ||
@@ -50,0 +53,0 @@ : goal.goal // {type: string, value: string | [string]} |
{ | ||
"name": "@cycle-robot-drivers/screen", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Cycle.js drivers for rendering a robot face", | ||
@@ -5,0 +5,0 @@ "author": "Michael Jae-Yoon Chung", |
@@ -80,3 +80,6 @@ import xs from "xstream"; | ||
goal_id: goal.goal_id, | ||
goal: { type: SpeechbubbleType.CHOICE, value: goal.goal } | ||
goal: { | ||
type: SpeechbubbleType.CHOICE, | ||
value: goal.goal.map(g => String(g)) | ||
} | ||
} | ||
@@ -83,0 +86,0 @@ : goal.goal // {type: string, value: string | [string]} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
181875
3507