mastra 0.2.9-alpha.8 → 0.2.9-alpha.9
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.
|
@@ -462,12 +462,15 @@ const planActivities = new Step({
|
|
|
462
462
|
},
|
|
463
463
|
]);
|
|
464
464
|
|
|
465
|
+
let activitiesText = '';
|
|
466
|
+
|
|
465
467
|
for await (const chunk of response.textStream) {
|
|
466
468
|
process.stdout.write(chunk);
|
|
469
|
+
activitiesText += chunk;
|
|
467
470
|
}
|
|
468
471
|
|
|
469
472
|
return {
|
|
470
|
-
activities:
|
|
473
|
+
activities: activitiesText,
|
|
471
474
|
};
|
|
472
475
|
},
|
|
473
476
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { create } from '../../chunk-
|
|
1
|
+
export { create } from '../../chunk-UHTCQK5H.js';
|
package/dist/index.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#! /usr/bin/env node
|
|
2
2
|
import { PosthogAnalytics } from './chunk-SLGHDOYI.js';
|
|
3
3
|
export { PosthogAnalytics } from './chunk-SLGHDOYI.js';
|
|
4
|
-
import { DepsService, create, checkPkgJson, checkAndInstallCoreDeps, interactivePrompt, init, logger, FileService as FileService$1 } from './chunk-
|
|
5
|
-
export { create } from './chunk-
|
|
4
|
+
import { DepsService, create, checkPkgJson, checkAndInstallCoreDeps, interactivePrompt, init, logger, FileService as FileService$1 } from './chunk-UHTCQK5H.js';
|
|
5
|
+
export { create } from './chunk-UHTCQK5H.js';
|
|
6
6
|
import { Command } from 'commander';
|
|
7
7
|
import { join as join$1, dirname } from 'node:path';
|
|
8
8
|
import { getWatcherInputOptions, writeTelemetryConfig, createWatcher, FileService as FileService$2 } from '@mastra/deployer/build';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastra",
|
|
3
|
-
"version": "0.2.9-alpha.
|
|
3
|
+
"version": "0.2.9-alpha.9",
|
|
4
4
|
"license": "ISC",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
"yocto-spinner": "^0.1.1",
|
|
57
57
|
"zod": "^3.24.1",
|
|
58
58
|
"zod-to-json-schema": "^3.24.1",
|
|
59
|
-
"@mastra/core": "^0.5.0-alpha.
|
|
60
|
-
"@mastra/deployer": "^0.1.8-alpha.
|
|
59
|
+
"@mastra/core": "^0.5.0-alpha.9",
|
|
60
|
+
"@mastra/deployer": "^0.1.8-alpha.9"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@microsoft/api-extractor": "^7.49.2",
|