@mastra/core 0.22.1 → 0.22.2-alpha.0

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/agent/index.cjs +10 -10
  3. package/dist/agent/index.js +1 -1
  4. package/dist/agent/input-processor/index.cjs +6 -6
  5. package/dist/agent/input-processor/index.js +1 -1
  6. package/dist/{chunk-RXBG6UV2.js → chunk-4PMF7QUH.js} +3 -3
  7. package/dist/{chunk-RXBG6UV2.js.map → chunk-4PMF7QUH.js.map} +1 -1
  8. package/dist/{chunk-QBPTDMR7.cjs → chunk-5CHZUAZV.cjs} +3 -3
  9. package/dist/chunk-5CHZUAZV.cjs.map +1 -0
  10. package/dist/{chunk-YOVX3R5U.cjs → chunk-AMHNTB4N.cjs} +12 -12
  11. package/dist/{chunk-YOVX3R5U.cjs.map → chunk-AMHNTB4N.cjs.map} +1 -1
  12. package/dist/{chunk-34L2Z6PH.cjs → chunk-CGT36GQE.cjs} +4 -4
  13. package/dist/{chunk-34L2Z6PH.cjs.map → chunk-CGT36GQE.cjs.map} +1 -1
  14. package/dist/{chunk-CAZTWPDK.cjs → chunk-HD455BM6.cjs} +9 -9
  15. package/dist/{chunk-CAZTWPDK.cjs.map → chunk-HD455BM6.cjs.map} +1 -1
  16. package/dist/{chunk-O4KVF3MI.cjs → chunk-MQ67HP3O.cjs} +4 -4
  17. package/dist/{chunk-O4KVF3MI.cjs.map → chunk-MQ67HP3O.cjs.map} +1 -1
  18. package/dist/{chunk-SF75RENF.js → chunk-PJDIDFKV.js} +3 -3
  19. package/dist/{chunk-SF75RENF.js.map → chunk-PJDIDFKV.js.map} +1 -1
  20. package/dist/{chunk-F7OMDF5K.js → chunk-T2RDWNN6.js} +3 -3
  21. package/dist/chunk-T2RDWNN6.js.map +1 -0
  22. package/dist/{chunk-MHICZASQ.js → chunk-VD27FF3L.js} +3 -3
  23. package/dist/{chunk-MHICZASQ.js.map → chunk-VD27FF3L.js.map} +1 -1
  24. package/dist/{chunk-ITFEGBP2.js → chunk-VX7NIAMW.js} +3 -3
  25. package/dist/{chunk-ITFEGBP2.js.map → chunk-VX7NIAMW.js.map} +1 -1
  26. package/dist/index.cjs +19 -19
  27. package/dist/index.js +4 -4
  28. package/dist/loop/index.cjs +2 -2
  29. package/dist/loop/index.js +1 -1
  30. package/dist/mastra/index.cjs +2 -2
  31. package/dist/mastra/index.js +1 -1
  32. package/dist/processors/index.cjs +11 -11
  33. package/dist/processors/index.js +1 -1
  34. package/dist/relevance/index.cjs +4 -4
  35. package/dist/relevance/index.js +1 -1
  36. package/dist/scores/index.cjs +4 -4
  37. package/dist/scores/index.js +1 -1
  38. package/dist/scores/scoreTraces/index.cjs +3 -3
  39. package/dist/scores/scoreTraces/index.js +1 -1
  40. package/dist/stream/index.cjs +8 -8
  41. package/dist/stream/index.js +1 -1
  42. package/dist/workflows/evented/index.cjs +10 -10
  43. package/dist/workflows/evented/index.js +1 -1
  44. package/dist/workflows/index.cjs +12 -12
  45. package/dist/workflows/index.js +1 -1
  46. package/dist/workflows/legacy/index.cjs +22 -22
  47. package/dist/workflows/legacy/index.js +1 -1
  48. package/dist/workflows/workflow.d.ts.map +1 -1
  49. package/package.json +2 -2
  50. package/dist/chunk-F7OMDF5K.js.map +0 -1
  51. package/dist/chunk-QBPTDMR7.cjs.map +0 -1
@@ -370,7 +370,7 @@ async execute({runId,inputData,resumeData,state,setState,suspend,resume,[chunkAB
370
370
  * Starts the workflow execution with the provided input
371
371
  * @param input The input data for the workflow
372
372
  * @returns A promise that resolves to the workflow output
373
- */async start(args){const streamResult=await this.streamVNext(args);return streamResult.result;}/**
373
+ */async start(args){return this._start(args);}/**
374
374
  * Starts the workflow execution with the provided input as a stream
375
375
  * @param input The input data for the workflow
376
376
  * @returns A promise that resolves to the workflow output
@@ -1294,5 +1294,5 @@ exports.tryStreamWithJsonFallback = tryStreamWithJsonFallback;
1294
1294
  exports.updateStepInHierarchy = updateStepInHierarchy;
1295
1295
  exports.validateStepInput = validateStepInput;
1296
1296
  exports.workflowToStep = workflowToStep;
1297
- //# sourceMappingURL=chunk-QBPTDMR7.cjs.map
1298
- //# sourceMappingURL=chunk-QBPTDMR7.cjs.map
1297
+ //# sourceMappingURL=chunk-5CHZUAZV.cjs.map
1298
+ //# sourceMappingURL=chunk-5CHZUAZV.cjs.map