mastra 0.6.3-alpha.4 → 0.6.3-alpha.5

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-CKGZQIL7.js';
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-CKGZQIL7.js';
5
- export { create } from './chunk-CKGZQIL7.js';
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.4",
3
+ "version": "0.6.3-alpha.5",
4
4
  "license": "Elastic-2.0",
5
5
  "description": "cli for mastra",
6
6
  "type": "module",