mastra 0.10.2-alpha.3 → 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.
|
@@ -592,6 +592,7 @@ const fetchWeather = createStep({
|
|
|
592
592
|
(acc, curr) => Math.max(acc, curr),
|
|
593
593
|
0
|
|
594
594
|
),
|
|
595
|
+
location: name
|
|
595
596
|
}
|
|
596
597
|
|
|
597
598
|
return forecast;
|
|
@@ -625,7 +626,7 @@ const planActivities = createStep({
|
|
|
625
626
|
]);
|
|
626
627
|
|
|
627
628
|
let activitiesText = '';
|
|
628
|
-
|
|
629
|
+
|
|
629
630
|
for await (const chunk of response.textStream) {
|
|
630
631
|
process.stdout.write(chunk);
|
|
631
632
|
activitiesText += chunk;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { create } from '../../chunk-
|
|
1
|
+
export { create } from '../../chunk-PHV3IAOQ.js';
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#! /usr/bin/env node
|
|
2
2
|
import { PosthogAnalytics } from './chunk-7OXWUU2Q.js';
|
|
3
3
|
export { PosthogAnalytics } from './chunk-7OXWUU2Q.js';
|
|
4
|
-
import { DepsService, create, checkPkgJson, checkAndInstallCoreDeps, interactivePrompt, init, logger, FileService } from './chunk-
|
|
5
|
-
export { create } from './chunk-
|
|
4
|
+
import { DepsService, create, checkPkgJson, checkAndInstallCoreDeps, interactivePrompt, init, logger, FileService } from './chunk-PHV3IAOQ.js';
|
|
5
|
+
export { create } from './chunk-PHV3IAOQ.js';
|
|
6
6
|
import { Command } from 'commander';
|
|
7
7
|
import { config } from 'dotenv';
|
|
8
8
|
import { join as join$1, dirname } from 'node:path';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastra",
|
|
3
|
-
"version": "0.10.2-alpha.
|
|
3
|
+
"version": "0.10.2-alpha.4",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -56,9 +56,9 @@
|
|
|
56
56
|
"yocto-spinner": "^0.1.2",
|
|
57
57
|
"zod": "^3.24.3",
|
|
58
58
|
"zod-to-json-schema": "^3.24.5",
|
|
59
|
-
"@mastra/deployer": "^0.10.2-alpha.
|
|
60
|
-
"@mastra/
|
|
61
|
-
"@mastra/
|
|
59
|
+
"@mastra/deployer": "^0.10.2-alpha.4",
|
|
60
|
+
"@mastra/mcp": "^0.10.2-alpha.1",
|
|
61
|
+
"@mastra/loggers": "^0.10.1-alpha.0"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
64
|
"@microsoft/api-extractor": "^7.52.5",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"type-fest": "^4.37.0",
|
|
77
77
|
"typescript": "^5.8.2",
|
|
78
78
|
"vitest": "^3.1.2",
|
|
79
|
-
"@mastra/
|
|
79
|
+
"@mastra/client-js": "0.10.2-alpha.2",
|
|
80
80
|
"@internal/lint": "0.0.7",
|
|
81
|
-
"@mastra/
|
|
82
|
-
"@mastra/playground-ui": "5.1.2-alpha.
|
|
81
|
+
"@mastra/core": "0.10.2-alpha.4",
|
|
82
|
+
"@mastra/playground-ui": "5.1.2-alpha.3"
|
|
83
83
|
},
|
|
84
84
|
"peerDependencies": {
|
|
85
85
|
"@mastra/core": "^0.10.1-alpha.0"
|