@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.es.js CHANGED
@@ -7741,7 +7741,7 @@ function convertWorkflowRunStateToWatchResult(runState) {
7741
7741
  workflowState: {
7742
7742
  status,
7743
7743
  steps,
7744
- output: runState.value,
7744
+ result: runState.value,
7745
7745
  payload: context.input,
7746
7746
  error: void 0
7747
7747
  }