mastra 0.6.3-alpha.4 → 0.6.3-alpha.6
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.
|
@@ -1107,6 +1107,7 @@ var createMastraProject = async ({
|
|
|
1107
1107
|
s2.message("Creating project");
|
|
1108
1108
|
await exec3(`npm init -y`);
|
|
1109
1109
|
await exec3(`npm pkg set type="module"`);
|
|
1110
|
+
await exec3(`npm pkg set engines.node=">=20.9.0"`);
|
|
1110
1111
|
const depsService = new DepsService();
|
|
1111
1112
|
await depsService.addScriptsToPackageJson({
|
|
1112
1113
|
dev: "mastra dev",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { create } from '../../chunk-
|
|
1
|
+
export { create } from '../../chunk-SKKSZR7C.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, convertToViteEnvVar } from './chunk-
|
|
5
|
-
export { create } from './chunk-
|
|
4
|
+
import { DepsService, create, checkPkgJson, checkAndInstallCoreDeps, interactivePrompt, init, logger, FileService, convertToViteEnvVar } from './chunk-SKKSZR7C.js';
|
|
5
|
+
export { create } from './chunk-SKKSZR7C.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.6.3-alpha.
|
|
3
|
+
"version": "0.6.3-alpha.6",
|
|
4
4
|
"license": "Elastic-2.0",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"yocto-spinner": "^0.1.2",
|
|
56
56
|
"zod": "^3.24.3",
|
|
57
57
|
"zod-to-json-schema": "^3.24.5",
|
|
58
|
-
"@mastra/core": "^0.9.4-alpha.
|
|
59
|
-
"@mastra/deployer": "^0.3.4-alpha.
|
|
58
|
+
"@mastra/core": "^0.9.4-alpha.4",
|
|
59
|
+
"@mastra/deployer": "^0.3.4-alpha.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@microsoft/api-extractor": "^7.52.5",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"typescript": "^5.8.2",
|
|
75
75
|
"vitest": "^3.1.2",
|
|
76
76
|
"@internal/lint": "0.0.4",
|
|
77
|
-
"@mastra/client-js": "0.1.22-alpha.
|
|
78
|
-
"@mastra/playground-ui": "5.0.4-alpha.
|
|
77
|
+
"@mastra/client-js": "0.1.22-alpha.4",
|
|
78
|
+
"@mastra/playground-ui": "5.0.4-alpha.4"
|
|
79
79
|
},
|
|
80
80
|
"scripts": {
|
|
81
81
|
"build": "npm-run-all --serial build:lib copy-starter-files copy-templates build:playground",
|