@mastra/playground-ui 5.1.4 → 5.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js CHANGED
@@ -7773,7 +7773,7 @@ function convertWorkflowRunStateToWatchResult(runState) {
7773
7773
  workflowState: {
7774
7774
  status,
7775
7775
  steps,
7776
- output: runState.value,
7776
+ result: runState.value,
7777
7777
  payload: context.input,
7778
7778
  error: void 0
7779
7779
  }