create-mastra 0.10.2-alpha.2 → 0.10.2-alpha.4

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.js CHANGED
@@ -1709,6 +1709,7 @@ const fetchWeather = createStep({
1709
1709
  (acc, curr) => Math.max(acc, curr),
1710
1710
  0
1711
1711
  ),
1712
+ location: name
1712
1713
  }
1713
1714
 
1714
1715
  return forecast;
@@ -1742,7 +1743,7 @@ const planActivities = createStep({
1742
1743
  ]);
1743
1744
 
1744
1745
  let activitiesText = '';
1745
-
1746
+
1746
1747
  for await (const chunk of response.textStream) {
1747
1748
  process.stdout.write(chunk);
1748
1749
  activitiesText += chunk;